| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 5 | -99/+107 |
* | Remove unused caps string | Drew DeVault | 2019-07-04 | 1 | -2/+0 |
* | Add IMAP folder tab completion | Gregory Mullen | 2019-07-04 | 3 | -2/+27 |
* | Crash on delete in empty folder (#213) | Zach Sisco | 2019-07-04 | 1 | -0/+3 |
* | Add unsubscribe command | Ben Burwell | 2019-07-04 | 2 | -0/+144 |
* | Use "open" instead of "xdg-open" on Darwin systems | Ben Burwell | 2019-07-04 | 1 | -3/+2 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 42 | -126/+524 |
* | Implement :search, :next-result, :prev-result | Drew DeVault | 2019-06-26 | 2 | -0/+95 |
* | msgview/save: Use defaultSavePath if no path is provided | Reto Brunner | 2019-06-25 | 1 | -6/+16 |
* | Fix Cc & Bcc handling in replies | Drew DeVault | 2019-06-21 | 1 | -0/+3 |
* | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen | 2019-06-18 | 1 | -2/+8 |
* | commands/msgview: add open command | Réouven Assouly | 2019-06-17 | 1 | -0/+61 |
* | Make part encoding checks case insensitive | Réouven Assouly | 2019-06-16 | 2 | -6/+7 |
* | Support directories in path to :save | Clayton Craft | 2019-06-14 | 1 | -4/+53 |
* | commands/msgview: Add next/prev commands | Kevin Kuehler | 2019-06-11 | 2 | -2/+40 |
* | Move select functionality from msglist to msgstore | Kevin Kuehler | 2019-06-11 | 3 | -3/+6 |
* | commands/msg/archive: Work with msgviwer | Kevin Kuehler | 2019-06-11 | 1 | -3/+4 |
* | Implement :mkdir command | Drew DeVault | 2019-06-09 | 1 | -0/+39 |
* | Fix :new-account getopts | Drew DeVault | 2019-06-09 | 1 | -1/+1 |
* | Fix :copy arg handling | Drew DeVault | 2019-06-09 | 1 | -3/+3 |
* | Fix :move command's arg parsing | Drew DeVault | 2019-06-09 | 1 | -3/+3 |
* | Update reply to use getopt posix optind format | Clayton Craft | 2019-06-09 | 1 | -2/+2 |
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+38 |
* | commands/msg/copy: remove unnecessary code | Drew DeVault | 2019-06-09 | 1 | -4/+0 |
* | Add archive command | Robert Günzler | 2019-06-09 | 3 | -6/+102 |
* | Mark sent emails as read | Yash Srivastav | 2019-06-08 | 1 | -1/+2 |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 1 | -22/+3 |
* | implements ability to view headers in message view | Yash Srivastav | 2019-06-07 | 1 | -0/+25 |
* | Introduce :new-account -t | JanUlrich | 2019-06-05 | 1 | -2/+10 |
* | Allow no arguments to :cd | Tadeo Kondrak | 2019-06-05 | 1 | -3/+5 |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 6 | -17/+49 |
* | Fix infinite recursion in reply.go:findPlaintext | Drew DeVault | 2019-06-02 | 1 | -1/+1 |
* | Fetch plaintext part when replying | Drew DeVault | 2019-06-01 | 1 | -6/+34 |
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 4 | -37/+163 |
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+21 |
* | Implement :forward | Drew DeVault | 2019-05-25 | 1 | -31/+81 |