about summary refs log tree commit diff stats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
* add command helpersReto Brunner2019-12-211-0/+55
* use correct headers for message partLeszek Cimała2019-12-071-4/+32
* Add Templates with ParsingSrivathsan Murali2019-11-103-117/+117
* Config for deleting message from message viewerSrivathsan Murali2019-09-201-1/+1
* Make commands join args with spacesJeffas2019-09-202-18/+22
* Add completion for copyJeffas2019-09-121-1/+2
* Add signaturesJeffas2019-09-123-5/+6
* Add modify-labels commandReto Brunner2019-09-121-0/+69
* Check the subject line for lowercase reJeffas2019-09-111-1/+1
* Ensure mimetype parts are converted to lower caseJeffas2019-09-111-2/+3
* all: purge redundant underscoresWagner Riffel2019-09-048-24/+24
* Add forwarding as attachment featureJelle Besseling2019-08-201-4/+61
* Add addresses argument to forward commandJelle Besseling2019-08-201-1/+9
* Move forward command to it's own fileJelle Besseling2019-08-202-70/+130
* Fix `unread` commandArt Wild2019-08-081-0/+2
* select next message when deleting from message viewerAditya Srivastava2019-08-021-3/+10
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-13/+18
* Add space which was missingJeffas2019-07-251-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-1/+1
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-3/+29
* Update status message to include destinationJeffas2019-07-171-1/+1
* commands: Don't crash when store is nilKevin Kuehler2019-07-157-4/+25
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-108-10/+32
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-2/+6
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-17/+44
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-15/+13
* Make :pipe command more genericDrew DeVault2019-07-051-0/+105
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+2
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3