summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| * py3k: Use logging.warning instead of warnLucas Hoffmann2017-08-20
| * py3k: Fix function signatureLucas Hoffmann2017-08-20
* | Merge pull request #1129 from dcbaker/submit/py3k-small-fixesPatrick Totzke2017-08-20
|\ \
| * | widgets/globals: drop functools.totalordering from TagWidgetDylan Baker2017-08-19
| * | widgets/globals: Implement __hash__ for TagWidgetDylan Baker2017-08-19
| * | .gitignore: add __pycache__Dylan Baker2017-08-19
| * | widgets/thread: Delete unused variableDylan Baker2017-08-19
| * | Use io.BytesIO and io.StringIODylan Baker2017-08-19
| * | Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* | | Merge pull request #1125 from dcbaker/submit/deprecated-encrypt-by-defaultPatrick Totzke2017-08-20
|\ \ \ | |_|/ |/| |
| * | defaults/alot.rc.specDylan Baker2017-08-18
| |/
* | Merge pull request #1127 from lucc/simplifyPatrick Totzke2017-08-19
|\ \
| * | Simplify for loop and string buildingLucas Hoffmann2017-08-19
* | | bump versionPatrick Totzke2017-08-19
* | | bump version stringPatrick Totzke2017-08-19
|/ /
* | Merge pull request #1128 from pazz/pimp-usage-docsDylan Baker2017-08-19
|\ \
| * | polish manpagePatrick Totzke2017-08-19
| * | split and update docs regarding cli-invocationPatrick Totzke2017-08-19
|/ /
* | Merge pull request #1124 from dcbaker/submit/github-templatesPatrick Totzke2017-08-19
|\ \ | |/ |/|
| * docs: Use CONTRIBUTING.rst as contributing.rstDylan Baker2017-08-18
| * Add a contributing.rst fileDylan Baker2017-08-18
| * github: Add a template to be used automatically for filing issuesDylan Baker2017-08-18
|/
* Merge pull request #1095 from dcbaker/submit/use-default-theme-if-no-configDylan Baker2017-08-17
|\
| * settings: Load spec file even if config file is undefined.Dylan Baker2017-08-16
| * tests/settings/manager: Add tests for Null config filesDylan Baker2017-08-16
| * settings/manager: remove duplicate _config from constructorDylan Baker2017-08-16
* | Merge pull request #1115 from pazz/fix-account-selectionDylan Baker2017-08-17
|\ \
| * | use @inlineCallbacks in tests for asynchronous methodsPatrick Totzke2017-08-16
| * | let SendmailAccount.send_mail cast the mail to strPatrick Totzke2017-08-16
| * | Add tests for SendCommandLucas Hoffmann2017-08-16
| * | Add test for get_account_by_address with realnameLucas Hoffmann2017-08-16
| * | fix envelope testsPatrick Totzke2017-08-16
| * | send complete addresses to settings.get_account_by_addressPatrick Totzke2017-08-16
| * | ignore realname part in get_account_by_addressPatrick Totzke2017-08-15
| |/
* | Merge pull request #1082 from dcbaker/submit/gpg-multipart-mixedPatrick Totzke2017-08-17
|\ \
| * | db/utils: Allow encrypted messages to be put in mixed payloads as wellDylan Baker2017-08-17
| * | db/utils: Handle multipart/signed inside multipart/mixedDylan Baker2017-08-17
| * | tests/db/utils: Add tests for encapsulating gpg messagesDylan Baker2017-08-17
| * | db/utils: Don't attach invalid signature to unsigned but encrypted messagesDylan Baker2017-08-17