about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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-096-9/+9
* Make grid sizes dynamicJeffas2020-06-091-0/+3
* Revert "Add Style configuration"Drew DeVault2020-05-2822-55/+55
* Revert "Remove duration from the status methods"Drew DeVault2020-05-2823-54/+76
* Remove duration from the status methodsReto Brunner2020-05-2723-76/+54
* Add Style configurationReto Brunner2020-05-2722-55/+55
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-252-0/+6
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-253-3/+15
* msg/reply: scoping error of part slice for quotingSrivathsan Murali2020-05-221-1/+1
* Fix typosMartin Michlmayr2020-05-213-3/+3
* gofmtDrew DeVault2020-05-191-1/+1
* 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-176-20/+19
* Change MarkedMessages to return uidsReto Brunner2020-05-112-9/+25
* commands/helper: remove duplicated methodReto Brunner2020-05-116-14/+6
* msg/read: don't copy waitgroupReto Brunner2020-05-111-3/+3
* Show 'Message sent' only for ten seconds instead of permanentlyelumbella2020-05-111-4/+4
* 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
* Implement :header commandRay Ganardi2020-05-011-0/+74
* gofmt fixesDrew DeVault2020-04-2412-13/+13
* Add recall commandJeffas2020-04-244-4/+145
* Add postpone commandJeffas2020-04-245-3/+122
* Add :choose commandRay Ganardi2020-04-241-0/+48
* Remove ability to specify headers in the editorReto Brunner2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-2311-39/+14
* Make the http handler of the unsubscribe command asyncNicolai Dagestad2020-04-161-1/+2
* msg/archive: complete the possible optionsReto Brunner2020-04-112-1/+17
* Try to open attachments with correct extensionGalen Abell2020-04-061-1/+13
* Add pinned tabsJeffas2020-03-091-0/+36
* Refactoring: remove store from PartInfoDrew DeVault2020-03-093-3/+6
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-033-6/+17
* Update dependenciesSimon Ser2020-03-031-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-2/+2
* Add move-tab commandJeffas2020-03-031-0/+51
* 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
* msgview/open: remove manual decodingReto Brunner2020-01-201-11/+0
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-201-70/+125
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-0/+11
* create OriginalMail structLeszek Cimała2020-01-094-9/+16
* FetchBodyParts: decode source in the workersReto Brunner2020-01-055-89/+8
* read: adapt to ProvidesMessagesReto Brunner2019-12-221-17/+86
* modify-labels: add completionReto Brunner2019-12-212-1/+37