aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* fill: replace tcell.Style with vaxis.StyleTim Culverhouse2024-02-124-6/+7
* ui: remove screen and viewportsTim Culverhouse2024-02-121-7/+5
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-1214-27/+37
* msgviewer: implement inline image viewingTim Culverhouse2024-02-121-2/+99
* commands: add alignKoni Marti2024-02-112-0/+41
* config: add msglist-scroll-offsetKoni Marti2024-02-111-0/+2
* scrollable: rewrite with scroll offsetKoni Marti2024-02-111-15/+25
* app: add keybinds annotation when printing bindingsKoni Marti2024-02-111-3/+11
* compose: show annotations on the review screenKoni Marti2024-02-111-19/+35
* compose: fix deadlock when editor errors after :reply -cRobin Jarry2024-01-311-2/+0
* listbox: send some key events to textinputKoni Marti2024-01-291-20/+13
* app: define two dialog constructorsKoni Marti2024-01-291-0/+28
* listbox: add external text filter functionKoni Marti2024-01-291-11/+26
* listbox: use tab key to cycle through listKoni Marti2024-01-291-2/+2
* ui: allow thread arrow customizationinwit2024-01-292-20/+75
* bindings: do not systematically trigger completionRobin Jarry2024-01-271-4/+13
* tabs: optimize switching by offsetsdelitako2024-01-262-0/+5
* compose: don't attach key when removing signatureThomas Böhler2024-01-261-2/+0
* compose: allow automatic attachment of signing keyRobin Jarry2024-01-251-0/+10
* compose: ensure rfc2045 compliant mime messageKoni Marti2024-01-191-0/+8
* templates: move signature from compose to templatesBence Ferdinandy2024-01-081-91/+0
* msglist: refactor tree buildingMoritz Poldrack2023-12-301-35/+26
* patch/list: add list sub-cmdKoni Marti2023-12-303-17/+8
* cf: allow changing folder of another accountRobin Jarry2023-12-051-0/+8
* dirtree: prevent folder selection when archivingKoni Marti2023-12-011-13/+26
* dirtree: fix jumping foldersKoni Marti2023-11-241-3/+5
* term: ensure cursor is hidden before closingRobin Jarry2023-11-241-0/+3
* dirtree: add custom virtual directory roleKoni Marti2023-11-231-0/+24
* dirlist/dirtree: context handlingKoni Marti2023-11-232-11/+16
* compose: define useful vars in the editor's envJason Cox2023-11-231-0/+5
* rmdir: ensure proper sequence of operationsKoni Marti2023-11-122-4/+27
* threads: add .ThreadUnread to template datainwit2023-11-121-2/+17
* complete: allow setting the completion key bindingRobin Jarry2023-11-022-0/+6
* hooks: add mail-added hookJason Cox2023-11-021-0/+9
* hooks: add mail-deleted hookJason Cox2023-11-021-0/+9
* binds: folder-specific bindings for composerVitaly Ovchinnikov2023-11-022-3/+12
* fold: allow for multiple folding levelsinwit2023-11-022-12/+20
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-281-6/+2
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-282-17/+13
* compose: fix crash when getting hostnameMoritz Poldrack2023-10-261-0/+5
* compose: fix header navigation after :compose -eRobin Jarry2023-10-251-9/+4
* terminal: add `:send-keys` commandVitaly Ovchinnikov2023-10-224-0/+38
* split: add an alias for horizontal splitinwit2023-10-131-1/+1
* switcher: add scrollbarKoni Marti2023-10-132-73/+101
* msgviewer: separate part switcher from viewerKoni Marti2023-10-132-162/+186
* ui: export global functionsRobin Jarry2023-10-111-5/+0
* app: fix nil pointer dereference on startupRobin Jarry2023-10-116-42/+19
* app: export global functionsRobin Jarry2023-10-108-86/+149
* widgets: rename package to appRobin Jarry2023-10-1022-0/+8420