aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* templates: separate thread prefix from subjectRobin Jarry2023-03-088-16/+27
* msglist: fix inconsistent thread subject deduplicationRobin Jarry2023-03-081-1/+11
* templates: avoid error when using .Style with unknown style nameRobin Jarry2023-03-081-1/+4
* templates: allow layered fg & bg color for inline stylesRobin Jarry2023-03-081-5/+7
* contrib: fix sendemail validate scriptRobin Jarry2023-03-083-10/+29
* mk: use fixed versions for gofumpt and golangci-lintRobin Jarry2023-03-081-3/+5
* statusline: avoid races when updating status stackTim Culverhouse2023-03-071-0/+10
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-073-13/+37
* notmuch/checkmail: simplify check-mail functionTim Culverhouse2023-03-071-19/+9
* fswatcher: add a darwin fswatcher implementationTim Culverhouse2023-03-075-0/+97
* maildir: use FSWatcher interfaceTim Culverhouse2023-03-072-13/+8
* worker/lib: implement an fswatcher interfaceTim Culverhouse2023-03-073-0/+113
* change-tab: document "focus previous tab" functionalityinwit2023-03-071-2/+3
* ipc: stay silent if command succeededMoritz Poldrack2023-03-072-3/+2
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-077-0/+34
* ipc: use an interface instead of a function listMoritz Poldrack2023-03-073-10/+14
* ipc: change protocol to JSONMoritz Poldrack2023-03-074-36/+108
* socket: refactor existing codeMoritz Poldrack2023-03-073-146/+147
* socket: extract functionality into ipc packageMoritz Poldrack2023-03-072-5/+5
* mk: speed up notmuch detectionRobin Jarry2023-03-064-31/+28
* mk: remove smart rebuild when GOFLAGS have changedRobin Jarry2023-03-063-18/+4
* table: fix center paddingRobin Jarry2023-03-042-14/+29
* mk: detect if notmuch headers & libs are availableRobin Jarry2023-03-033-3/+39
* config: use reflection to map ini keys to struct fieldsRobin Jarry2023-03-0210-541/+465
* templates: allow inline user stylesTim Culverhouse2023-03-028-0/+66
* colorize: stop parsing theme when other section startsRobin Jarry2023-03-021-1/+6
* ui: parse strings for ansi stylesTim Culverhouse2023-03-025-33/+714
* doc: add missing entries for :sign and :encryptwitcher2023-03-021-0/+10
* pgp: automatically determine signer from senderwitcher2023-03-021-12/+31
* pgp: fix segfault for opportunistic encryptionwitcher2023-03-021-3/+6
* check-patches: report all errorsRobin Jarry2023-02-281-14/+18
* Revert "ci: use alpine/latest instead of edge"Robin Jarry2023-02-261-1/+1
* mod: remove support for go 1.16Robin Jarry2023-02-265-53/+31
* lint: always run golangci-lint@latestRobin Jarry2023-02-267-1085/+31
* compose: only add delimiter when a signature is definedRobin Jarry2023-02-241-0/+4
* term: update tcell-termTim Culverhouse2023-02-232-11/+11
* dirlist: fix conversion of dirlist-formatRobin Jarry2023-02-222-3/+21
* mailmap: remove duplicatesRobin Jarry2023-02-201-3/+7
* config: enable colorize filter for .headersRobin Jarry2023-02-201-1/+1
* dirlist: use templates instead of % mini languageRobin Jarry2023-02-209-147/+243
* templates: add compactDir functionRobin Jarry2023-02-202-0/+14
* statusline: add column based render formatRobin Jarry2023-02-2018-366/+447
* statusline: move files to lib/stateRobin Jarry2023-02-2011-36/+35
* ui/table: do not require width at constructionRobin Jarry2023-02-202-12/+10
* ui/table: allow zero width columnsRobin Jarry2023-02-201-4/+7
* format: remove unused codeRobin Jarry2023-02-201-319/+0
* triggers: use templates instead of % mini languageRobin Jarry2023-02-209-144/+178
* commands: expand template placeholdersAivars Vaivods2023-02-204-4/+61
* templates: add now functionRobin Jarry2023-02-202-0/+9
* templates: add firstnames and shortmboxes functionsRobin Jarry2023-02-202-2/+51