aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* doc: document IMAP idle optionsTim Culverhouse2022-09-151-0/+12
* terminal: improve mouse supportTim Culverhouse2022-09-153-12/+12
* msgviewer: properly close embedded terminalRobin Jarry2022-09-151-6/+3
* terminal: check for context before calling it's methodsTim Culverhouse2022-09-151-3/+7
* term: add bracketed paste supportTim Culverhouse2022-09-143-0/+24
* term: replace go-libvterm with tcell-termTim Culverhouse2022-09-145-383/+84
* ui: export context.viewport, screen.show, add SetCursorStyleTim Culverhouse2022-09-143-10/+29
* ui: cleanup internals and apiRobin Jarry2022-09-143-27/+14
* go mod tidyRobin Jarry2022-09-141-39/+48
* lint: update linter versionMoritz Poldrack2022-09-142-2/+5
* lint: warn about known security issuesMoritz Poldrack2022-09-141-0/+1
* history: store command history in a fileMoritz Poldrack2022-09-142-0/+78
* history: don't store duplicate entriesMoritz Poldrack2022-09-142-1/+5
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-144-1/+12
* socket: use existing socket if it is connectedMoritz Poldrack2022-09-141-2/+4
* ui: process tcell events in a separate go routine from renderingTim Culverhouse2022-09-132-17/+17
* open-link: make URL parsing more lenientMoritz Poldrack2022-09-133-34/+61