aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* pgp: check for signing key before signing timeTim Culverhouse2022-05-041-1/+4
* recall: mention the -f option in the error messageinwit2022-04-291-2/+2
* refactor: refactor pgp implementationTim Culverhouse2022-04-273-3/+3
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* store: keep current message selectedKoni Marti2022-04-172-0/+26
* forward: allow ':forward -A' with no addressTim Culverhouse2022-04-141-6/+9
* fix: out-of-bounds error in command headerMoritz Poldrack2022-04-061-0/+6
* header: remove trailing colon in header fieldMoritz Poldrack2022-04-061-0/+2
* compose: parse headers correctly from -HEvan Gates2022-04-061-2/+15
* save: fix path completionRobin Jarry2022-03-311-0/+9
* statusline: indicate when sorting is in progressKoni Marti2022-03-251-2/+3
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+10
* save: add -a option to save all attachmentsRobin Jarry2022-03-241-15/+47
* logging: added a log on panicMoritz Poldrack2022-03-2311-2/+43
* statusline: make statusline folder-specificKoni Marti2022-03-231-0/+2
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-1/+1
* statusline: implement per-account statusKoni Marti2022-03-186-14/+23
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-163-19/+5
* commands: fix possible panic in CompletionFromListkt programs2022-03-161-1/+1
* bindings: fix panic for terminal keybindKoni Marti2022-03-141-1/+1
* viewer: add key passthrough modekt programs2022-03-141-0/+35
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-125-15/+12
* commands: implement fuzzy completion for commands and optionskt programs2022-03-077-68/+76
* reply: add automatic replacement of localized Re:Moritz Poldrack2022-03-031-6/+10
* pipe: allow piping multiple marked messagesRobin Jarry2022-02-251-9/+102
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-256-6/+32
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-0/+39
* commands: add expand-folder and collapse-folderKoni Marti2022-02-231-0/+42
* search/filter: display in extra statusRobin Jarry2022-02-232-7/+6
* search/filter: remove from status bar after 20 secondsRobin Jarry2022-02-191-4/+5
* filter/search: display current search/filter argumentsinwit2022-02-191-2/+3
* unsubscribe: parse internationalized headersKoni Marti2022-02-191-1/+5
* postpone: re-open review mode on errorKoni Marti2022-02-061-4/+9
* completions: add folder flexible search as an optioninwit2022-01-311-1/+14
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-311-0/+13
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110
* reply: use new-message template for non-quoted repliesRobin Jarry2022-01-271-0/+3
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+3
* compose: add default template for new messagesRobin Jarry2022-01-191-0/+3
* docs: mention missing -T options for compose and forwardRobin Jarry2022-01-191-1/+1
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+44
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+44
* recall: allow recalling messages from any folderinwit2021-12-131-5/+21
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-0/+37
* go.mod: change base git urlRobin Jarry2021-11-0562-114/+114
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-072-11/+22
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* Fix linter warningsReto Brunner2021-02-263-8/+7
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-3016-22/+22