aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-071-0/+6
* statusline: add column based render formatRobin Jarry2023-02-201-13/+5
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-6/+7
* aerc: show effects of mailto: and mbox: immediatelyMoritz Poldrack2023-02-161-0/+6
* tabs: use template for compose tabsTim Culverhouse2023-02-121-9/+1
* config: warn for all deprecated settingsRobin Jarry2023-02-021-21/+22
* tabs: use template for account tab nameTim Culverhouse2023-01-291-1/+1
* config: add columns based index formatRobin Jarry2023-01-061-0/+24
* templates: change fields as lazy functionsRobin Jarry2023-01-041-2/+1
* config: parse account from and aliases onceRobin Jarry2023-01-041-1/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-52/+43
* config: rework contextual sections implementationRobin Jarry2022-12-141-7/+12
* 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