summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* Rename `os.remove()` to `os.unlink()`Kazuo Teramoto2012-07-25
* Merge branch '0.3.1-feature-call-480'Patrick Totzke2012-07-22
|\
| * new global 'call' command to execute python codePatrick Totzke2012-07-17
* | Fix PGP/MIME attachmentsMichael Stapelberg2012-07-22
|/
* Merge branch '0.3.1-fix-X11less-edit-460'Patrick Totzke2012-06-26
|\
| * fix default behaviour of --spawn on X11-less TERMSPatrick Totzke2012-06-23
* | Merge branch '0.3.1-fix-msg-count-463'Patrick Totzke2012-06-24
|\ \ | |/ |/|
| * fix update result count after tag operationsPatrick Totzke2012-06-14
* | corrected typo startwith --> startswithPatrick Totzke2012-06-16
* | add forward_subject and forward_subject_prefixThomas Weißschuh2012-06-16
* | implement setting: reply_subject_prefixThomas Weißschuh2012-06-16
* | introduce hook: reply_subjectThomas Weißschuh2012-06-16
* | fix issue #475Patrick Totzke2012-06-16
* | fix shellescape --spawn return codesPatrick Totzke2012-06-16
* | spawn in new xterm only if X is runningPatrick Totzke2012-06-16
* | add new hook 'touch_external_cmdlist'Patrick Totzke2012-06-16
* | make EditCommand use spawn/thread parms directlyPatrick Totzke2012-06-16
* | add copyright statements to all source filesPatrick Totzke2012-06-14
|/
* Merge branch '0.3.1-feature-boolean-arguments'Patrick Totzke2012-06-13
|\
| * use BooleanAction where appropriatePatrick Totzke2012-06-11
| * make --spawn option default to NonePatrick Totzke2012-06-10
| * use cmdlist properly for shellescapePatrick Totzke2012-06-05
| * fix: shellescape to work with ExternalCommand APIPatrick Totzke2012-06-03
| * add helper split_commandstringPatrick Totzke2012-06-03
| * make ExternalCommand work on command listsPatrick Totzke2012-06-03
| * shell parameter for ExternalCommandPatrick Totzke2012-06-02
| * stdin parameter for ExternalCommandPatrick Totzke2012-06-02
| * interpret missing %s in mailcap handler correctlyPatrick Totzke2012-06-02
* | Merge branch '0.3.1-feature-quotehook-465'Patrick Totzke2012-06-13
|\ \
| * | introduce setting quote_prefixThomas Weißschuh2012-06-08
| * | use hook text_quote for quoting a messag bodyThomas Weißschuh2012-06-08
| |/
* / use address as fallback in reply/forward_prefixThomas Weißschuh2012-06-12
|/
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
* Merge pull request #454 from bjoernb/attachment_prefixPatrick Totzke2012-05-21
|\
| * added support for configurable attachment download directorybjoernb2012-05-21
* | fix editnewPatrick Totzke2012-05-19
|/
* 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
| * verify accounts gpg_key upon startupPatrick Totzke2012-05-13
| * move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| * lookup gpg key once during composePatrick Totzke2012-05-12
| * add sign_by_default account setting to enable GPG signatures by default, use ...Michael Stapelberg2012-05-11
| * 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