summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* Log unknown settings in configuration and theme files.Julian Mehne2018-01-08
* Report error if configuration file cannot be reloaded.Julian Mehne2018-01-07
* Clean up theme finder logic.Julian Mehne2018-01-07
* Print stderr of failed sendmail cmd in prompt.Julian Mehne2017-12-06
* Give more context if reading of config file fails.Julian Mehne2017-12-06
* Inform user why :compose got cancelled.Julian Mehne2017-12-02
* Allow regex special characters in tagstrings.Julian Mehne2017-12-02
* Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\
| * add test for argparse validatorPatrick Totzke2017-11-08
| * keep ThreadBuffer indentation non-negativePatrick Totzke2017-11-05
| * sanitize parameter for thread mode command 'indent'Patrick Totzke2017-11-05
| * add default binding for dynamic indentation changePatrick Totzke2017-11-05
| * new thread buffer command 'indent'Patrick Totzke2017-11-05
| * configurable thread mode message indentation.Patrick Totzke2017-11-05
| * add config option for default threadmode indentationPatrick Totzke2017-11-05
* | Merge pull request #1165 from pazz/exclude-tagsDylan Baker2017-11-08
|\ \
| * | interpret exclude_tagsPatrick Totzke2017-10-01
| * | new config option 'exclude_tags'Patrick Totzke2017-10-01
| |/
* / Don't use __str__ of error BadSignatureMartin Schaaf2017-11-07
|/
* commands/util: encrypt to selfRuben Pollan2017-09-26
* commands/envelope: Acknowledge keyids param on encryptRuben Pollan2017-09-25
* defaults/alot.rc.spec: Add new option to control encrypting to selfDylan Baker2017-09-25
* defaults/alot.rc.spec: Remove message that is no longer trueDylan Baker2017-09-25
* crypto: Don't allow passing empty keysDylan Baker2017-09-25
* Call _get_body() only once.Christian Geier2017-09-23
* db/message: Try to use the 'Sender' header if the 'From' header is nullDylan Baker2017-09-06
* db/message: Don't set sender to ''Dylan Baker2017-09-06
* account: Fix Address comparison to b'' and u''Dylan Baker2017-09-06
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
| * Merge pull request #1147 from dcbaker/submit/faster-message-comparisonDylan Baker2017-08-30
| |\
| | * db/message: Use self._id instead of self.get_message_id()Dylan Baker2017-08-30
| * | Merge pull request #1108 from dcbaker/wip/fix-1107Patrick Totzke2017-08-30
| |\ \
| | * | Use new Address classDylan Baker2017-08-28
| | * | account: Add an Address classDylan Baker2017-08-28
| | |/
| * | Merge pull request #1136 from dcbaker/submit/more-db-utils-testsDylan Baker2017-08-30
| |\ \ | | |/ | |/|
| | * db/utils: Update docstring for extract_bodyDylan Baker2017-08-28
| | * db/utils: Don't mark signature valid if there is no key to verifyDylan Baker2017-08-23
| | * crypto: Don't cover the raise if other exception caseDylan Baker2017-08-22
| | * crypto: Remove try/except that only applied to pygpgmeDylan Baker2017-08-22
* | | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/ /
* | commands/globals: Only set stdin to a pipe if there is dataDylan Baker2017-08-23
* | Merge pull request #1135 from dcbaker/submit/external-command-testsDylan Baker2017-08-23
|\ \
| * | command/globals: Test for not None rather than callableDylan Baker2017-08-23
| * | commands/globals: Simplify ExternalCommand thread_CodeDylan Baker2017-08-23
| * | commands/globals: spelling and grammar of a commentDylan Baker2017-08-22
| |/
* | alot/helper: Fix call_cmd_async polluting global environmentDylan Baker2017-08-22
* | alot/helper: print ellipsis in codeDylan Baker2017-08-22
|/
* Merge pull request #1133 from lucc/fix/bug-1132Dylan Baker2017-08-22
|\
| * Use cStringIO.StringIO to fix #1132Lucas Hoffmann2017-08-21