aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lint,validate: fix for openbsdRobin Jarry2023-12-1414-63/+74
* cf: allow changing folder of another accountRobin Jarry2023-12-053-25/+80
* colorize: only colorize real usenet signaturesRobin Jarry2023-12-041-3/+2
* colorize: better detect diffsRobin Jarry2023-12-045-18/+217
* doc: fix description of lf-editorRobin Jarry2023-12-041-3/+3
* eml: expand tilde to home dirRobin Jarry2023-12-041-1/+2
* dirtree: prevent folder selection when archivingKoni Marti2023-12-011-13/+26
* dirtree: fix jumping foldersKoni Marti2023-11-241-3/+5
* flag,unflag: fix -a option for the answered flagKoni Marti2023-11-241-0/+4
* templates: display "(no subject)" when subject is emptyBence Ferdinandy2023-11-244-0/+13
* term: ensure cursor is hidden before closingRobin Jarry2023-11-241-0/+3
* ui: make viewer tab title configurable via templatesBence Ferdinandy2023-11-233-1/+23
* rmdir: back to current folder upon errorKoni Marti2023-11-231-1/+5
* dirtree: add custom virtual directory roleKoni Marti2023-11-234-2/+43
* dirlist/dirtree: context handlingKoni Marti2023-11-232-11/+16
* compose: copy to composing account's sent folderJason Cox2023-11-231-3/+4
* reply: allow replying with another accountBence Ferdinandy2023-11-232-4/+22
* fold: remove aliases from structinwit2023-11-231-1/+1
* fold: add an option to fold/unfold all threadsinwit2023-11-232-5/+28
* compose: define useful vars in the editor's envJason Cox2023-11-232-0/+13
* chore: upgrade to latest tcell-termJason Cox2023-11-232-3/+3
* maintainers: add inwit and ferdinandybRobin Jarry2023-11-221-1/+10
* mod: update to go-opt@v1.3.0Robin Jarry2023-11-222-3/+3
* complete: only display popover for more than one choiceRobin Jarry2023-11-221-64/+74
* stylesets/nord: make unread selected mails readableMax Schillinger2023-11-121-1/+0
* completion: hide quotes from choicesRobin Jarry2023-11-121-3/+10
* cf: fix over quoting of notmuch queriesRobin Jarry2023-11-121-9/+12
* binds: allow <a-0> to <a-9>Erik Terpstra2023-11-122-0/+30
* rmdir: ensure proper sequence of operationsKoni Marti2023-11-124-17/+70
* {im,ex}port-mbox: allow using ~ in pathVitaly Ovchinnikov2023-11-122-0/+6
* ui: correct some push status messagesinwit2023-11-124-4/+31
* threads: add .ThreadUnread to template datainwit2023-11-125-5/+31
* search: add rcpts fields to header in search criteriaKoni Marti2023-11-123-1/+20
* linters: avoid crash when analyzing function callRobin Jarry2023-11-022-19/+52
* complete: allow disabling automatic completionRobin Jarry2023-11-024-1/+23
* complete: allow setting the completion key bindingRobin Jarry2023-11-026-28/+47
* cf: do not quote notmuch queries in completion resultsRobin Jarry2023-11-021-1/+15
* completion: refactor filter list apiRobin Jarry2023-11-0217-36/+45
* hooks: add mail-added hookJason Cox2023-11-029-60/+151
* hooks: add mail-deleted hookJason Cox2023-11-027-13/+69
* binds: folder-specific bindings for composerVitaly Ovchinnikov2023-11-023-5/+20
* fold: add an option to toggle foldinginwit2023-11-025-18/+37
* fold: allow for multiple folding levelsinwit2023-11-026-17/+38
* doc: fix newlines for the aerc-search manpageVitaly Ovchinnikov2023-11-021-2/+2
* binds: remove duplicated and empty bindingsVitaly Ovchinnikov2023-11-022-0/+61
* docs: add examples for modifying column-nameJens Grassel2023-11-021-0/+8
* cf: fix unexpected argument on notmuchRobin Jarry2023-10-301-3/+21
* complete: add trailing space after quotesRobin Jarry2023-10-301-2/+2
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-285-19/+7
* commands: use completion from go-optRobin Jarry2023-10-2881-968/+197