summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* 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 #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
| * settings/manager: remove duplicate _config from constructorDylan Baker2017-08-16
* | Merge pull request #1115 from pazz/fix-account-selectionDylan Baker2017-08-17
|\ \
| * | let SendmailAccount.send_mail cast the mail to strPatrick 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
| |/
* | 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
* | db/utils: Don't attach invalid signature to unsigned but encrypted messagesDylan Baker2017-08-17
* | alot/crypto: make keys required for detached_signature_forDylan Baker2017-08-17
* | crypto: Don't sign when encryptingDylan Baker2017-08-17
* | alot: replace email.Utils with email.utilsDylan Baker2017-08-16
|/
* crypto: simplify check_uid_validityDylan Baker2017-08-14
* just use the OpenPGP fingerprint instead of inventing "hash_key"Daniel Kahn Gillmor2017-08-14
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* Merge pull request #1111 from dcbaker/submit/signcommand-testsDylan Baker2017-08-14
|\
| * envelope: Allow signing if address is in "name <email>" formDylan Baker2017-08-11
* | commands: Don't try to sign_by_default without a gpg keyDylan Baker2017-08-11
|/
* Merge pull request #988 from lucc/move-next-matchingLucas Hoffmann2017-08-07
|\
| * Fix operator precedence when matching messagesLucas Hoffmann2017-08-05
| * Add missing movements to completionLucas Hoffmann2017-08-05
| * docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
| * Interpret unrecognized movements as search termsLucas Hoffmann2017-08-05
* | Format class decoratorsLucas Hoffmann2017-08-04
|/
* Merge pull request #1100 from pazz/docs-themingPatrick Totzke2017-08-04
|\
| * docs: mention 'content' part in threadline themingPatrick Totzke2017-08-04
* | settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* | Fix message count in statusbar after taggingLucas Hoffmann2017-08-03
|/
* command/envelope: Prompt before sending an encrypted message with BccDylan Baker2017-07-27
* Merge pull request #1089 from dcbaker/submit/sign-without-hintDylan Baker2017-07-27
|\
| * settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
| * commands/envelope: Fall back to account for signing keyDylan Baker2017-07-19
* | db/utils: Improve readabilityDylan Baker2017-07-24
* | db/utils: optimize if statementsDylan Baker2017-07-24
* | db/utils: Support unicode in signaturesDylan Baker2017-07-24
* | Merge pull request #1085 from dcbaker/submit/system-theme-locationsDylan Baker2017-07-19
|\ \ | |/ |/|
| * settings: Allow loading themes from system locationsDylan Baker2017-07-19
* | Merge pull request #1088 from dcbaker/submit/gpg-signed-no-newlineDylan Baker2017-07-18
|\ \
| * | helper: Do not add a newline to the end of a signed sectionDylan Baker2017-07-17
| |/
* / Exclude two methods from coverage reportLucas Hoffmann2017-07-17
|/
* crypto: Fix list_keys docstringDylan Baker2017-07-15
* crypto: Make strings more readableDylan Baker2017-07-15
* utils: Fix verifying signaturesDylan Baker2017-07-11
* crypto: Fix error handling of signed messagesDylan Baker2017-07-11
* Copy tags to envelope with :editnewLucas Hoffmann2017-07-11
* Also save envelope tags with :saveLucas Hoffmann2017-07-11