| Commit message (Expand) | Author | Age | Files | Lines |
* | msg/reply: Deduplicate TO: and CC: | Reto Brunner | 2020-05-06 | 1 | -0/+12 |
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 2 | -5/+8 |
* | gofmt fixes | Drew DeVault | 2020-04-24 | 7 | -8/+8 |
* | Add recall command | Jeffas | 2020-04-24 | 2 | -1/+142 |
* | Add postpone command | Jeffas | 2020-04-24 | 3 | -2/+2 |
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 7 | -25/+8 |
* | Make the http handler of the unsubscribe command async | Nicolai Dagestad | 2020-04-16 | 1 | -1/+2 |
* | msg/archive: complete the possible options | Reto Brunner | 2020-04-11 | 1 | -1/+2 |
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 1 | -1/+2 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -2/+5 |
* | msg/delete: remove redundant err check | Reto Brunner | 2020-02-29 | 1 | -3/+0 |
* | msg/reply: simplify string comparison | Reto Brunner | 2020-02-19 | 1 | -1/+1 |
* | msg/reply: fix address comparison | Reto Brunner | 2020-02-16 | 1 | -1/+1 |
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -0/+11 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 3 | -8/+13 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 3 | -87/+6 |
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 1 | -17/+86 |
* | modify-labels: add completion | Reto Brunner | 2019-12-21 | 1 | -1/+2 |
* | modify-labels: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -10/+7 |
* | move: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -11/+11 |
* | delete: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -21/+59 |
* | copy: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -7/+6 |
* | archive: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -22/+57 |
* | add mark command | Reto Brunner | 2019-12-21 | 1 | -0/+98 |
* | add command helpers | Reto Brunner | 2019-12-21 | 1 | -0/+55 |
* | use correct headers for message part | Leszek Cimała | 2019-12-07 | 1 | -4/+32 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 3 | -117/+117 |
* | Config for deleting message from message viewer | Srivathsan Murali | 2019-09-20 | 1 | -1/+1 |
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 2 | -18/+22 |
* | Add completion for copy | Jeffas | 2019-09-12 | 1 | -1/+2 |
* | Add signatures | Jeffas | 2019-09-12 | 3 | -5/+6 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+69 |
* | Check the subject line for lowercase re | Jeffas | 2019-09-11 | 1 | -1/+1 |
* | Ensure mimetype parts are converted to lower case | Jeffas | 2019-09-11 | 1 | -2/+3 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 8 | -24/+24 |
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -4/+61 |
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -1/+9 |
* | Move forward command to it's own file | Jelle Besseling | 2019-08-20 | 2 | -70/+130 |
* | Fix `unread` command | Art Wild | 2019-08-08 | 1 | -0/+2 |
* | select next message when deleting from message viewer | Aditya Srivastava | 2019-08-02 | 1 | -3/+10 |
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 2 | -13/+18 |
* | Add space which was missing | Jeffas | 2019-07-25 | 1 | -1/+1 |
* | Add :cp alias for :copy | Drew DeVault | 2019-07-17 | 1 | -1/+1 |
* | Add an option to toggle between read and unread | Nicolai Dagestad | 2019-07-17 | 1 | -3/+29 |
* | Update status message to include destination | Jeffas | 2019-07-17 | 1 | -1/+1 |
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 7 | -4/+25 |
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 8 | -10/+32 |
* | Fix :pipe -b actually writing to stdin | Drew DeVault | 2019-07-08 | 1 | -1/+9 |
* | Fix re-opening of expired pipe tabs | Drew DeVault | 2019-07-08 | 1 | -2/+6 |
* | :exec, :pipe: show exit status on completion | Drew DeVault | 2019-07-08 | 1 | -1/+2 |