summaryrefslogtreecommitdiff
path: root/alot/__main__.py
Commit message (Expand)AuthorAge
* main: allow -c to be used multiple timesAnton Khirnov2023-03-16
* db/manager: support flexible database locationAnton Khirnov2022-02-05
* Add time to log format.Anton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* __main__: print the source location in the log formatAnton Khirnov2020-10-21
* Go back to Twisted event loopDylan Baker2018-10-04
* Describe options the same way in help and manualAlexander Shpilkin2018-07-25
* Reword description of options -C and colourmodeAlexander Shpilkin2018-07-25
* Avoid abbreviations in documentationAlexander Shpilkin2018-07-25
* Fix typo in description of option -dAlexander Shpilkin2018-07-25
* expose namedquery command to CLIPatrick Totzke2018-07-24
* Respect colour mode set in config fileAlexander Shpilkin2018-07-22
* lazy reading of config files in SettingsManagerPatrick Totzke2018-06-21
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Rename get_env to get_xdg_env and clarify docstring.Julian Mehne2018-01-23
* Fix empty XDG_* environment variables.Julian Mehne2018-01-21
* Give more context if reading of config file fails.Julian Mehne2017-12-06
* Fix some spelling mistakesLucas Hoffmann2017-09-02
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* settings: Add a reload methodDylan Baker2017-07-10
* alot/__main__: use the new validators instead of type=argparse.FileTypeDylan Baker2017-01-25
* __main__: split parser into a helper functionDylan Baker2017-01-25
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
|/
* Release config files after command line parsingLucas Hoffmann2017-01-10
* Move default notmuch config path to argparse parser setupLucas Hoffmann2017-01-10
* Expose more internal commands on the command lineLucas Hoffmann2017-01-10
* Remove unneeded expanduser callsLucas Hoffmann2017-01-10
* Document subcommands in help outputLucas Hoffmann2017-01-10
* Use the internal parser for initial command line parsingLucas Hoffmann2017-01-10
* Simplify finding of config fileLucas Hoffmann2017-01-10
* Replace twisted command line parsing with argparseLucas Hoffmann2017-01-10
* Revert "Fix values to methods in __main__"Dylan Baker2016-12-28
* Use dict's iter methodsDylan Baker2016-12-21
* Fix values to methods in __main__Dylan Baker2016-12-21
* Fix except syntaxLucas Hoffmann2016-12-09
* add __main__.pyPatrick Totzke2015-12-17