aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-252-93/+45
* wizard: debounce warning to ensure pasted passwords are entered correctlyMoritz Poldrack2022-12-201-1/+12
* msglist: make width available externallyMoritz Poldrack2022-12-191-0/+6
* style: make marked more important than searchBence Ferdinandy2022-12-141-5/+4
* split: refactor split update logicTim Culverhouse2022-12-142-29/+41
* msglist: add attachment indicatorBence Ferdinandy2022-12-141-0/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-1410-198/+168
* config: rework contextual sections implementationRobin Jarry2022-12-146-49/+18
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-1/+65
* compose: show relevant bindings on review screenBence Ferdinandy2022-12-021-20/+48
* logging: rename package to logRobin Jarry2022-12-0211-56/+56
* logging: homogenize levelsRobin Jarry2022-12-025-11/+11
* msgviewer: add logs to display pager and filter commandsRobin Jarry2022-12-021-0/+2
* doc: extract accounts and binds into separate man pagesRobin Jarry2022-11-241-1/+1
* aerc: fix popover menu regressionKoni Marti2022-11-221-0/+2
* msgviewer: fix parts indexKoni Marti2022-11-211-1/+4
* config: move [filters] parsing to separate fileRobin Jarry2022-11-161-1/+1
* dirtree: fix mouse support for selecting foldersKoni Marti2022-11-131-5/+12
* filters: export more info to filter processesRobin Jarry2022-11-131-0/+8
* msgviewer: show error if MessageInfo has errorTim Culverhouse2022-11-091-2/+9
* dirtree: show dynamic folders properlyKoni Marti2022-11-091-0/+15
* dirtree: prevent panic when no folder is foundKoni Marti2022-11-092-2/+2
* composer: add message previewKoni Marti2022-11-091-6/+8
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-15/+32
* viewer: open rfc822 attachmentsKoni Marti2022-11-091-1/+8
* ui: invalidate ui when queuing redrawTim Culverhouse2022-11-062-2/+0
* split: close current split after replacing with newTim Culverhouse2022-11-061-3/+3
* msglist: style search resultsTim Culverhouse2022-11-061-0/+5
* msgviewer: warn user when pager is not in PATHTim Culverhouse2022-11-061-1/+11
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-062-5/+30
* status: add warning style and methodsTim Culverhouse2022-11-063-0/+14
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-0/+1
* auto-completion: add option to require a min number of charsRobin Jarry2022-11-062-6/+30
* msglist: display reversed thread orderingKoni Marti2022-10-272-56/+65
* threads: reverse thread orderingKoni Marti2022-10-271-0/+1
* store: reverse message list order with iteratorsKoni Marti2022-10-272-20/+37
* listbox: implement horizontal scrollingKoni Marti2022-10-261-1/+62
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-6/+16
* command/help: remove helpClose functionTim Culverhouse2022-10-191-20/+0
* terminal: properly handle cursor displayTim Culverhouse2022-10-191-15/+13
* msgview: add separate date formattingBence Ferdinandy2022-10-191-6/+20
* dirtree: fix folder scrollingKoni Marti2022-10-191-3/+2
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+153
* msgviewer: simplify filter and pager command handlingTim Culverhouse2022-10-181-92/+30
* compose: warn before sending without attachmentJason Cox2022-10-172-0/+24
* switch-account: fix out-of-bounds panicKoni Marti2022-10-171-0/+3
* filters: export mime type and filename in envRobin Jarry2022-10-161-1/+6
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-13/+7
* filters: append well known dirs to exec PATHRobin Jarry2022-10-161-0/+6
* compose: don't lock call to composer.grid.MouseEventTim Culverhouse2022-10-121-1/+3