summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* Be more informative if editor exits with error.Pol Van Aubel2019-11-02
* directly import Completers from their resp modulePatrick Totzke2019-08-17
* Fix UnboundLocalErrorLucas Hoffmann2019-08-16
* cleanup trailing whitespacePatrick Totzke2019-05-11
* fix mergePatrick Totzke2019-05-11
* fix pyflakes issuesPatrick Totzke2019-05-11
* commands/globals: split remaining functionality out of applyPatrick Totzke2019-05-11
* commands/globals: Split encryption code into a helperDylan Baker2019-05-11
* commands/globals: Split code for setting a missing To headerDylan Baker2019-05-11
* commands/globals: split gpg signing code into a helperDylan Baker2019-05-11
* commands/globals: split envelope setting codePatrick Totzke2019-05-11
* commands/globals split out the signature setting codeDylan Baker2019-05-11
* commands/globals: split the code for setting ...Patrick Totzke2019-05-11
* commands/globals: split out the code for loading a templateDylan Baker2019-05-11
* commands/globals: wrap apply in an error handlerDylan Baker2019-05-11
* Set local variable before useageLucas Hoffmann2018-12-14
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* commands/globals: use getattr/setattr instead of manipulating __dict__Dylan Baker2018-08-02
* commands/globals: Convert CallCommand.apply to a coroutineDylan Baker2018-08-02
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* commands/globals: implement ExternalCommand.apply as coroutineDylan Baker2018-07-26
* commands/globals: Use asyncio coroutines instead of twisted deferredsDylan Baker2018-07-26
* Merge pull request #1276 from alexshpilkin/copyeditDylan Baker2018-07-25
|\
| * Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
* | commands/globals: Convert Address to string for email.utilsDylan Baker2018-07-25
|/
* add global command 'removequery'Patrick Totzke2018-07-24
* new command "savequery"Patrick Totzke2018-07-24
* add global namedqueries commandPatrick Totzke2018-07-24
* Merge pull request #1252 from pazz/update-envelope-keysDylan Baker2018-07-24
|\
| * rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* | ComposeCommand: open signature as binaryJohannes Löthberg2018-07-12
|/
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Use urwid.util.detected_encoding instead of try_decodeDylan Baker2018-03-06
* use helper.try_decode instead of guess_encodingDylan Baker2018-03-06
* globals: try to fix debian magic errorDylan Baker2018-03-01
* commands/globals: fix bindings help for py3kDylan Baker2018-03-01
* alot/command/globals: fix py3kDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Fix #1191, lockup after running external command.Thomas Nixon2018-02-19
* Merge pull request #1199 from three-comrades/fix_templatesDylan Baker2018-02-15
|\
| * Fix non-ascii templates.Julian Mehne2018-02-15
* | Add --tags argument to compose commandJohannes Löthberg2018-02-12
|/
* Move processing of setting to the right place.Julian Mehne2018-01-21
* Fix `:compose --template=foo` if default template_dir is used.Julian Mehne2018-01-21
* Report error if configuration file cannot be reloaded.Julian Mehne2018-01-07
* Inform user why :compose got cancelled.Julian Mehne2017-12-02