Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update reply to use getopt posix optind format | Clayton Craft | 2019-06-09 | 1 | -2/+2 |
| | | | | | This changes the handling of optind for the 'reply' command to match recent changes to getopt. | ||||
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 1 | -22/+3 |
| | |||||
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 1 | -0/+257 |
Consists of 3 functions * Store: Access to MessageStore type * SelectedAccount: Access to Account widget that the target widget belongs to * SelectedMessage: Current message (selected in msglist or the one we are viewing) Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> |