about summary refs log tree commit diff stats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* Implement style configuration.Kalyan Sriram2020-08-061-7/+7
* Revert "Implement style configuration."Reto Brunner2020-07-301-7/+7
* Implement style configuration.Kalyan Sriram2020-07-301-7/+7
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-274-46/+12
* run go fmtReto Brunner2020-07-171-2/+2
* Add additional flagging functionalityARaspiK2020-07-081-86/+135
* Allow open to be asynchronousAndrew Jeffery2020-07-081-1/+1
* pipe: don't crash if part is nilReto Brunner2020-07-051-0/+3
* delete: push unsupported error up to the userReto Brunner2020-07-051-0/+3
* Fix dates in reply/forward commands.Reto Brunner2020-06-262-2/+2
* Rework msglist scrollingJeffas2020-06-093-4/+4
* Revert "Add Style configuration"Drew DeVault2020-05-2810-23/+20
* Revert "Remove duration from the status methods"Drew DeVault2020-05-2810-22/+32
* Remove duration from the status methodsReto Brunner2020-05-2710-32/+22
* Add Style configurationReto Brunner2020-05-2710-20/+23
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+4
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* msg/reply: scoping error of part slice for quotingSrivathsan Murali2020-05-221-1/+1
* Fix typosMartin Michlmayr2020-05-212-2/+2
* msg/forward: fix body part selectionReto Brunner2020-05-171-2/+8
* Move findPlaintext / findFirstNonMultipart to utilsReto Brunner2020-05-172-31/+32
* msg/reply: fix encoding issues for quoted reply.Reto Brunner2020-05-172-11/+32
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-174-4/+4
* Change MarkedMessages to return uidsReto Brunner2020-05-111-7/+10
* commands/helper: remove duplicated methodReto Brunner2020-05-116-14/+6
* msg/read: don't copy waitgroupReto Brunner2020-05-111-3/+3
* msg/reply: Deduplicate TO: and CC:Reto Brunner2020-05-061-0/+12
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-012-5/+8
* gofmt fixesDrew DeVault2020-04-247-8/+8
* Add recall commandJeffas2020-04-242-1/+142
* Add postpone commandJeffas2020-04-243-2/+2
* Use aerc.PushError where appropriateBen Fiedler2020-04-237-25/+8
* Make the http handler of the unsubscribe command asyncNicolai Dagestad2020-04-161-1/+2
* msg/archive: complete the possible optionsReto Brunner2020-04-111-1/+2
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+2
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+5
* msg/delete: remove redundant err checkReto Brunner2020-02-291-3/+0
* msg/reply: simplify string comparisonReto Brunner2020-02-191-1/+1
* msg/reply: fix address comparisonReto Brunner2020-02-161-1/+1
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-0/+11
* create OriginalMail structLeszek Cimała2020-01-093-8/+13
* FetchBodyParts: decode source in the workersReto Brunner2020-01-053-87/+6
* read: adapt to ProvidesMessagesReto Brunner2019-12-221-17/+86
* modify-labels: add completionReto Brunner2019-12-211-1/+2
* modify-labels: adapt to ProvidesMessagesReto Brunner2019-12-211-10/+7
* move: adapt to ProvidesMessagesReto Brunner2019-12-211-11/+11
* delete: adapt to ProvidesMessagesReto Brunner2019-12-211-21/+59
* copy: adapt to ProvidesMessagesReto Brunner2019-12-211-7/+6
* archive: adapt to ProvidesMessagesReto Brunner2019-12-211-22/+57
* add mark commandReto Brunner2019-12-211-0/+98