summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Copy tags to envelope with :editnewLucas Hoffmann2017-07-11
* determine_sender: replace complicated break logic by returnLucas Hoffmann2017-06-23
* Use account instead of realname to break loopsLucas Hoffmann2017-06-23
* Remember matched account explicitlyLucas Hoffmann2017-06-22
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Fix bug when replying to allLucas Hoffmann2017-01-25
* | Fix typo in commentLucas Hoffmann2017-01-25
* | Merge pull request #993 from lucc/quotes-in-namesPatrick Totzke2017-01-25
|\ \
| * | Add docstringLucas Hoffmann2017-01-25
| * | Use email.utils.formataddr when preparing headersLucas Hoffmann2017-01-25
* | | Fix missing self in staticmethod callLucas Hoffmann2017-01-25
|/ /
* / Turn local helper function into staticmethodLucas Hoffmann2017-01-24
|/
* make addresses unique in To headersPatrick Totzke2017-01-22
* clean up my address from Cc'sPatrick Totzke2017-01-22
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
* | Use native logging string interpolationLucas Hoffmann2016-12-14
* | Fix import to be compatible with python 2.7 and 3Lucas Hoffmann2016-12-14
|/
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Don't materialize with any()Dylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Merge pull request #752 from jkoelker/pipeto_field_keyPatrick Totzke2016-12-06
|\
| * Allow specifing the mailcap field key for `pipeto`Jason Kölker2015-02-11
* | Rename to adhere to config option naming scheme.Pol Van Aubel2016-12-06
* | Make header list configurable.Pol Van Aubel2016-12-06
* | Introduce header-based preference in sender selectPol Van Aubel2016-12-06
* | fix #859Patrick Totzke2016-03-30
* | 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
|/
* 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
* Added `Envelope-To` and `X-Envelope-To` in the search for my addresses in replyCinghio Pinghio2014-01-17
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* 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