summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* db: make write operations asyncAnton Khirnov2021-01-20
* helper: rewrite mailto_to_envelope/parse_mailto to Envelope.from_mailtoAnton Khirnov2021-01-16
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* taglist: drop the useless filtfun parameterAnton Khirnov2020-05-24
* ExitCommand: do not flush the db if it is opened read-only.Anton Khirnov2020-05-09
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix crash when editor_cmdstring is empty.Pol Van Aubel2019-11-02
* 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