summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
Commit message (Expand)AuthorAge
* commands/globals:BufferCloseCommand: drop unused redraw paramAnton Khirnov2022-05-11
* commands/globals:ExternalCommand: actually use thread param from touchhookAnton Khirnov2022-05-08
* commands/globals:ExternalCommand: do not shell-quote cmd for the shellAnton Khirnov2022-05-08
* commands/search: allow reversing search resultsAnton Khirnov2021-11-29
* commands/globals: remove special treatment for a missing signature fileAnton Khirnov2021-05-15
* commands/globals: invert a condition to reduce indent levelAnton Khirnov2021-05-15
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* db: use symbolic constants for sort ordersAnton Khirnov2021-01-31
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* ComposeCommand: read template/signature as textAnton Khirnov2021-01-26
* addressbook/external: stop using call_cmd()Anton Khirnov2021-01-26
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* Use super() where applicable.Anton Khirnov2021-01-21
* 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