summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* set flush_retry_timeout=0 to prevent retryPatrick Totzke2016-03-12
* Make sure to flush on exitPatrick Totzke2016-03-12
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* pep8 fixesPatrick Totzke2015-12-16
* added hook for the user to sinitize attachments filenamesCinghio Pinghio2015-12-16
* Add a boolean parameter to --listGuillaume Seren2015-12-16
* Auto detect mailing list replyGuillaume Seren2015-12-16
* Add --list option to reply Mailing listGuillaume Seren2015-12-16
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
* add account option alias_regexpvrs2015-12-16
* Fix call without hooksAnton Parkhomenko2015-02-22
* typo: sa -> asChristian Geier2014-08-13
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* added check to bindings commands; added settings.get_keybindings(self,mode)Cinghio Pinghio2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* properly wrap a forwarded message in message/rfc822 partYann Rouillard2014-08-02
* forward attached files in inline forwarding modeYann Rouillard2014-08-02
* fix: always read remaining parms for `compose` into listPatrick Totzke2014-03-25
* non-mailto arguments to `compose` are recipientsPatrick Totzke2014-03-21
* interpret `compose mailto:foo@bar` commandsPatrick Totzke2014-03-21
* Added `Envelope-To` and `X-Envelope-To` in the search for my addresses in replyCinghio Pinghio2014-01-17
* typoPatrick Totzke2014-01-04
* envelope: add a .eml suffix to the temp mailGonéri Le Bouder2013-11-12
* fix typoPatrick Totzke2013-10-30
* return Deferreds in Command.applyPatrick Totzke2013-10-30
* add missing return statement in RetagPromptCommandPatrick Totzke2013-10-30
* remove obsolete CommandSequenceCommandPatrick Totzke2013-10-30
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* add --tags option to global taglist commandPatrick Totzke2013-10-30
* Fix missing space in error messageStanislav Ochotnicky2013-10-30
* retagprompt: skip empty tagsHamish Downer2013-10-13
* in retagprompt, sort the tagsHamish Downer2013-10-13
* On retagprompt, append a commaHamish Downer2013-10-13
* Merge pull request #660 from foobacca/case-insensitive-reply-prefixPatrick Totzke2013-10-12
|\
| * Check for "Re:" at start of subject in case insensitive mannerHamish Downer2013-10-12
* | Merge branch '0.3.5-feature-smug-G'Patrick Totzke2013-08-24
|\ \
| * | redraw the UI afer focus [last|first] commandsPatrick Totzke2013-08-09
* | | fix the documentation for tag/untag/retag commands in search modeEmmanuel Beffara2013-08-24
|/ /
* | strip commandline string before interpretationPatrick Totzke2013-08-01
* | reply code: add IGNORECASE to the regex...bjoernb2013-07-11
|/
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* handle errors caused by trying to index mails...Patrick Totzke2013-07-07
* mention 'last' as parameter for `move` commandPatrick Totzke2013-05-30
* make `move last` available if buffer allows itPatrick Totzke2013-05-30
* add 'unattach' command for envelope modePatrick Totzke2013-05-26
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* rm offending line left over from self.repeatable instance propertySebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* select commands no longer repeatableSebastian Jeltsch2013-05-26
* repeat complete command linesSebastian Jeltsch2013-05-26