summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* Gracefully handle reply and reply-to-all for self sent messages.jakeogh2013-04-23
* prevent accidental remove-unread operationsPatrick Totzke2013-04-21
* fix issue with concurrent db writesPatrick Totzke2013-04-21
* remove old unread-related code completelyPatrick Totzke2013-04-21
* more vim-like movementsSebastian Jeltsch2013-04-20
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* reimplement thread.TagCommandPatrick Totzke2013-03-15
* pep8 fixesPatrick Totzke2013-03-09
* don't send To: "" <foo@bar.baz>Patrick Totzke2013-03-09
* fix group reply when names contain commasjosch2013-03-09
* fix toggleheadersPatrick Totzke2013-03-03
* Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * remember and re-interpret command*line* for repeatPatrick Totzke2013-02-19
| * add repeat command to make the same action againChristopher Schwardt2013-02-19
* | fold/unfold messages based on query string in thread modePatrick Totzke2013-03-03
* | 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