Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-09 | Update reply to use getopt posix optind format | Clayton Craft | |
This changes the handling of optind for the 'reply' command to match recent changes to getopt. | |||
2019-06-07 | Message list: implement index-format option | Yash Srivastav | |
2019-06-02 | widget: Add ProvidesMessage interface | Kevin Kuehler | |
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> |