about summary refs log tree commit diff stats
path: root/lib/address.go
Commit message (Collapse)AuthorAgeFilesLines
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-40/+0
| | | | | | | Before, we were using several IMAP-specific concepts to represent information being displayed in the UI. Factor these structures out of the IMAP package to make it easier for other backends to provide the required information.
* Message list: implement index-format optionYash Srivastav2019-06-071-0/+40