summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tests/account: Add test for comparing to empty stringDylan Baker2017-09-06
* Merge pull request #1149 from lucc/fix/spellingPatrick Totzke2017-09-03
|\
| * Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
| |\ | |/ |/|
* | Merge pull request #1148 from pazz/pep8-cleanupsPatrick Totzke2017-09-01
|\ \
| * | pep8 fixesPatrick Totzke2017-09-01
|/ /
* | finetune codeclimate configPatrick Totzke2017-08-30
* | 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
| * | | docs: Add Address classDylan Baker2017-08-28
| * | | account: Add an Address classDylan Baker2017-08-28
| * | | tests/settings/manager: Add test for case insensitivityDylan Baker2017-08-28
| |/ /
* | | Merge pull request #1136 from dcbaker/submit/more-db-utils-testsDylan Baker2017-08-30
|\ \ \ | |/ / |/| |
| * | tests/db/utils: Add tests for message_from_stringDylan Baker2017-08-28
| * | tests/db/utils: Add tests for extract_body functionDylan Baker2017-08-28
| * | 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
| * | tests/db/utils: Add some more coverage to add_signature_headersDylan 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
| |/ |/|
* | Merge pull request #1144 from pazz/hooks-docsPatrick Totzke2017-08-28
|\ \
| * | fix example hookPatrick Totzke2017-08-27
|/ /
* | Merge pull request #1138 from dcbaker/submit/fix-1137Dylan Baker2017-08-25
|\ \
| * | commands/globals: Only set stdin to a pipe if there is dataDylan Baker2017-08-23
| * | tests/commands/globals: Add tests for stdin handlingDylan Baker2017-08-23
| * | tests/commands/global: Fix testsDylan Baker2017-08-23
* | | Merge pull request #1139 from ysubach/docs-notmuch-address-fixPatrick Totzke2017-08-24
|\ \ \ | |/ / |/| |
| * | added senders search as an alternative ; more comments and links to docsYuri Subach2017-08-24
|/ /
* | 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
| * | tests/commands/globals: Add tests for ExternalCommand when spawningDylan Baker2017-08-23
| * | tests/commands/global: Test ExternalCommand when not spawningDylan Baker2017-08-23
| * | commands/globals: spelling and grammar of a commentDylan Baker2017-08-22
| |/
* | Merge pull request #1134 from dcbaker/submit/call_cmd_async-testsPatrick Totzke2017-08-23
|\ \ | |/ |/|
| * alot/helper: Fix call_cmd_async polluting global environmentDylan Baker2017-08-22
| * tests/helper: Add tests for call_cmd_asyncDylan Baker2017-08-22
| * tests/utilities: Add expected_failure decorator for twisted.trial testsDylan Baker2017-08-22
| * alot/helper: print ellipsis in codeDylan Baker2017-08-22
| * tests/helper_test.py: Add tests for helper.shortenDylan Baker2017-08-22
|/
* Merge pull request #1133 from lucc/fix/bug-1132Dylan Baker2017-08-22
|\
| * Use cStringIO.StringIO to fix #1132Lucas Hoffmann2017-08-21
| * Add failing test for alot.helper.email_as_string()Lucas Hoffmann2017-08-21
* | Merge pull request #1131 from lucc/fix/hashDylan Baker2017-08-22
|\ \
| * | Use a tuple to build a hash valueLucas Hoffmann2017-08-20
| * | Test hash() for TagWidget with unicode representationLucas Hoffmann2017-08-20
| |/
* | Merge pull request #1126 from lucc/py3/py2-compatibleDylan Baker2017-08-22
|\ \ | |/ |/|
| * py3k: Use build in next functionLucas Hoffmann2017-08-20