aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* logging: rename package to logRobin Jarry2022-12-021-5/+5
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* aerc: fix popover menu regressionKoni Marti2022-11-221-0/+2
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-061-0/+22
* status: add warning style and methodsTim Culverhouse2022-11-061-0/+4
* compose: warn before sending without attachmentJason Cox2022-10-171-0/+4
* mailto: allow attaching of filesMoritz Poldrack2022-10-121-0/+10
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-12/+3
* aerc: use single event loopTim Culverhouse2022-10-071-19/+15
* bindings: properly check for exKey keystrokesTim Culverhouse2022-10-031-1/+9
* exline: don't draw completions for keybindsTim Culverhouse2022-09-291-3/+16
* grid: remove unused method ChildrenTim Culverhouse2022-09-201-4/+0
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-0/+36
* composer: restructure to implement account switchingKoni Marti2022-09-191-0/+15
* terminal: improve mouse supportTim Culverhouse2022-09-151-3/+0
* term: add bracketed paste supportTim Culverhouse2022-09-141-0/+22
* ui: cleanup internals and apiRobin Jarry2022-09-141-10/+5
* binds: display active keybinds in a dialog boxKoni Marti2022-08-221-0/+35
* widgets: add dialog interfaceKoni Marti2022-08-221-1/+8
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-4/+2
* mailto: add account query parameterKoni Marti2022-08-011-5/+14
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+2
* logging: use level-based logger functionsRobin Jarry2022-07-231-15/+8
* tabs: make fields privateRobin Jarry2022-07-231-33/+25
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-3/+3
* aerc: use aerc as an mbox viewerKoni Marti2022-07-141-0/+27
* aerc: fix panic when backend is unknownKoni Marti2022-07-101-1/+4
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-4/+4
* binds: add folder context for message list bindsTim Culverhouse2022-06-221-1/+2
* ui: check bounds before drawing dialogKoni Marti2022-05-311-2/+3
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-3/+7
* aerc: use contextual ui styleset for tabs/composeKoni Marti2022-04-171-4/+14
* statusline: improve status line updatingKoni Marti2022-03-251-0/+3
* logging: fix race condition in startupMoritz Poldrack2022-03-241-3/+3
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-2/+2
* statusline: implement per-account statusKoni Marti2022-03-181-5/+9
* mailto: handle bcc and body fieldsTim Culverhouse2022-03-181-0/+10
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-8/+8
* mailto: allow empty recipient fieldTim Culverhouse2022-03-181-1/+4
* viewer: add key passthrough modekt programs2022-03-141-1/+6
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-3/+0
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+8
* search/filter: display in extra statusRobin Jarry2022-02-231-0/+8
* completions: add support for completing multiple addressesParasrah2022-01-071-6/+6
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-071-1/+1
* binds: add account specific bindingsJonathan Bartlett2021-12-111-5/+9
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-4/+4
* bindings: prepare for more modifersRobin Jarry2021-10-281-0/+1