summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
* 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
* move hook lookups to AlotConfigParserPatrick Totzke2011-12-11
* docstrings for envelope commandsPatrick Totzke2011-12-10
* Merge branch 'master' into docsPatrick Totzke2011-12-08
|\
| * remove unnecessary decode parm to Envelope.getPatrick Totzke2011-12-07
| * remove decode_header callsPatrick Totzke2011-12-07
* | Merge branch 'master' into docsPatrick Totzke2011-12-06
|\|
| * removed remaining encode_header calls.Patrick Totzke2011-12-06
* | buffers documentationPatrick Totzke2011-12-04
* | directly import inlineCallbacksPatrick Totzke2011-12-03
|/
* fix issue #139Patrick Totzke2011-11-28
* fix remaining references to UI.commandpromptPatrick Totzke2011-11-28
* fix: close envelope after sendoutPatrick Totzke2011-11-12
* fix issue #122Patrick Totzke2011-11-11
* cleanupsPatrick Totzke2011-11-10
* use envelops rather than emails in envelope bufPatrick Totzke2011-11-06
* cleanupPatrick Totzke2011-11-05
* renamed DisensembledMail -> EnvelopePatrick Totzke2011-11-05
* fix envelope attach commandPatrick Totzke2011-11-04