aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-1010-77/+103
* threading: add force-client-threads optionTim Culverhouse2022-07-105-2/+14
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-105-31/+28
* threading: add backend capabilities to workersTim Culverhouse2022-07-105-0/+34
* msgstore: remove duplicate calls to store.updateTim Culverhouse2022-07-101-3/+0
* statusline: show threading status if threading-enabled=trueTim Culverhouse2022-07-101-0/+2
* fix panic on closing a tabMoritz Poldrack2022-07-101-2/+6
* composer: remove header if emptyKoni Marti2022-07-101-1/+2
* msglist: fix panic for index-out-of-rangeTim Culverhouse2022-07-101-3/+1
* recall: support pgp/mime messagesKoni Marti2022-07-101-55/+70
* recall: append attachmentsKoni Marti2022-07-101-2/+30
* recall: confirm deleting message when not sentKoni Marti2022-07-101-9/+34
* postpone: avoid calling WriteMessage twiceKoni Marti2022-07-101-9/+4
* fix typo in panic loggerMoritz Poldrack2022-07-101-1/+1
* doc: describe parameters for mailto optionKoni Marti2022-07-101-2/+20
* worker/maildir: implement Maildir++ supportAdnan Maolood2022-07-103-4/+49
* aerc: fix panic when backend is unknownKoni Marti2022-07-101-1/+4
* perf: reduce calls to GetUiConfigTim Culverhouse2022-07-034-14/+36
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-0315-48/+48
* commands: implement prompt completionSergey Smirnykh2022-07-022-2/+57
* gpg: fix panic when signing an unparsable messageMoritz Poldrack2022-07-021-1/+5
* notmuch: fix server-side threadsTim Culverhouse2022-07-021-3/+15
* forward: remove crlf in text bodyKoni Marti2022-07-021-1/+5
* forward: provide option to append all attachmentsKoni Marti2022-07-024-17/+131
* compose: refactor attachment handlingKoni Marti2022-07-023-151/+220
* gpg: fix error handling during decryptionTim Culverhouse2022-06-281-3/+5
* ci: fix go-1.13 installationMoritz Poldrack2022-06-281-4/+4
* contrib: update script to release new versionRobin Jarry2022-06-272-4/+54
* dirlist: fix race condition in directory selectionMoritz Poldrack2022-06-261-23/+30
* gpg: don't send messages that failed encryptionTim Culverhouse2022-06-263-2/+11
* open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse2022-06-261-1/+1
* lint: fix composite literal using unkeyed fieldsMoritz Poldrack2022-06-261-1/+1
* ci: fix go1.13 stepMoritz Poldrack2022-06-261-0/+1
* mk: merge checkfmt into lintRobin Jarry2022-06-242-9/+3
* pgp: refactor signature validity displayMoritz Poldrack2022-06-241-18/+25
* pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack2022-06-243-16/+23
* pgp: add customizable iconsMoritz Poldrack2022-06-244-4/+71
* pgp: add note for encrypted messages that are not signedMoritz Poldrack2022-06-241-0/+5
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-244-11/+14
* mk: add lint targetMoritz Poldrack2022-06-242-0/+7
* calendar: fix go vet errorMoritz Poldrack2022-06-241-1/+1
* ci: slim down CI PipelineMoritz Poldrack2022-06-244-49/+4
* mk: add dev target with go race detector enabledMoritz Poldrack2022-06-241-0/+5
* mk: show built version in build logMoritz Poldrack2022-06-241-1/+1
* mk: strip build dir from stack tracesMoritz Poldrack2022-06-241-1/+2
* imap: fix data race on seqMap arrayRobin Jarry2022-06-246-28/+146
* config: fix location of completion-{delay,popover} in default configTim Culverhouse2022-06-221-11/+11
* config: fix setting of zero-value time.Duration config valuesTim Culverhouse2022-06-221-0/+19
* binds: Open msgs in default Postpone folder in edit-modeTim Culverhouse2022-06-221-0/+3
* binds: add folder context for message list bindsTim Culverhouse2022-06-223-1/+17