summaryrefslogtreecommitdiff
path: root/commands/account
AgeCommit message (Expand)Author
2022-07-10threading: refactor reselect logicTim Culverhouse
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-25filter: clear filter when called with no argsKoni Marti
2022-04-17store: keep current message selectedKoni Marti
2022-04-06compose: parse headers correctly from -HEvan Gates
2022-03-25statusline: indicate when sorting is in progressKoni Marti
2022-03-25sort: keep sort criteria applied to folderKoni Marti
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-23statusline: make statusline folder-specificKoni Marti
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-16commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs
2022-03-07commands: implement fuzzy completion for commands and optionskt programs
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-02-23commands: add expand-folder and collapse-folderKoni Marti
2022-02-23search/filter: display in extra statusRobin Jarry
2022-02-19search/filter: remove from status bar after 20 secondsRobin Jarry
2022-02-19filter/search: display current search/filter argumentsinwit
2022-01-29recover: recover emails from tempdir after a crashKoni Marti
2022-01-19compose: add default template for new messagesRobin Jarry
2022-01-19docs: mention missing -T options for compose and forwardRobin Jarry
2021-11-05imap: add manual {dis,}connect supportRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2020-08-31handle message unknown charset errorJeff Martin
2020-08-19Add support for :rmdirARaspiK
2020-07-17run go fmtReto Brunner
2020-07-09Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco
2020-06-09Rework msglist scrollingJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-25pgp: fail gracefully from email decryptionRay Ganardi
2020-04-24gofmt fixesDrew DeVault
2020-04-24Add recall commandJeffas
2020-04-24Add postpone commandJeffas
2020-04-24Remove ability to specify headers in the editorReto Brunner
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-01-09create OriginalMail structLeszek CimaƂa
2019-12-04Fix crash when no message is selectedWiktor Kwapisiewicz
2019-11-17commands/account: Disable :view for deleted msgsKevin Kuehler
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-20Make commands join args with spacesJeffas
2019-09-20Add sorting functionalityJeffas
2019-09-12Add signaturesJeffas
2019-09-04commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel
2019-09-04all: rewrite references to strings.Index to strings.ContainsWagner Riffel
2019-09-04all: use fmt.Errorf for fomartting errorsWagner Riffel