aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* textinput: prevent data race from debounce functionTim Culverhouse2022-09-261-0/+6
* idler: fix data race for access to idleing and waitingTim Culverhouse2022-09-261-3/+15
* checkmail: protect access to acct.checkingmailTim Culverhouse2022-09-261-0/+6
* worker: lock access to callback mapsTim Culverhouse2022-09-261-0/+11
* dirlist: avoid race from accessing ui config in Select debounceTim Culverhouse2022-09-261-1/+2
* gitignore: ignore race.log.*Tim Culverhouse2022-09-261-0/+1
* terminal: prevent draw loop when unfocusedTim Culverhouse2022-09-261-0/+3
* terminal: bump tcell-term versionTim Culverhouse2022-09-252-3/+3
* backends: send MessageInfoError on header fetching errorTim Culverhouse2022-09-255-8/+20
* msgstore: revert 9fdc7acf5b48 "post messageInfo on erroneous fetch"Tim Culverhouse2022-09-251-13/+1
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-256-12/+25
* config: add default-save-path in default aerc.confRobin Jarry2022-09-251-0/+7
* config: remove default values for this-*-time-formatRobin Jarry2022-09-253-12/+12
* cache: fetch flags from UITim Culverhouse2022-09-203-11/+29
* grid: protect calls to cell.ContentTim Culverhouse2022-09-201-2/+6
* grid: remove unused method ChildrenTim Culverhouse2022-09-203-19/+0
* dirlist: don't invalidate on spinner.InvalidateTim Culverhouse2022-09-201-3/+0
* switch: update status lineKoni Marti2022-09-201-1/+5
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-205-8/+78
* mk: make it obvious that GOFLAGS change cause a rebuildRobin Jarry2022-09-201-0/+1
* Revert "worker: prevent deadlock by flooding worker.Messages channel"Moritz Poldrack2022-09-201-4/+1
* changelog: add missing entryRobin Jarry2022-09-201-0/+1
* msgstore: post MessageInfo on erroneous fetchTim Culverhouse2022-09-202-1/+17
* worker: prevent deadlock by flooding worker.Messages channelTim Culverhouse2022-09-201-1/+4
* imap: prevent deadlock from posting actions to selfTim Culverhouse2022-09-203-3/+10
* binds: allow typing ? in subject headerRobin Jarry2022-09-201-0/+3
* commands: add switch-account command for composerKoni Marti2022-09-192-0/+51
* composer: restructure to implement account switchingKoni Marti2022-09-192-30/+106
* msgviewer: fix segfault when closing viewerRobin Jarry2022-09-191-1/+0
* terminal: don't invalidate on EventWidgetContentTim Culverhouse2022-09-191-1/+0
* statusline-format: add %p placeholder for current pathBence Ferdinandy2022-09-193-0/+14
* terminal: protect calls to terminal methods throughout aercTim Culverhouse2022-09-192-1/+6