summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* commands/globals: use __future__ divisionDylan Baker2017-01-27
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Use email.utils.formataddr when preparing headersLucas Hoffmann2017-01-25
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | commands/global: Don't double prompt to close last bufferDylan Baker2017-01-17
* | Print error when trying to close last buffer without enabling settingDylan Baker2017-01-17
|/
* Merge pull request #963 from dcbaker/pr/fix-typoPatrick Totzke2017-01-12
|\
| * alot/commands/globals: fix typoDylan Baker2017-01-12
* | Merge pull request #878 from meskio/encrypt_ccDylan Baker2017-01-12
|\ \ | |/ |/|
| * Encrypt for the CC addresses tooRuben Pollan2017-01-01
* | Replace None passed to comprehensions with identity functionDylan Baker2017-01-11
* | On exit command, check if there are any unsent messagesHamish Downer2017-01-02
|/
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
| * Save and load command history across invocationsLucas Hoffmann2016-12-14
* | use open as a context manager instead of oneline open().read()Dylan Baker2016-12-14
* | Use native logging string interpolationLucas Hoffmann2016-12-14
|/
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Remove trailing whitespace from inline docsLucas Hoffmann2016-12-11
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* 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