Age | Commit message (Expand) | Author |
2019-09-20 | Config for deleting message from message viewer | Srivathsan Murali |
2019-09-20 | Sort path completions | Jeffas |
2019-09-20 | Make commands join args with spaces | Jeffas |
2019-09-20 | Add sorting functionality | 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 | commands: move ParseNextPrevMessage error value to its last return value | Wagner Riffel |
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel |
2019-09-04 | all: use fmt.Errorf for fomartting errors | Wagner Riffel |
2019-09-04 | all: purge redundant underscores | Wagner Riffel |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-26 | Add :prompt command | Christopher Vittal |
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-13 | Revert "add close command at global level" | Drew DeVault |
2019-08-13 | add close command at global level | Aditya Srivastava |
2019-08-13 | Add optional body argument to compose command | Daniel Bridges |
2019-08-12 | Joining the args in cf for folders with spaces | Ben Cohen |
2019-08-12 | Ignore scroll command when msgstore is nil | Jelle Besseling |
2019-08-12 | Let user edit arbitrary headers in composer | Daniel Bridges |
2019-08-08 | Fix `unread` command | Art Wild |
2019-08-07 | Implement next-message in msgview using account | Jelle Besseling |
2019-08-07 | Implement next-folder using NextPrev with amount | Jelle Besseling |
2019-08-07 | Allow cc/bcc command to receive no arguments | Daniel Bridges |
2019-08-07 | cc/bcc: Append to existing headers if called twice | Kevin Kuehler |
2019-08-03 | Fix directory completion case sensitivity | Ben Burwell |
2019-08-03 | Add cc and bcc commands | Daniel Bridges |
2019-08-02 | select next message when deleting from message viewer | Aditya Srivastava |
2019-08-02 | ChangeFolder: do not depend on the msgstore | Reto Brunner |
2019-08-02 | Add filesystem completions for :attach and :cd | Galen Abell |
2019-08-02 | Add CompletePath method | Galen Abell |
2019-07-29 | Sendmail: allow for arbitrary parameters | Reto Brunner |
2019-07-27 | Add index option to change-tab | Jeffas |
2019-07-27 | Add :detach command | Galen Abell |
2019-07-27 | Add missing fallthrough | Drew DeVault |
2019-07-27 | Implement sendmail support | Drew DeVault |
2019-07-26 | Add tab completion to textinputs | Jeffas |
2019-07-26 | Add command history and cycling | Galen Abell |
2019-07-26 | Support configurable header layout in compose widget | Daniel Bridges |
2019-07-26 | Add new-email trigger | Jeffas |
2019-07-25 | Fix :close on terminal panic | Jeffas |
2019-07-25 | Add space which was missing | Jeffas |
2019-07-23 | Add change tab command | Jeffas |
2019-07-19 | Implement :filter, :clear | Kevin Kuehler |
2019-07-19 | Add :attach command for compose | Galen Abell |
2019-07-17 | Add :cp alias for :copy | Drew DeVault |