summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
* use BooleanAction where appropriatePatrick Totzke2012-06-11
* make --spawn option default to NonePatrick Totzke2012-06-10
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\
| * don't look up key if togglesign to unset sign bitPatrick Totzke2012-05-13
| * make CryptoContext.get_key fail if no key foundPatrick Totzke2012-05-13
| * add envelope commands 'sign' and 'unsign'Patrick Totzke2012-05-13
| * move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| * Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used f...Michael Stapelberg2012-05-04
| * rename ConstructMailError to GPGProblemMichael Stapelberg2012-05-04
| * don’t show a 'sending' notification before actually sendingMichael Stapelberg2012-05-04
| * move ConstructMailError to alot.db.errorsMichael Stapelberg2012-05-01
| * Properly handle GPG errorsMichael Stapelberg2012-04-23
| * add togglesign command to toggle an envelope’s sign flagMichael Stapelberg2012-04-23
| * remove custom passphrase cb, eliminate code duplicationMichael Stapelberg2012-04-23
| * Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15
* | Fix invocation of pre_edit_translate hook.Jakob2012-04-04
|/
* refactor: Envelope in its own filePatrick Totzke2012-03-11
* pep8 fixesPatrick Totzke2012-03-11
* fix preparation of editable headersPatrick Totzke2012-03-06
* determine editable content before pre-edit-hookPatrick Totzke2012-03-06
* Be more clever when editing mail template, see discussion in #388Daniel2012-03-06
* Fix blacklist bug, and don't keep edit_headers in the object for nowDaniel2012-03-06
* Prefix tmpfile; convenient for automatic change of editor modesDaniel2012-03-05
* dont pass config parm to hooksPatrick Totzke2012-02-19
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* use settings in completersPatrick Totzke2012-02-19
* replace config with SettingsManager in commandsPatrick Totzke2012-02-19
* move adding Date headers to save/send commandsPatrick Totzke2012-02-16
* flush after adding mails in Draft/SendCommandPatrick Totzke2012-02-08
* make refocussing after envelope.edit configurrablePatrick Totzke2012-02-08
* spawn parameter for envelope.EditCommandPatrick Totzke2012-02-08
* use asyncronous call to sendmailPatrick Totzke2012-02-02
* Remove direct use of threading.Tom Prince2012-01-28
* pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
* typoPatrick Totzke2012-01-19
* fix issue #255Patrick Totzke2012-01-11
* Purge logging objectdtk2012-01-05
* fix name of SaveCommandPatrick Totzke2012-01-03
* use envelope.attach in AttachCommandPatrick Totzke2012-01-03
* move signature adding to ComposeCommandPatrick Totzke2011-12-30
* add save command for envelopePatrick Totzke2011-12-25
* Use exceptions for error handling in SendmailAccount.send_mailJustus Winter2011-12-25
* don't introduce unnecessary spacesPatrick Totzke2011-12-20
* don't write newlines to templatesPatrick Totzke2011-12-19
* correctly write editable headers to templatePatrick Totzke2011-12-19
* Merge branch 'issue-159-bclose' into testingPatrick Totzke2011-12-17
|\
| * sent_time and modified_since_sent in envelopePatrick Totzke2011-12-17
* | fix: add missing return statementPatrick Totzke2011-12-17
|/
* implement envelope.set --appendPatrick Totzke2011-12-17