summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* add CommandSequenceCommandPatrick Totzke2012-09-03
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* rename 'select' bufferlist command to 'open'Patrick Totzke2012-08-31
* add new global (goto) "buffer" commandPatrick Totzke2012-08-26
* fix error notifications during `call`Patrick Totzke2012-08-26
* Merge branch '0.3.2-feature-multiinput-42'Patrick Totzke2012-08-25
|\
| * rename UI.mainframe_themed to root_widgetPatrick Totzke2012-08-19
| * rm SendKeypressCommand, CatchKeyWidgetWrapPatrick Totzke2012-08-19
| * Pre/Posthooks are no longer Command.__init__ parmsPatrick Totzke2012-08-19
| * doc: update docstringPatrick Totzke2012-08-19
* | catch exceptions raised by account.store_mailPatrick Totzke2012-08-21
|/
* suppress 'done' msg after pipetoPatrick Totzke2012-08-17
* fix pipeto foregroundPatrick Totzke2012-08-17
* Merge branch '0.3.2-feature-avoid-dbl-send-497'Patrick Totzke2012-08-15
|\
| * SendCommand: add some inline docsPatrick Totzke2012-08-10
| * prevent accidental double sendoutPatrick Totzke2012-08-10
* | add commas as separator for virtual tags headersPatrick Totzke2012-08-15
* | theming: fix halfway themed help overlayPatrick Totzke2012-08-11
|/
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* Merge branch '0.3.2-feature-bclosebang-453'Patrick Totzke2012-08-10
|\
| * replace bclose! command by a boolean argument 'force'Patrick Totzke2012-08-01
| * Add `bclose!` commandKazuo Teramoto2012-08-01
| * Ask the user to close an unsent envelope bufferKazuo Teramoto2012-08-01
* | Remove envelope tempfile on buffer cleanupKazuo Teramoto2012-08-02
|/
* 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