summaryrefslogtreecommitdiff
path: root/alot/completion.py
Commit message (Expand)AuthorAge
* 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
* add reference to buffer to CommandlineCompleterPatrick Totzke2011-12-24
* use StringlistCompleter for AccountCompleterPatrick Totzke2011-12-24
* use StringlistCompleter for TagsCompleterPatrick Totzke2011-12-24
* introduce generic StringlistCompleterPatrick Totzke2011-12-24
* forgot type docstringPatrick Totzke2011-12-24
* fix unpacking issue in CommandlineCompleterPatrick Totzke2011-12-24
* pep8Patrick Totzke2011-12-11
* remove unused dbman instance from CommandCompleterPatrick Totzke2011-12-10
* docstrings for CompletersPatrick Totzke2011-12-09
* started documenting completionPatrick Totzke2011-12-07
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* completion for 'from:' keywords in querystringsPatrick Totzke2011-10-20
* infrastructure for argparser in commandfactoryPatrick Totzke2011-10-15
* Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-12
|\
| * fix nasty updating of COMMANDS by completerPatrick Totzke2011-10-11
| * don't use addresses only in cc/bcc/to completionPatrick Totzke2011-10-10
* | Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-09
|\|
| * contacts completion for set in envelope modePatrick Totzke2011-10-09
| * fix completion for refine commandPatrick Totzke2011-10-08