summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* pep8Patrick Totzke2013-03-03
* fix: thread.select on source textPatrick Totzke2013-03-03
* fix typoPatrick Totzke2013-03-03
* allow collapse/expand on thread.selectPatrick Totzke2013-03-03
* move focus to summary when collapsing MessageTreePatrick Totzke2013-03-03
* implement Threadbuffer.focus_foo methodsPatrick Totzke2013-03-03
* make thread.move parent message-basedPatrick Totzke2013-03-03
* re-implement toggle-all-headersPatrick Totzke2013-03-03
* merge thread.MoveFocusCommand and global.MovecommandPatrick Totzke2013-03-03
* make MoveCommand interpret 'first' directionPatrick Totzke2013-03-03
* fix collapse of selected message in thread bufferPatrick Totzke2013-03-03
* re-implement unfold-if-matching featurePatrick Totzke2013-03-03
* add command to move focus in thread treePatrick Totzke2013-03-03
* use ColapsibleTree for message foldingPatrick Totzke2013-03-03
* fix #565 - select sender by correctly parsing recipientsjosch2013-02-22
* add missing help strings for crypto commandsPatrick Totzke2013-02-19
* if :encrypt doesn't find any recipient set encrypt=FalseJohannes Kulick2013-02-19
* if key hint is ambiguous ask for key with choiceJohannes Kulick2013-02-19
* validate keys already in get_key()Johannes Kulick2013-02-19
* add error codesJohannes Kulick2013-02-19
* ignore empty strings for auto key lookupJohannes Kulick2013-02-19
* better error messagesJohannes Kulick2013-02-19
* validate key before adding to encryption listJohannes Kulick2013-02-19
* pep8 fixesPatrick Totzke2013-02-19
* handle more error codesJohannes Kulick2013-02-19
* if all encryption keys are removed set flag to falseJohannes Kulick2013-02-19
* automatically fill in recipients as encryption recipientsJohannes Kulick2013-02-19
* rmencrypt now accepts keyids/hints instead of indicesJohannes Kulick2013-02-19
* support multiple recipients in encryptionJohannes Kulick2013-02-19
* move key dissolving to commandJohannes Kulick2013-02-19
* add docJohannes Kulick2013-02-19
* pep8 correctionsJohannes Kulick2013-02-19
* add unencrypt and toggleencrypt commandsJohannes Kulick2013-02-19
* add key parameter to encrypt commandJohannes Kulick2013-02-19
* add encrypt commandJohannes Kulick2013-02-19
* Notify for unknown movement.William Erik Baxter2013-02-19
* Conform to PEP 8.William Erik Baxter2013-02-19
* Implement move commands in globals.py. Add --redraw for bclose.William Erik Baxter2013-02-19
* make sure urwid keeps track of updated TERM sizePatrick Totzke2013-01-30
* bug on exit if index not syncedPatrick Totzke2012-12-16
* prevent multiple 'index locked' notificationsPatrick Totzke2012-12-16
* Merge remote-tracking branch 'origin/0.3.3-feature-tagsearch-517'Patrick Totzke2012-11-07
|\
| * re-enable toggletags command in search modePatrick Totzke2012-10-06
| * pep8Patrick Totzke2012-10-06
| * touch tag and untag commands in search modePatrick Totzke2012-10-06
| * add callback parameter for FlushCommandPatrick Totzke2012-09-23
| * cleanup tagsearch commandsPatrick Totzke2012-09-23
| * remove unnecessary assertPatrick Totzke2012-09-23
| * Consolidate search and thread tagging commands.William Erik Baxter2012-09-23
| * Move refresh outside of thread loop.William Erik Baxter2012-09-23