summaryrefslogtreecommitdiff
path: root/alot/completion.py
Commit message (Expand)AuthorAge
* 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
* completion for new tagging commandsPatrick Totzke2012-01-08
* refactor and use TagsCompleter --> TagCompleterPatrick Totzke2011-12-24
* remove multi value stuff from StringlistCompleterPatrick Totzke2011-12-24
* use MultipleSelectionCompleter for TagsCompleterPatrick Totzke2011-12-24
* use AbooksCompleter for from/to keys in queriesPatrick Totzke2011-12-24
* rename ContactsCompleter to AbooksCompleterPatrick Totzke2011-12-24
* introduce MultipleSelectionCompleterPatrick Totzke2011-12-24
* header key completion for envelope.set/unsetPatrick Totzke2011-12-24
* reorder CommandLineCompleterPatrick Totzke2011-12-24