summaryrefslogtreecommitdiff
path: root/alot/completion.py
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | | | This updates command.COMMANDS['global'], with the effect that 'select' points to something else than SendKeypressCommand.
| * don't use addresses only in cc/bcc/to completionPatrick Totzke2011-10-10
| |
* | Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-09
|\| | | | | | | | | Conflicts: alot/command.py
| * contacts completion for set in envelope modePatrick Totzke2011-10-09
| |
| * fix completion for refine commandPatrick Totzke2011-10-08
| |
* | bend importsPatrick Totzke2011-10-08
|/
* completion for help commandPatrick Totzke2011-10-01
|
* Use new-style classesJustus Winter2011-09-22
| | | | See http://www.python.org/download/releases/2.3/mro/ for all the gory details.
* ContactsCompleter respects given order on accountsPatrick Totzke2011-09-15
|
* new completion semanticsPatrick Totzke2011-08-28
| | | | | this time it respects suffixes and can complete recipients from your addressbook
* change completion semanticsPatrick Totzke2011-08-27
|
* first attempt to contactscompleterPatrick Totzke2011-08-20
|
* path completion for attachpazz2011-08-13
|
* make use of aliases in reply/fwd/completionpazz2011-08-10
| | | | issue #62
* fix: parameter for compose should go to Topazz2011-08-06
|
* fix pathcompleter issuepazz2011-08-06
|
* simplified commandfactorypazz2011-08-04
|
* added path completer for edit and attach cmdspazz2011-08-03
|
* pep8pazz2011-07-30
|
* renamed SingleThread and BufferList Buffer classespazz2011-07-30
|
* minour fixpatrick2011-07-26
|
* oop-idied settingspazz2011-07-24
|
* tabcompletion yea!pazz2011-07-20
| | | | issue #50
* new mapping infrastructure.pazz2011-07-16
| | | | issue #41
* refine command from commandline + tabcomppazz2011-07-16
|
* fix typopazz2011-07-15
|
* interpreter for selected commandspazz2011-07-15
| | | | | | hit ':' and insert commandline. currently interpreted are quit,exit,search and '!' (shellescape) issue #17
* converted cmdshell to promptpazz2011-07-15
| | | | fiexes issue #17
* docstring/todopazz2011-06-05
|
* added to/from keywords to query completionpazz2011-06-04
|
* query keyword completion, s-tab for wb completionpazz2011-06-01
|
* decoupling of completions as "Completer" objectspazz2011-05-31