aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-0/+1
* auto-completion: add option to require a min number of charsRobin Jarry2022-11-061-0/+2
* threads: reverse thread orderingKoni Marti2022-10-271-1/+2
* store: reverse message list order with iteratorsKoni Marti2022-10-271-0/+2
* msgview: add separate date formattingBence Ferdinandy2022-10-191-38/+55
* compose: warn before sending without attachmentJason Cox2022-10-171-4/+17
* filters: append well known dirs to exec PATHRobin Jarry2022-10-161-3/+3
* viewer: option to not mark message as seenKoni Marti2022-10-041-0/+2
* open: allow overriding default programRobin Jarry2022-10-011-0/+15
* config: remove default values for this-*-time-formatRobin Jarry2022-09-251-3/+3
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-141-0/+1
* config: keep cache of resolved credential commandsRobin Jarry2022-09-101-11/+25
* main: change account order sortTobias Wölfel2022-09-101-1/+1
* config: move ui config parse in functionRobin Jarry2022-09-081-42/+38
* config: fix default time format valuesRobin Jarry2022-09-081-4/+4
* 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