Age | Commit message (Expand) | Author |
2020-02-29 | msg/delete: remove redundant err check | Reto Brunner |
2020-02-19 | msg/reply: simplify string comparison | Reto Brunner |
2020-02-16 | msg/reply: fix address comparison | Reto Brunner |
2020-01-09 | add .OriginalMIMEType variable to reply template | Leszek Cimała |
2020-01-09 | create OriginalMail struct | Leszek Cimała |
2020-01-05 | FetchBodyParts: decode source in the workers | Reto Brunner |
2019-12-22 | read: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | modify-labels: add completion | Reto Brunner |
2019-12-21 | modify-labels: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | move: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | delete: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | copy: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | archive: adapt to ProvidesMessages | Reto Brunner |
2019-12-21 | add mark command | Reto Brunner |
2019-12-21 | add command helpers | Reto Brunner |
2019-12-07 | use correct headers for message part | Leszek Cimała |
2019-11-10 | Add Templates with Parsing | Srivathsan Murali |
2019-09-20 | Config for deleting message from message viewer | Srivathsan Murali |
2019-09-20 | Make commands join args with spaces | Jeffas |
2019-09-12 | Add completion for copy | Jeffas |
2019-09-12 | Add signatures | Jeffas |
2019-09-12 | Add modify-labels command | Reto Brunner |
2019-09-11 | Check the subject line for lowercase re | Jeffas |
2019-09-11 | Ensure mimetype parts are converted to lower case | Jeffas |
2019-09-04 | all: purge redundant underscores | Wagner Riffel |
2019-08-20 | Add forwarding as attachment feature | Jelle Besseling |
2019-08-20 | Add addresses argument to forward command | Jelle Besseling |
2019-08-20 | Move forward command to it's own file | Jelle Besseling |
2019-08-08 | Fix `unread` command | Art Wild |
2019-08-02 | select next message when deleting from message viewer | Aditya Srivastava |
2019-07-26 | Support configurable header layout in compose widget | Daniel Bridges |
2019-07-25 | Add space which was missing | Jeffas |
2019-07-17 | Add :cp alias for :copy | Drew DeVault |
2019-07-17 | Add an option to toggle between read and unread | Nicolai Dagestad |
2019-07-17 | Update status message to include destination | Jeffas |
2019-07-15 | commands: Don't crash when store is nil | Kevin Kuehler |
2019-07-10 | Fix crashes when operating on empty folder (#216) | Daniel Bridges |
2019-07-08 | Fix :pipe -b actually writing to stdin | Drew DeVault |
2019-07-08 | Fix re-opening of expired pipe tabs | Drew DeVault |
2019-07-08 | :exec, :pipe: show exit status on completion | Drew DeVault |
2019-07-08 | Add :exec and :pipe -b(ackground) | Drew DeVault |
2019-07-08 | Factor IMAP-specific structs out of UI models | Ben Burwell |
2019-07-05 | Make :pipe command more generic | Drew DeVault |
2019-07-04 | Add IMAP folder tab completion | Gregory Mullen |
2019-07-04 | Crash on delete in empty folder (#213) | Zach Sisco |
2019-07-04 | Add unsubscribe command | Ben Burwell |
2019-06-29 | Implement basic tab completion support | Gregory Mullen |
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler |
2019-06-11 | commands/msg/archive: Work with msgviwer | Kevin Kuehler |
2019-06-09 | Fix :copy arg handling | Drew DeVault |