aboutsummaryrefslogtreecommitdiffstats
path: root/app/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* tabs: update ui config in any tabKoni Marti2024-08-201-8/+10
* view-message: add option to view message in background tabAron Lebani2024-08-041-8/+8
* binds: allow per folder sections for the message viewerRobin Jarry2024-06-231-2/+4
* app: make aerc satisfy the Beeper interface againKarel Balej2024-05-091-5/+3
* ipc: retry failed command directly, not over IPCJason Cox2024-04-131-7/+26
* config: make popover dialogs configurableJohannes Thyssen Tishman2024-04-021-3/+4
* log: move package to libRobin Jarry2024-02-141-1/+1
* mouse: use vaxis mouse eventsTim Culverhouse2024-02-121-4/+2
* paste: use vaxis paste eventsTim Culverhouse2024-02-121-6/+8
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-121-19/+35
* fill: replace tcell.Style with vaxis.StyleTim Culverhouse2024-02-121-2/+2
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-121-1/+2
* app: add keybinds annotation when printing bindingsKoni Marti2024-02-111-3/+11
* bindings: do not systematically trigger completionRobin Jarry2024-01-271-4/+13
* tabs: optimize switching by offsetsdelitako2024-01-261-0/+4
* patch/list: add list sub-cmdKoni Marti2023-12-301-4/+6
* binds: folder-specific bindings for composerVitaly Ovchinnikov2023-11-021-3/+5
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-281-14/+10
* ui: export global functionsRobin Jarry2023-10-111-5/+0
* app: fix nil pointer dereference on startupRobin Jarry2023-10-111-16/+12
* app: export global functionsRobin Jarry2023-10-101-9/+7
* widgets: rename package to appRobin Jarry2023-10-101-0/+908