aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sort: show warning when sort is not supportedKoni Marti2022-07-263-0/+13
* threads: match regular view scrolling behaviorKoni Marti2022-07-261-0/+24
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-262-5/+19
* threads: debounce client-side thread buildingKoni Marti2022-07-266-8/+36
* check-mail: fix startup when default folder is emptyTim Culverhouse2022-07-261-3/+15
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-265-86/+73
* fix: crash when copying/moving all messagesEnsar Sarajčić2022-07-241-7/+19
* filters: posix compliant rewrite of calendar filterKoni Marti2022-07-241-178/+109
* seqmap: sync seqNum to uid after expungeTim Culverhouse2022-07-242-5/+20
* delete: select new last message if last message was deletedTim Culverhouse2022-07-241-0/+7
* delete: move tab replace logic into Done callbackTim Culverhouse2022-07-241-27/+25
* msgstore: check if message index < 0, select 0 if soakspecs2022-07-241-1/+5
* msgstore: refactor NextPrevTim Culverhouse2022-07-241-7/+2
* store: fix Select behaviorTim Culverhouse2022-07-241-6/+13
* logging: print init procedure and config contentsRobin Jarry2022-07-232-5/+29
* logging: use level-based logger functionsRobin Jarry2022-07-2343-342/+268
* logging: add logger system with levelsRobin Jarry2022-07-231-0/+70
* imap: disable debug loggerRobin Jarry2022-07-231-2/+0
* Add git mailmapRobin Jarry2022-07-231-0/+14
* release.sh: fine tuningRobin Jarry2022-07-231-3/+5
* tabs: make it more thread safeRobin Jarry2022-07-231-13/+68
* tabs: make fields privateRobin Jarry2022-07-236-126/+145
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-2329-36/+36
* msgviewer: cleanup PartSwitcher on :toggle-headersJose Lombera2022-07-231-0/+1
* imap: fix error when server returns a message without body sectionRobin Jarry2022-07-231-0/+4
* gpg: set a name for the attached pgp signature partRobin Jarry2022-07-181-1/+1
* doc: fix typosRobin Jarry2022-07-184-9/+12
* filters: try and make awk scripts posix compliantRobin Jarry2022-07-182-16/+16
* Revert "fix panic on closing a tab"Moritz Poldrack2022-07-181-6/+2
* binds: fix ctrl-i and ctrl-m key definitionsRobin Jarry2022-07-171-2/+2
* config: allow per-account address-book-cmdRobin Jarry2022-07-174-1/+12
* completer: remove useless logger parameterRobin Jarry2022-07-172-12/+17
* mk: compute version deterministicallyJose Lombera2022-07-171-1/+1
* msgstore: do not build threads when threaded view is offTim Culverhouse2022-07-171-1/+1
* lib: fix tests for 386 platformsKoni Marti2022-07-141-1/+3
* send: enter no-quit mode until message is sentKoni Marti2022-07-141-0/+7
* commands: implement a no-quit modeKoni Marti2022-07-143-5/+50
* pipe: use go-mbox for writing multiple messagesKoni Marti2022-07-141-38/+13
* account: import mbox file to a folderKoni Marti2022-07-143-1/+159
* account: export folder to mbox fileKoni Marti2022-07-143-0/+132
* aerc: use aerc as an mbox viewerKoni Marti2022-07-143-0/+39
* mbox: implement an mbox backend workerKoni Marti2022-07-148-8/+971
* Release version 0.11.00.11.0Robin Jarry2022-07-111-1/+1
* filters/colorize: use /usr/bin/awk shebangRobin Jarry2022-07-111-1/+1
* filters: Add missing shebangsTom Schwindl2022-07-112-2/+4
* ci: add missing yaml document headerRobin Jarry2022-07-111-0/+1
* threading: refactor reselect logicTim Culverhouse2022-07-104-28/+27
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-1010-77/+103
* threading: add force-client-threads optionTim Culverhouse2022-07-105-2/+14