summaryrefslogtreecommitdiff
path: root/alot/utils
Commit message (Expand)AuthorAge
* main: allow -c to be used multiple timesAnton Khirnov2023-03-16
* argparse: simplify ValidatedStoreAction.__init__Anton Khirnov2023-03-16
* helper: move guess_mimetype into its own fileAnton Khirnov2021-11-24
* commands/thread: auto-page copiousoutput mailcap handlersAnton Khirnov2021-11-20
* utils/mailcap: fix filename handlingAnton Khirnov2021-11-20
* commands/envelope: refactor deriving headers to be editedAnton Khirnov2021-11-20
* utils/cached_property: replace with the stdlib implementationAnton Khirnov2021-05-13
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* Add code for parsing ANSI escape codes into Urwid AttrSpec.Anton Khirnov2021-01-16
* commands/envelope: keep editable headers orderpacien2019-11-23
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* ~ expansion for .config/alot/configbrady2019-01-06
* Remove old __future__ importsLucas Hoffmann2018-06-19
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use urllib.parse instead of urlparseDylan Baker2018-03-01
* sanitize parameter for thread mode command 'indent'Patrick Totzke2017-11-05
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* add BSD 3 point licence to werkzeug-helperPatrick Totzke2017-06-17
* conservative lookup of sub-completersPatrick Totzke2017-06-15
* alot/utils/argparse: Add a new argparse validators infrastructureDylan Baker2017-01-25
* utils/argparse.py: Various cleanupsDylan Baker2017-01-25
* move alot/settings/checks to alot/utils/configobjDylan Baker2017-01-25
* Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* fix BooleanActionPatrick Totzke2012-06-16
* cleanup docstring for BooleanActionPatrick Totzke2012-06-14
* add copyright statements to all source filesPatrick Totzke2012-06-14
* use metavar 'BOOL' for BooleanAction parametersPatrick Totzke2012-06-11
* add BooleanAction for argparsePatrick Totzke2012-06-11