aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-185-0/+252
* aercmsg: add AercFuncMsg and QueueFuncTim Culverhouse2022-10-182-0/+12
* msgviewer: simplify filter and pager command handlingTim Culverhouse2022-10-182-92/+67
* compose: warn before sending without attachmentJason Cox2022-10-177-6/+106
* switch-account: fix out-of-bounds panicKoni Marti2022-10-171-0/+3
* docs: document existing command aliasesinwit2022-10-171-0/+9
* notmuch: add "tag" alias for modify-labels commandinwit2022-10-172-1/+2
* commands: split open-link in separate fileRobin Jarry2022-10-162-19/+46
* filters: export mime type and filename in envRobin Jarry2022-10-164-1/+21
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-168-28/+30
* config: reference built-in filter scriptsRobin Jarry2022-10-161-4/+10
* filters: append well known dirs to exec PATHRobin Jarry2022-10-165-3/+31
* compose: don't lock call to composer.grid.MouseEventTim Culverhouse2022-10-121-1/+3
* mailto: allow attaching of filesMoritz Poldrack2022-10-122-0/+11
* invalidatable: cleanup dead codeTim Culverhouse2022-10-1241-303/+76
* compose: avoid deadlock when adding new headerRobin Jarry2022-10-111-1/+5
* compose: fix mouse focus of header editorsRobin Jarry2022-10-111-0/+6
* mk: exclude govulncheck from lintRobin Jarry2022-10-071-0/+3
* invalidatable: always mark ui as dirty OnInvalidateTim Culverhouse2022-10-073-15/+21
* terminal: use Invalidate and QueueRedrawTim Culverhouse2022-10-071-14/+2
* render: clean up render codeTim Culverhouse2022-10-071-11/+1
* aerc: use single event loopTim Culverhouse2022-10-0712-66/+75
* events: introduce AercMsg and QueueRedrawTim Culverhouse2022-10-072-0/+11
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-073-4/+23
* compose: avoid double lock in MouseEventTim Culverhouse2022-10-051-2/+5
* imap: fix flags updateKoni Marti2022-10-041-4/+4
* view: add peek flag and propagateKoni Marti2022-10-046-8/+32
* viewer: option to not mark message as seenKoni Marti2022-10-0411-10/+33
* worker: use container/list as job queueTim Culverhouse2022-10-041-2/+41
* bindings: properly check for exKey keystrokesTim Culverhouse2022-10-032-2/+10
* maildir: hide invalid foldersJulian Pidancet2022-10-031-0/+7
* msgstore: fix data race on access to store.needsFlagsTim Culverhouse2022-10-021-0/+5
* logging: substitute %w for %vKoni Marti2022-10-029-66/+66
* terminal: fix race conditions on access to cmdTim Culverhouse2022-10-023-38/+14
* Add MAINTAINERS fileRobin Jarry2022-10-011-0/+7
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-018-2/+142
* open: allow overriding default programRobin Jarry2022-10-017-9/+104
* open: simplify codeRobin Jarry2022-10-013-73/+19
* terminal: remove invalidate methodTim Culverhouse2022-09-291-5/+1
* dirlist: prevent race condition on accessing uiconfigTim Culverhouse2022-09-291-0/+4
* command/read: run in main threadTim Culverhouse2022-09-291-37/+18
* worker: do not lock while callbacks are runningTim Culverhouse2022-09-291-4/+10
* mark: fix (un)mark -a when no message is selectedKoni Marti2022-09-291-5/+12
* imap: stop checkmail if there are pending actionskt programs2022-09-293-6/+37
* compose: prevent out of bounds accessRobin Jarry2022-09-291-0/+26
* notmuch: move logic for dynamic folders to backendKoni Marti2022-09-292-18/+9
* lib: parse address header fields to utf-8Koni Marti2022-09-291-6/+9
* exline: don't draw completions for keybindsTim Culverhouse2022-09-292-3/+20
* imap: send message info updates for bulk flag opsKoni Marti2022-09-291-41/+59
* ui: avoid panic when terminal window is shrunkJason Stewart2022-09-261-2/+4