summaryrefslogtreecommitdiff
path: root/commands/account
AgeCommit message (Expand)Author
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
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-13Add optional body argument to compose commandDaniel Bridges
2019-08-12Joining the args in cf for folders with spacesBen Cohen
2019-08-12Ignore scroll command when msgstore is nilJelle Besseling
2019-08-12Let user edit arbitrary headers in composerDaniel Bridges
2019-08-07Implement next-message in msgview using accountJelle Besseling
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling
2019-08-02ChangeFolder: do not depend on the msgstoreReto Brunner
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-19Implement :filter, :clearKevin Kuehler
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-05Make :pipe command more genericDrew DeVault