aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-4/+4
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-042-34/+38
* 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
* filters: make it explicit that encoding is UTF-8q3cpma2022-08-031-0/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-014-27/+27
* 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-262-0/+7
* logging: print init procedure and config contentsRobin Jarry2022-07-231-5/+25
* logging: use level-based logger functionsRobin Jarry2022-07-232-5/+7
* doc: fix typosRobin Jarry2022-07-181-1/+1
* binds: fix ctrl-i and ctrl-m key definitionsRobin Jarry2022-07-171-2/+2
* config: allow per-account address-book-cmdRobin Jarry2022-07-172-0/+5
* threading: add force-client-threads optionTim Culverhouse2022-07-102-0/+6
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-101-4/+2
* 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-242-0/+22
* config: fix location of completion-{delay,popover} in default configTim Culverhouse2022-06-221-11/+11
* config: fix setting of zero-value time.Duration config valuesTim Culverhouse2022-06-221-0/+19
* binds: Open msgs in default Postpone folder in edit-modeTim Culverhouse2022-06-221-0/+3
* binds: add folder context for message list bindsTim Culverhouse2022-06-221-0/+5
* msgviewer: open http links from messagesKoni Marti2022-06-143-0/+10
* 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-272-1/+11
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-0/+20
* style: add style config options for dirlist_unread and dirlist_recentTim Culverhouse2022-04-271-0/+4
* config: add unsafe-accounts-conf optionVictor Freire2022-04-252-6/+24
* binds: fix incorrect key names for c-] and c-[Ivan Oleynikov2022-04-251-2/+2
* statusline: refactor to make it more customizableKoni Marti2022-04-252-5/+40
* config: clarify threading-enabled optionKenneth Flak2022-04-191-1/+3
* binds: allow to bind a command to < and >Koni Marti2022-04-171-0/+8
* binds: add binding for :open by default in viewerkt programs2022-04-141-1/+2
* config: don't swallow error in checkConfigPermsConnor Kuehl2022-04-141-1/+5
* stylesets: allow specifying color by numberTobias Wölfel2022-04-071-2/+14
* go vet: not compatible with reflect.StructTag.GetMoritz Poldrack2022-03-181-1/+1
* viewer: add key passthrough modekt programs2022-03-142-23/+33
* commands: implement fuzzy completion for commands and optionskt programs2022-03-072-5/+6
* config: expand tilde in search directoriesDaniel Patterson2022-03-031-1/+9
* config: specify sharedir during buildDaniel Patterson2022-03-032-11/+36
* config: fix default PgUp/PgDn bindingsMaxim Karasev2022-02-281-2/+2
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-0/+2
* commands: add expand-folder and collapse-folderKoni Marti2022-02-231-0/+2
* dirtree: implement foldable tree for directory listKoni Marti2022-02-232-0/+7
* config: fix default text/plain filter0.8.0Robin Jarry2022-02-191-1/+1
* config: set a default filter for text/plainRobin Jarry2022-02-191-0/+1
* config: do not hardcode sharedirRobin Jarry2022-02-192-30/+65
* review: display actual bindings for commandsRobin Jarry2022-02-021-0/+47