summaryrefslogtreecommitdiff
path: root/config/config.go
AgeCommit message (Expand)Author
2022-07-26fixup: Hack up message list to be sorted ascendingtopic/asc_sort_imapcos
2022-07-10threading: add force-client-threads optionTim Culverhouse
2022-07-03perf: reduce calls to GetUiConfigTim Culverhouse
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-06-24pgp: add customizable iconsMoritz Poldrack
2022-06-22config: fix setting of zero-value time.Duration config valuesTim Culverhouse
2022-06-22binds: add folder context for message list bindsTim Culverhouse
2022-06-14msgviewer: open http links from messagesKoni Marti
2022-06-09msgviewer: parse and display authentication resultsKoni Marti
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-05-06pgp: add options auto-sign & opportunistic-encryptTim Culverhouse
2022-04-27feat: add gpg integrationTim Culverhouse
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-25config: add unsafe-accounts-conf optionVictor Freire
2022-04-25statusline: refactor to make it more customizableKoni Marti
2022-04-14config: don't swallow error in checkConfigPermsConnor Kuehl
2022-03-18go vet: not compatible with reflect.StructTag.GetMoritz Poldrack
2022-03-14viewer: add key passthrough modekt programs
2022-03-07commands: implement fuzzy completion for commands and optionskt programs
2022-03-03config: expand tilde in search directoriesDaniel Patterson
2022-03-03config: specify sharedir during buildDaniel Patterson
2022-02-23dirtree: implement foldable tree for directory listKoni Marti
2022-02-19config: do not hardcode sharedirRobin Jarry
2022-01-31completions: add folder flexible search as an optioninwit
2022-01-31compose: add option to never include your own address when replyingjohn1doe@ya.ru
2022-01-29dirlist: use shorter delay before listing directory contentsRobin Jarry
2022-01-24binds: Warning on unexistent account bindingsinwit
2022-01-19compose: add default template for new messagesRobin Jarry
2021-12-11config: fix code formattingRobin Jarry
2021-12-11binds: add account specific bindingsJonathan Bartlett
2021-11-30style: customize vertical and horizontal border charactersDian M Fay
2021-11-13notmuch: allow sort by file orderKalyan Sriram
2021-11-13messages: allow displaying email threadsy0ast
2021-11-06index: add this-week-time-formatRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28index: allow dynamic formatting of message datesRobin Jarry
2021-04-17load config: do not overwrite the config upon errorReto Brunner
2021-04-12config: proper error handle [filters] configwagner riffel
2021-01-14correct permission check on accounts.confBor Grošelj Simić
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-11-13Check account's from value is not emptyAndrew Jeffery
2020-11-01Apply relevant msglist styles in orderChris Vittal
2020-08-20Add account alias configuration and correctly set From fieldy0ast
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-17run go fmtReto Brunner
2020-07-02Add a 'folders-exclude' optionARaspiK
2020-05-28Revert "Add Style configuration"Drew DeVault