aboutsummaryrefslogtreecommitdiff
path: root/commands/msg
AgeCommit message (Expand)Author
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
2019-09-12Add signaturesJeffas
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Check the subject line for lowercase reJeffas
2019-09-11Ensure mimetype parts are converted to lower caseJeffas
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-20Add forwarding as attachment featureJelle Besseling
2019-08-20Add addresses argument to forward commandJelle Besseling
2019-08-20Move forward command to it's own fileJelle Besseling
2019-08-08Fix `unread` commandArt Wild
2019-08-02select next message when deleting from message viewerAditya Srivastava
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-25Add space which was missingJeffas
2019-07-17Add :cp alias for :copyDrew DeVault
2019-07-17Add an option to toggle between read and unreadNicolai Dagestad
2019-07-17Update status message to include destinationJeffas
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-10Fix crashes when operating on empty folder (#216)Daniel Bridges
2019-07-08Fix :pipe -b actually writing to stdinDrew DeVault
2019-07-08Fix re-opening of expired pipe tabsDrew DeVault
2019-07-08:exec, :pipe: show exit status on completionDrew DeVault
2019-07-08Add :exec and :pipe -b(ackground)Drew DeVault
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-05Make :pipe command more genericDrew DeVault
2019-07-04Add IMAP folder tab completionGregory Mullen
2019-07-04Crash on delete in empty folder (#213)Zach Sisco
2019-07-04Add unsubscribe commandBen Burwell
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-11Move select functionality from msglist to msgstoreKevin Kuehler
2019-06-11commands/msg/archive: Work with msgviwerKevin Kuehler
2019-06-09Fix :copy arg handlingDrew DeVault