aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* main: add cli flag to load specified account(s)Tim Culverhouse2022-08-221-3/+25
* dirtree: add dirtree-collapse config settingSijmen2022-08-221-0/+1
* go: removed io/ioutilMoritz Poldrack2022-08-221-3/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-4/+4
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-31/+34
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+4
* lint: fix ineffective assignments (SA4005)Moritz Poldrack2022-08-041-1/+0
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-15/+14
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-42/+53
* threads: debounce client-side thread buildingKoni Marti2022-07-261-0/+2
* logging: print init procedure and config contentsRobin Jarry2022-07-231-5/+25
* logging: use level-based logger functionsRobin Jarry2022-07-231-4/+5
* config: allow per-account address-book-cmdRobin Jarry2022-07-171-0/+3
* threading: add force-client-threads optionTim Culverhouse2022-07-101-0/+1
* perf: reduce calls to GetUiConfigTim Culverhouse2022-07-031-0/+4
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-2/+2
* pgp: add customizable iconsMoritz Poldrack2022-06-241-0/+12
* config: fix setting of zero-value time.Duration config valuesTim Culverhouse2022-06-221-0/+19
* binds: add folder context for message list bindsTim Culverhouse2022-06-221-0/+5
* msgviewer: open http links from messagesKoni Marti2022-06-141-0/+2
* msgviewer: parse and display authentication resultsKoni Marti2022-06-091-0/+3
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-0/+8
* pgp: add options auto-sign & opportunistic-encryptTim Culverhouse2022-05-061-1/+9
* feat: add gpg integrationTim Culverhouse2022-04-271-1/+5
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-0/+20
* config: add unsafe-accounts-conf optionVictor Freire2022-04-251-6/+14
* statusline: refactor to make it more customizableKoni Marti2022-04-251-5/+23
* config: don't swallow error in checkConfigPermsConnor Kuehl2022-04-141-1/+5
* go vet: not compatible with reflect.StructTag.GetMoritz Poldrack2022-03-181-1/+1
* viewer: add key passthrough modekt programs2022-03-141-23/+27
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-2/+2
* config: expand tilde in search directoriesDaniel Patterson2022-03-031-1/+9
* config: specify sharedir during buildDaniel Patterson2022-03-031-7/+32
* dirtree: implement foldable tree for directory listKoni Marti2022-02-231-0/+1
* config: do not hardcode sharedirRobin Jarry2022-02-191-21/+45
* completions: add folder flexible search as an optioninwit2022-01-311-0/+2
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-311-0/+2
* dirlist: use shorter delay before listing directory contentsRobin Jarry2022-01-291-0/+2
* binds: Warning on unexistent account bindingsinwit2022-01-241-4/+6
* compose: add default template for new messagesRobin Jarry2022-01-191-0/+2
* config: fix code formattingRobin Jarry2021-12-111-11/+11
* binds: add account specific bindingsJonathan Bartlett2021-12-111-53/+153
* style: customize vertical and horizontal border charactersDian M Fay2021-11-301-0/+32
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-22/+27
* messages: allow displaying email threadsy0ast2021-11-131-0/+1
* index: add this-week-time-formatRobin Jarry2021-11-061-0/+2
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* index: allow dynamic formatting of message datesRobin Jarry2021-10-281-2/+6
* load config: do not overwrite the config upon errorReto Brunner2021-04-171-8/+9
* config: proper error handle [filters] configwagner riffel2021-04-121-1/+4