| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow cc/bcc command to receive no arguments | Daniel Bridges | 2019-08-07 | 1 | -4/+3 |
* | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | 2019-08-07 | 1 | -2/+2 |
* | Fix directory completion case sensitivity | Ben Burwell | 2019-08-03 | 1 | -11/+19 |
* | Add cc and bcc commands | Daniel Bridges | 2019-08-03 | 1 | -0/+39 |
* | select next message when deleting from message viewer | Aditya Srivastava | 2019-08-02 | 1 | -3/+10 |
* | ChangeFolder: do not depend on the msgstore | Reto Brunner | 2019-08-02 | 1 | -6/+6 |
* | Add filesystem completions for :attach and :cd | Galen Abell | 2019-08-02 | 2 | -2/+24 |
* | Add CompletePath method | Galen Abell | 2019-08-02 | 1 | -0/+91 |
* | Sendmail: allow for arbitrary parameters | Reto Brunner | 2019-07-29 | 1 | -1/+11 |
* | Add index option to change-tab | Jeffas | 2019-07-27 | 1 | -4/+23 |
* | Add :detach command | Galen Abell | 2019-07-27 | 1 | -0/+55 |
* | Add missing fallthrough | Drew DeVault | 2019-07-27 | 1 | -0/+2 |
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 1 | -10/+36 |
* | Add tab completion to textinputs | Jeffas | 2019-07-26 | 2 | -3/+17 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 1 | -0/+62 |
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 3 | -15/+20 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 1 | -5/+1 |
* | Fix :close on terminal panic | Jeffas | 2019-07-25 | 1 | -1/+0 |
* | Add space which was missing | Jeffas | 2019-07-25 | 1 | -1/+1 |
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -0/+48 |
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 3 | -9/+61 |
* | Add :attach command for compose | Galen Abell | 2019-07-19 | 1 | -0/+56 |
* | 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 | 8 | -4/+28 |
* | 71: Allow user to change config options at runtime | Pedro L. Ramos | 2019-07-15 | 1 | -0/+69 |
* | 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 | 2 | -3/+11 |
* | :exec, :pipe: show exit status on completion | Drew DeVault | 2019-07-08 | 2 | -2/+4 |
* | Add :exec and :pipe -b(ackground) | Drew DeVault | 2019-07-08 | 2 | -17/+89 |
* | Factor IMAP-specific structs out of UI models | Ben Burwell | 2019-07-08 | 1 | -15/+13 |