summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* Merge branch '0.3.8-editnew_bug-819'Patrick Totzke2016-12-06
|\
| * Use the first account if no address matches in ComposeCommandRuben Pollan2016-09-03
* | Handle deprecated option values gracefully.Lucas Hoffmann2016-03-24
* | Clean up recipient string before searching encryption key.Lucas Hoffmann2016-03-24
* | Fix top level check for encrypt_by_default.Lucas Hoffmann2016-03-24
* | Implement key id validity checks for encrypt_by_default.Lucas Hoffmann2016-03-24
|/
* set flush_retry_timeout=0 to prevent retryPatrick Totzke2016-03-12
* Make sure to flush on exitPatrick Totzke2016-03-12
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* pep8 fixesPatrick Totzke2015-12-16
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
* Fix call without hooksAnton Parkhomenko2015-02-22
* typo: sa -> asChristian Geier2014-08-13
* added check to bindings commands; added settings.get_keybindings(self,mode)Cinghio Pinghio2014-08-02
* fix: always read remaining parms for `compose` into listPatrick Totzke2014-03-25
* non-mailto arguments to `compose` are recipientsPatrick Totzke2014-03-21
* interpret `compose mailto:foo@bar` commandsPatrick Totzke2014-03-21
* typoPatrick Totzke2014-01-04
* return Deferreds in Command.applyPatrick Totzke2013-10-30
* remove obsolete CommandSequenceCommandPatrick Totzke2013-10-30
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* add --tags option to global taglist commandPatrick Totzke2013-10-30
* redraw the UI afer focus [last|first] commandsPatrick Totzke2013-08-09
* strip commandline string before interpretationPatrick Totzke2013-08-01
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* make `move last` available if buffer allows itPatrick Totzke2013-05-30
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* rm offending line left over from self.repeatable instance propertySebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* repeat complete command linesSebastian Jeltsch2013-05-26
* change cmd repeatability to be command prop and make move cmds non-repeatableSebastian Jeltsch2013-05-26
* fix issue with concurrent db writesPatrick Totzke2013-04-21
* more vim-like movementsSebastian Jeltsch2013-04-20
* Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * remember and re-interpret command*line* for repeatPatrick Totzke2013-02-19
| * add repeat command to make the same action againChristopher Schwardt2013-02-19
* | make MoveCommand interpret 'first' directionPatrick Totzke2013-03-03
|/
* 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