summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2022-10-19msgview: add separate date formattingBence Ferdinandy
2022-10-19lint: check for bad white space habitsRobin Jarry
2022-10-17compose: warn before sending without attachmentJason Cox
2022-10-16filters: export mime type and filename in envRobin Jarry
2022-10-16config: reference built-in filter scriptsRobin Jarry
2022-10-16filters: append well known dirs to exec PATHRobin Jarry
2022-10-04viewer: option to not mark message as seenKoni Marti
2022-10-01open: allow overriding default programRobin Jarry
2022-09-25config: add default-save-path in default aerc.confRobin Jarry
2022-09-25config: remove default values for this-*-time-formatRobin Jarry
2022-09-20switch: add -n and -p flags for relative switchRobin Jarry
2022-09-20binds: allow typing ? in subject headerRobin Jarry
2022-09-14config: add option to hide timezone in sent emailsMoritz Poldrack
2022-09-13bindings: add alt modifierJohn Gebbie
2022-09-10config: keep cache of resolved credential commandsRobin Jarry
2022-09-10main: change account order sortTobias Wölfel
2022-09-08config: move ui config parse in functionRobin Jarry
2022-09-08config: fix default time format valuesRobin Jarry
2022-08-22main: add cli flag to load specified account(s)Tim Culverhouse
2022-08-22dirtree: add dirtree-collapse config settingSijmen
2022-08-22binds: display active keybinds in a dialog boxKoni Marti
2022-08-22go: removed io/ioutilMoritz Poldrack
2022-08-10bindings: fix FormatKeyStrokes for <tab> and <enter>Robin Jarry
2022-08-04lint: work nicely with wrapped errors (errorlint)Moritz Poldrack
2022-08-04lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack
2022-08-04lint: ensure errors are at least logged (errcheck)Moritz Poldrack
2022-08-04lint: fix ineffective assignments (SA4005)Moritz Poldrack
2022-08-03filters: make it explicit that encoding is UTF-8q3cpma
2022-08-01lint: apply new formatting rulesMoritz Poldrack
2022-07-31outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou
2022-07-26threads: debounce client-side thread buildingKoni Marti
2022-07-23logging: print init procedure and config contentsRobin Jarry
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-18doc: fix typosRobin Jarry
2022-07-17binds: fix ctrl-i and ctrl-m key definitionsRobin Jarry
2022-07-17config: allow per-account address-book-cmdRobin Jarry
2022-07-10threading: add force-client-threads optionTim Culverhouse
2022-07-10threading: enable toggle-threads for server-side threadsTim 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 location of completion-{delay,popover} in default configTim Culverhouse
2022-06-22config: fix setting of zero-value time.Duration config valuesTim Culverhouse
2022-06-22binds: Open msgs in default Postpone folder in edit-modeTim 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