Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 7 | -19/+74 |
* | 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 |
* | 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 |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 1 | -22/+3 |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 5 | -0/+401 |