summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* Notify for unknown movement.William Erik Baxter2013-02-19
* Conform to PEP 8.William Erik Baxter2013-02-19
* Implement move commands in globals.py. Add --redraw for bclose.William Erik Baxter2013-02-19
* make sure urwid keeps track of updated TERM sizePatrick Totzke2013-01-30
* bug on exit if index not syncedPatrick Totzke2012-12-16
* prevent multiple 'index locked' notificationsPatrick Totzke2012-12-16
* add callback parameter for FlushCommandPatrick Totzke2012-09-23
* prompt for initial tags when composing msgPatrick Totzke2012-09-22
* directly use "realname <address>" in AccountCompleterPatrick Totzke2012-09-22
* transfer global refs of ui and settings to hooksPatrick Totzke2012-09-09
* Merge branch '0.3.2-fix-input-506'Patrick Totzke2012-09-05
|\
| * restart urwid screen as early as possiblePatrick Totzke2012-08-31
* | fix errors in CommandSequenceCommandPatrick Totzke2012-09-03
* | delegate cmdline interpretation to UIPatrick Totzke2012-09-03
* | fix trivial errors in CommandSequenceCommandPatrick Totzke2012-09-03
* | add CommandSequenceCommandPatrick Totzke2012-09-03
* | cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
|/
* add new global (goto) "buffer" commandPatrick Totzke2012-08-26
* fix error notifications during `call`Patrick Totzke2012-08-26
* rename UI.mainframe_themed to root_widgetPatrick Totzke2012-08-19
* rm SendKeypressCommand, CatchKeyWidgetWrapPatrick Totzke2012-08-19
* doc: update docstringPatrick Totzke2012-08-19
* theming: fix halfway themed help overlayPatrick Totzke2012-08-11
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick 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
* new global 'call' command to execute python codePatrick Totzke2012-07-17
* fix default behaviour of --spawn on X11-less TERMSPatrick Totzke2012-06-23
* 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
* 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
* fix editnewPatrick Totzke2012-05-19
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\
| * 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
* | added debug statements for flushingPatrick Totzke2012-05-17