summaryrefslogtreecommitdiff
path: root/alot/completion.py
Commit message (Expand)AuthorAge
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Add completion to new tag commandsLucas Hoffmann2017-07-11
* conservative lookup of sub-completersPatrick Totzke2017-06-15
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Use email.utils.formataddr for format completion resultsLucas Hoffmann2017-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
|/
* alot/completion: revert premature optimizationDylan Baker2017-01-12
* Use abc module to signal abstract base classesDylan Baker2016-12-21
* Replace unused arguments with _Dylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Use tuple for isinstance instead of multiple calls to isinstanceDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* refactor addressbook codePatrick Totzke2015-04-15
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* doc: CompletionErrorsPatrick Totzke2013-07-07
* introduce CompletionErrorsPatrick Totzke2013-07-07
* mention 'last' as parameter for `move` commandPatrick Totzke2013-05-30
* add "move next/previous unfolded" to completionPatrick Totzke2013-05-24
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* completion for fold, unfold, togglesource and toggleheaders commandsPatrick Totzke2013-03-03
* completion for move commandPatrick Totzke2013-03-03
* use key completer for rmencryptJohannes Kulick2013-02-19
* complete key hints anywhereJohannes Kulick2013-02-19
* add auto completion of gpg keysJohannes Kulick2013-02-19
* fix command completionPatrick Totzke2012-11-08
* pep8 fixesPatrick Totzke2012-09-22
* directly use "realname <address>" in AccountCompleterPatrick Totzke2012-09-22
* make StringlistCompleter more flexiblePatrick Totzke2012-09-22
* completion for 'set From' in envelope modePatrick Totzke2012-09-22
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* remove debug statements from CompleterPatrick Totzke2012-09-03
* fix: command completion with preceding spacesPatrick Totzke2012-09-03
* Add CommandLineCompleterPatrick Totzke2012-09-03
* rename CommandCompleter to CommandNameCompleterPatrick Totzke2012-09-03
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* add copyright statements to all source filesPatrick Totzke2012-06-14
* completion for BooleanAction parameterPatrick Totzke2012-06-11
* fix: escaping in PathCompleterPatrick Totzke2012-04-22
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* use settings in completersPatrick Totzke2012-02-19
* fix: contact completion for contacts w/o namePatrick Totzke2012-01-23
* cleanup MultipleSelectionCompleterPatrick Totzke2012-01-20
* completion for argparse optional parametersPatrick Totzke2012-01-20