| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | msgview/open: remove manual decoding | Reto Brunner | 2020-01-20 | 1 | -11/+0 |
* | msgview/save: Adapt to already decoded reader | Reto Brunner | 2020-01-20 | 1 | -70/+125 |
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -0/+11 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 4 | -9/+16 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 5 | -89/+8 |
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 1 | -17/+86 |
* | modify-labels: add completion | Reto Brunner | 2019-12-21 | 2 | -1/+37 |
* | 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 | 2 | -0/+85 |
* | failback to Content-Type filename when encoded Content-Disposition is used | Leszek Cimała | 2019-12-07 | 1 | -0/+2 |
* | use correct headers for message part | Leszek Cimała | 2019-12-07 | 1 | -4/+32 |
* | Fix crash when no message is selected | Wiktor Kwapisiewicz | 2019-12-04 | 1 | -1/+4 |
* | commands/account: Disable :view for deleted msgs | Kevin Kuehler | 2019-11-17 | 1 | -1/+2 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 4 | -126/+132 |
* | Add support for AUTH LOGIN submission | Luke Drummond | 2019-11-01 | 1 | -0/+3 |
* | Cleanup pager processes after closing a msgviewer | Kevin Kuehler | 2019-10-16 | 1 | -0/+1 |
* | Config for deleting message from message viewer | Srivathsan Murali | 2019-09-20 | 1 | -1/+1 |
* | Sort path completions | Jeffas | 2019-09-20 | 1 | -0/+3 |
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 9 | -66/+60 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -0/+85 |
* | Add completion for copy | Jeffas | 2019-09-12 | 1 | -1/+2 |
* | Add signatures | Jeffas | 2019-09-12 | 4 | -7/+8 |
* | 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 |
* | commands: move ParseNextPrevMessage error value to its last return value | Wagner Riffel | 2019-09-04 | 2 | -6/+6 |
* | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
* | all: use fmt.Errorf for fomartting errors | Wagner Riffel | 2019-09-04 | 9 | -14/+9 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 43 | -129/+129 |
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 1 | -26/+1 |
* | Add :prompt command | Christopher Vittal | 2019-08-26 | 1 | -0/+33 |
* | 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 |
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 4 | -59/+93 |
* | add close command at global level | Aditya Srivastava | 2019-08-13 | 4 | -93/+59 |
* | Add optional body argument to compose command | Daniel Bridges | 2019-08-13 | 1 | -3/+14 |
* | Joining the args in cf for folders with spaces | Ben Cohen | 2019-08-12 | 1 | -1/+5 |
* | Ignore scroll command when msgstore is nil | Jelle Besseling | 2019-08-12 | 1 | -2/+2 |
* | Let user edit arbitrary headers in composer | Daniel Bridges | 2019-08-12 | 1 | -4/+32 |
* | Fix `unread` command | Art Wild | 2019-08-08 | 1 | -0/+2 |
* | Implement next-message in msgview using account | Jelle Besseling | 2019-08-07 | 2 | -28/+37 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 1 | -6/+4 |