summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Add time to log format.Anton Khirnov2021-01-20
* buffers: make get_info() asynchronousAnton Khirnov2021-01-20
* commands/search: remove unused variableAnton Khirnov2021-01-20
* db/thread: add parentheses for chaining queriesAnton Khirnov2021-01-20
* db: make sure to close the read-only database instancesAnton Khirnov2021-01-20
* widgets/search: cleanup ThreadlineWidgetAnton Khirnov2021-01-20
* commands/search: remove unused codeAnton Khirnov2021-01-20
* widgets/search: remove unused variableAnton Khirnov2021-01-20
* ui: clean up asyncio callsAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* widgets/thread: option for smarter subject in message summaryAnton Khirnov2021-01-20
* db/manager: drop unused variableAnton Khirnov2021-01-19
* widgets/thread: fix processing quote blocks into folding treeAnton Khirnov2021-01-18
* widgets/thread: colorize text/x-{diff,patch} as patchesAnton Khirnov2021-01-17
* widgets/thread: allow forcing inline display of selected attachment typesAnton Khirnov2021-01-17
* ui: do not display an error on cancelling a commandAnton Khirnov2021-01-16
* completion/query: update keywordsAnton Khirnov2021-01-16
* completion/query: add class attribute prototypesAnton Khirnov2021-01-16
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* helper: move humanize_size to the only place where it is usedAnton Khirnov2021-01-16
* helper: rewrite mailto_to_envelope/parse_mailto to Envelope.from_mailtoAnton Khirnov2021-01-16
* helper: drop unused RFC3156_canonicalize()Anton Khirnov2021-01-16