aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* store: keep current message selectedKoni Marti2022-04-171-0/+25
* compose: parse headers correctly from -HEvan Gates2022-04-061-2/+15
* statusline: indicate when sorting is in progressKoni Marti2022-03-251-2/+3
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+10
* logging: added a log on panicMoritz Poldrack2022-03-232-2/+12
* statusline: make statusline folder-specificKoni Marti2022-03-231-0/+2
* statusline: implement per-account statusKoni Marti2022-03-183-10/+17
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-162-13/+4
* commands: implement fuzzy completion for commands and optionskt programs2022-03-072-14/+36
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-252-0/+6
* 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
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110
* 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
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-0/+37
* go.mod: change base git urlRobin Jarry2021-11-0513-19/+19
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-302-2/+2
* handle message unknown charset errorJeff Martin2020-08-311-0/+4
* Add support for :rmdirARaspiK2020-08-191-0/+96
* run go fmtReto Brunner2020-07-171-1/+1
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-1/+2
* Rework msglist scrollingJeffas2020-06-093-5/+5
* Revert "Add Style configuration"Drew DeVault2020-05-282-3/+2
* Revert "Remove duration from the status methods"Drew DeVault2020-05-282-3/+5
* Remove duration from the status methodsReto Brunner2020-05-272-5/+3
* Add Style configurationReto Brunner2020-05-272-2/+3
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Add recall commandJeffas2020-04-241-1/+1
* Add postpone commandJeffas2020-04-241-1/+1
* Remove ability to specify headers in the editorReto Brunner2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-4/+1
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+6
* create OriginalMail structLeszek CimaƂa2020-01-091-1/+3
* Fix crash when no message is selectedWiktor Kwapisiewicz2019-12-041-1/+4
* commands/account: Disable :view for deleted msgsKevin Kuehler2019-11-171-1/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-9/+15
* Make commands join args with spacesJeffas2019-09-202-8/+7
* Add sorting functionalityJeffas2019-09-201-0/+85
* Add signaturesJeffas2019-09-121-2/+2
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-5/+5
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-043-3/+3
* all: purge redundant underscoresWagner Riffel2019-09-0410-30/+30
* extract search criteria parsing into the backendsReto Brunner2019-08-291-26/+1