aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* templates: add message counts for specific foldersRobin Jarry2023-02-204-15/+27
* templates: fix mboxes functionRobin Jarry2023-02-201-1/+1
* templates: unify data interfaceRobin Jarry2023-02-2010-232/+223
* account: fix segfault when message store is not initializedRobin Jarry2023-02-201-0/+3
* aerc: show effects of mailto: and mbox: immediatelyMoritz Poldrack2023-02-161-0/+6
* log: add debug for send configurationBence Ferdinandy2023-02-121-0/+8
* compose: ensure signature uses standard delimiterMoritz Poldrack2023-02-123-0/+24
* tabs: use template for compose tabsTim Culverhouse2023-02-1211-76/+80
* templates: add initials functionBence Ferdinandy2023-02-122-0/+25
* ci: use alpine/latest instead of edgeRobin Jarry2023-02-111-1/+1
* config: warn for all deprecated settingsRobin Jarry2023-02-023-27/+50
* config: add option for SMTP HELO/EHLO local domainKarel D. Kopecký2023-02-023-2/+22
* colorize: restore previous default themeRobin Jarry2023-02-026-122/+122
* viewer: use textproto.WriteHeaderRobin Jarry2023-02-021-16/+13
* templates: add trimSignature functionMoritz Poldrack2023-01-294-2/+30
* config: remove unused field "RenderAccountTabs"Tim Culverhouse2023-01-291-2/+0
* dirlist: simplify getRUEString logicTim Culverhouse2023-01-291-14/+7
* tabs: use template for account tab nameTim Culverhouse2023-01-298-1/+86