aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* maildir: filter and search with a date rangeKoni Marti2022-12-022-7/+43
* search: handle date ranges in search/filter queryKoni Marti2022-12-023-4/+156
* logging: rename package to logRobin Jarry2022-12-0279-413/+409
* logging: homogenize levelsRobin Jarry2022-12-0237-90/+110
* logging: use local time for loggingRobin Jarry2022-12-021-1/+1
* msgviewer: add logs to display pager and filter commandsRobin Jarry2022-12-021-0/+2
* logging: add new trace log levelRobin Jarry2022-12-022-4/+19
* colorize: add solarized themeJens Grassel2022-11-302-15/+48
* man: update filters sectionBence Ferdinandy2022-11-301-24/+138
* config: fix [filters] orderingRobin Jarry2022-11-241-6/+5
* doc: extract accounts and binds into separate man pagesRobin Jarry2022-11-2413-462/+536
* 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