aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-302-10/+17
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Refactor send commandReto Brunner2020-11-211-201/+304
* reply: add References headerReto Brunner2020-11-141-1/+28
* allow the loading of existing headersReto Brunner2020-11-141-2/+4