aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui: invalidate ui when queuing redrawTim Culverhouse2022-11-064-5/+3
* split: close current split after replacing with newTim Culverhouse2022-11-061-3/+3
* msglist: style search resultsTim Culverhouse2022-11-066-0/+21
* maildir: keep less data in memory for sortingTim Culverhouse2022-11-063-1/+67
* maildir/search: get MessageInfos in parallelTim Culverhouse2022-11-061-8/+23
* maildir/sort: get MessageInfos in parallelTim Culverhouse2022-11-061-6/+22
* msgviewer: warn user when pager is not in PATHTim Culverhouse2022-11-061-1/+11
* msgstore: use default sort when applying ClearTim Culverhouse2022-11-061-1/+3
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-062-5/+30
* maildir: set SkipSort when checking mailTim Culverhouse2022-11-061-1/+2
* status: add warning style and methodsTim Culverhouse2022-11-065-0/+18
* threads: fix ordered insert of sibling nodesKoni Marti2022-11-062-4/+139
* threadbuilder: better scaling for thread insertionKoni Marti2022-11-061-4/+10
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-067-12/+63
* threadbuilder: streamline thread builder internalsKoni Marti2022-11-061-43/+30
* auto-completion: add option to require a min number of charsRobin Jarry2022-11-066-8/+52
* address-book-cmd: be more lenient with errorsRobin Jarry2022-11-031-6/+14
* address-book-cmd: ignore completion above 100 itemsRobin Jarry2022-11-021-0/+17
* msglist: display reversed thread orderingKoni Marti2022-10-272-56/+65
* threads: reverse thread orderingKoni Marti2022-10-277-13/+51
* store: implement the simplified index handlingKoni Marti2022-10-272-33/+36