summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* widgets/search: display the number of matching messages in the threadAnton Khirnov2021-02-10
* buffers/search: do not pass dbman into IterWalkerAnton Khirnov2021-02-10
* db/message: handle text MIME with invalid charsetsAnton Khirnov2021-02-08
* commands/thread: refactor applying the tag commandAnton Khirnov2021-02-07
* commands/search: refactor applying the tag commandAnton Khirnov2021-02-07
* db/manager: rewrite db write operation APIAnton Khirnov2021-02-07
* db/manager: use only one worker thread for write operationsAnton Khirnov2021-02-05
* commands/thread: add --thread option to tagging commandsAnton Khirnov2021-02-04
* settings/manager: do not report an exception when hooks file is missingAnton Khirnov2021-02-04
* buffers/namedqueries: add a hook for sorting queriesAnton Khirnov2021-02-04
* commands/thread: drop the select commandAnton Khirnov2021-02-03
* Fix access to Attachment filename.Anton Khirnov2021-02-01
* mail/attachment: add methods forgotten in 309fb25eAnton Khirnov2021-02-01
* buffers/search: fix handling malformed queriesAnton Khirnov2021-01-31
* buffers/search: remove unused variableAnton Khirnov2021-01-31
* Add forgotten __init__.py filesAnton Khirnov2021-01-31
* db: use symbolic constants for sort ordersAnton Khirnov2021-01-31
* db: drop unused module-level importsAnton Khirnov2021-01-30
* db/manager: handle notmuch exceptions in count_*Anton Khirnov2021-01-30
* mail/envelope: document Envolope.attach_file()Anton Khirnov2021-01-30
* db/attachment: move to mail/Anton Khirnov2021-01-30
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* SendCommand: stop using an instance attribute unnecessarilyAnton Khirnov2021-01-29
* SendCommand: remove unnecessary instance attributeAnton Khirnov2021-01-29
* commands/envelope: remove unused SendCommand parametersAnton Khirnov2021-01-29
* widgets/global: move HeadersList to the only place where it is usedAnton Khirnov2021-01-26
* helper: move mimewrap() to the only place where it is calledAnton Khirnov2021-01-26
* ComposeCommand: read template/signature as textAnton Khirnov2021-01-26
* addressbook/external: stop using call_cmd()Anton Khirnov2021-01-26
* db/message: use DEVNULL stdin when there is no inputAnton Khirnov2021-01-26
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* completion: fix some __init__ signaturesAnton Khirnov2021-01-25
* widgets/thread: better heuristics for detecting git patchesAnton Khirnov2021-01-24
* db/manager: fix signature of Database.add()Anton Khirnov2021-01-24
* widgets/thread: fox tyopAnton Khirnov2021-01-22
* db/message: make sure not to leave temporary files aroundAnton Khirnov2021-01-21
* db/message: split _render_part()Anton Khirnov2021-01-21
* db/message: pass content-type to _render_part()Anton Khirnov2021-01-21
* db/message: implement __str__Anton Khirnov2021-01-21
* db/message: guess a better content type for octet-stream partsAnton Khirnov2021-01-21
* widgets/thread: update commentAnton Khirnov2021-01-21
* widgets/thread: generic pygments highlightingAnton Khirnov2021-01-21
* db/message: fix email-missing warningAnton Khirnov2021-01-21
* widgets/thread: merge top-level whitespace into folded blocksAnton Khirnov2021-01-21
* widgets/thread: treat whitespace-only lines as empty for folding detectionAnton Khirnov2021-01-21
* completion/tag: sort the tagsAnton Khirnov2021-01-21
* Use super() where applicable.Anton Khirnov2021-01-21