summaryrefslogtreecommitdiff
path: root/commands/msg
AgeCommit message (Expand)Author
2020-07-08Allow open to be asynchronousAndrew Jeffery
2020-07-05pipe: don't crash if part is nilReto Brunner
2020-07-05delete: push unsupported error up to the userReto Brunner
2020-06-26Fix dates in reply/forward commands.Reto Brunner
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-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-25pgp: fail gracefully from email decryptionRay Ganardi
2020-05-22msg/reply: scoping error of part slice for quotingSrivathsan Murali
2020-05-21Fix typosMartin Michlmayr
2020-05-17msg/forward: fix body part selectionReto Brunner
2020-05-17Move findPlaintext / findFirstNonMultipart to utilsReto Brunner
2020-05-17msg/reply: fix encoding issues for quoted reply.Reto Brunner
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-05-11Change MarkedMessages to return uidsReto Brunner
2020-05-11commands/helper: remove duplicated methodReto Brunner
2020-05-11msg/read: don't copy waitgroupReto Brunner
2020-05-06msg/reply: Deduplicate TO: and CC:Reto Brunner
2020-05-01store.FetchFull: Change callback type to expose entire messageBen Fiedler
2020-04-24gofmt fixesDrew DeVault
2020-04-24Add recall commandJeffas
2020-04-24Add postpone commandJeffas
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2020-04-16Make the http handler of the unsubscribe command asyncNicolai Dagestad
2020-04-11msg/archive: complete the possible optionsReto Brunner
2020-03-09Refactoring: remove store from PartInfoDrew DeVault
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-02-29msg/delete: remove redundant err checkReto Brunner
2020-02-19msg/reply: simplify string comparisonReto Brunner
2020-02-16msg/reply: fix address comparisonReto Brunner
2020-01-09add .OriginalMIMEType variable to reply templateLeszek Cimała
2020-01-09create OriginalMail structLeszek Cimała
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-12-22read: adapt to ProvidesMessagesReto Brunner
2019-12-21modify-labels: add completionReto Brunner
2019-12-21modify-labels: adapt to ProvidesMessagesReto Brunner
2019-12-21move: adapt to ProvidesMessagesReto Brunner
2019-12-21delete: adapt to ProvidesMessagesReto Brunner
2019-12-21copy: adapt to ProvidesMessagesReto Brunner
2019-12-21archive: adapt to ProvidesMessagesReto Brunner
2019-12-21add mark commandReto Brunner
2019-12-21add command helpersReto Brunner
2019-12-07use correct headers for message partLeszek Cimała
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-20Config for deleting message from message viewerSrivathsan Murali
2019-09-20Make commands join args with spacesJeffas
2019-09-12Add completion for copyJeffas