aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: add example for piping messages to git amRobin Jarry2022-11-241-0/+8
* doc: homogenize scdoc markupRobin Jarry2022-11-2412-693/+738
* config: sanitize default valuesRobin Jarry2022-11-245-115/+54
* doc: use uppercase man page titlesRobin Jarry2022-11-2411-20/+20
* doc: proofreadingInwit2022-11-2411-79/+67
* imap: fix error with empty flag updatesRobin Jarry2022-11-231-4/+8
* aerc: fix popover menu regressionKoni Marti2022-11-221-0/+2
* msgviewer: Document Labels in header-layoutinwit2022-11-221-0/+2
* msgviewer: fix parts indexKoni Marti2022-11-211-1/+4
* compose binds: add backtab to field cycleBence Ferdinandy2022-11-211-0/+1
* ui: box and frame an interactive widgetKoni Marti2022-11-212-1/+76
* attach: open file picker menu with -m flagKoni Marti2022-11-215-3/+118
* config: add log-file and log-level settingsRobin Jarry2022-11-217-32/+116
* config: move [triggers] parsing in proper fileRobin Jarry2022-11-162-19/+20
* config: move [openers] parsing in separate fileRobin Jarry2022-11-162-13/+32
* config: move [statusline] in separate fileRobin Jarry2022-11-162-29/+45
* config: move [viewer] parsing in separate fileRobin Jarry2022-11-162-37/+58
* config: move [compose] parsing in separate fileRobin Jarry2022-11-162-41/+63
* config: move [filters] parsing to separate fileRobin Jarry2022-11-163-48/+72
* config: move [general] parsing in separate fileRobin Jarry2022-11-162-35/+51
* config: move [templates] parsing in separate fileRobin Jarry2022-11-162-46/+67
* config: move [ui] parsing in separate fileRobin Jarry2022-11-162-316/+345
* config: move binds.conf parsing in binds.goRobin Jarry2022-11-162-191/+207
* config: move accounts.conf parsing in separate fileRobin Jarry2022-11-162-250/+257
* config: rename bindings -> bindsRobin Jarry2022-11-162-0/+0
* config: remove unused Ini fieldRobin Jarry2022-11-161-3/+0
* commands: remove broken :set commandRobin Jarry2022-11-163-80/+4
* move and archive: common code for common operationBence Ferdinandy2022-11-133-44/+58
* maildir: fallback when parsing for in-reply-to failsKoni Marti2022-11-131-4/+7
* dirtree: fix mouse support for selecting foldersKoni Marti2022-11-131-5/+12
* reply: allow to override localized Re regexp in configurationjp392022-11-135-6/+25
* filters: export more info to filter processesRobin Jarry2022-11-134-0/+19
* 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
* maildir: drain limit channel on parse error when sortingTim Culverhouse2022-11-091-0/+1
* maildir: always sort by at least uidTim Culverhouse2022-11-091-1/+7
* style: add italic optionTim Culverhouse2022-11-092-1/+19
* maildir: enable backend threadsTim Culverhouse2022-11-091-1/+85
* message-info: add explicit References fieldTim Culverhouse2022-11-094-0/+17
* envelope: add InReplyTo fieldTim Culverhouse2022-11-093-5/+18
* imap: add support for ORDEREDSUBJECT threading algorithmjp392022-11-092-5/+11
* maildir: speedup move to larger foldersBence Ferdinandy2022-11-091-7/+4
* notmuch: correct a typo in error messageinwit2022-11-091-1/+1
* notmuch: allow whitespace before '=' in query-mapinwit2022-11-091-2/+2
* composer: add message previewKoni Marti2022-11-095-8/+25
* lib: prepare attachments for multiple readsKoni Marti2022-11-094-22/+57
* viewer: open rfc822 attachmentsKoni Marti2022-11-093-10/+29
* commands/eml: open and view eml filesKoni Marti2022-11-092-0/+66
* lib: implement an eml message viewKoni Marti2022-11-094-4/+116