Age | Commit message (Expand) | Author |
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 |
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-15 | 71: Allow user to change config options at runtime | Pedro L. Ramos |
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 | Remove unused caps string | 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-07-04 | Use "open" instead of "xdg-open" on Darwin systems | Ben Burwell |
2019-06-29 | Implement basic tab completion support | Gregory Mullen |
2019-06-26 | Implement :search, :next-result, :prev-result | Drew DeVault |
2019-06-25 | msgview/save: Use defaultSavePath if no path is provided | Reto Brunner |
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault |
2019-06-18 | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen |
2019-06-17 | commands/msgview: add open command | Réouven Assouly |
2019-06-16 | Make part encoding checks case insensitive | Réouven Assouly |
2019-06-14 | Support directories in path to :save | Clayton Craft |
2019-06-11 | commands/msgview: Add next/prev commands | Kevin Kuehler |
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 | Implement :mkdir command | Drew DeVault |
2019-06-09 | Fix :new-account getopts | Drew DeVault |
2019-06-09 | Fix :copy arg handling | Drew DeVault |
2019-06-09 | Fix :move command's arg parsing | Drew DeVault |
2019-06-09 | Update reply to use getopt posix optind format | Clayton Craft |
2019-06-09 | Add :read and :unread commands | Drew DeVault |
2019-06-09 | commands/msg/copy: remove unnecessary code | Drew DeVault |
2019-06-09 | Add archive command | Robert Günzler |