summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Merge pull request #980 from dcbaker/pr/fix-968-and-979Patrick Totzke2017-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
* | Port old doctests to unittest: alot.commands.__init__Lucas Hoffmann2017-01-18
|/
* 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
* commands/utils: Refactor exception caseDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* 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 open() as context managerDylan Baker2016-12-14
* | Use native logging string interpolationLucas Hoffmann2016-12-14
* | Fix import to be compatible with python 2.7 and 3Lucas Hoffmann2016-12-14
|/
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Don't materialize with any()Dylan Baker2016-12-13
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Remove trailing whitespace from inline docsLucas Hoffmann2016-12-11
* Further minor style fixesLucas Hoffmann2016-12-09
* Fix except syntaxLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
* Merge pull request #752 from jkoelker/pipeto_field_keyPatrick Totzke2016-12-06
|\
| * Allow specifing the mailcap field key for `pipeto`Jason Kölker2015-02-11
* | 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
* | | Rename to adhere to config option naming scheme.Pol Van Aubel2016-12-06
* | | Make header list configurable.Pol Van Aubel2016-12-06
* | | Introduce header-based preference in sender selectPol Van Aubel2016-12-06
* | | Merge branch '0.3.8-settings-encrypt-by-default-854'Patrick Totzke2016-12-06
|\ \ \ | |/ / |/| |
| * | Remove encryption keys from envelope if encryption flag is unset.Lucas Hoffmann2016-03-24
| * | Fix double space.Lucas Hoffmann2016-03-24
| * | Add --trusted option to envolope commands encrypt and toggleencrypt.Lucas Hoffmann2016-03-24
| * | 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