summary refs log tree commit diff stats
path: root/widgets/providesmessage.go
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+0
* add ProvidesMessages interfaceReto Brunner2019-12-211-0/+8
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+1
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-4/+2
* Factor UI models out of the worker message packageBen Burwell2019-07-081-2/+2
* Make :pipe command more genericDrew DeVault2019-07-051-1/+11
* Add date to message viewerDrew DeVault2019-06-021-2/+2
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-0/+14
/a> 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140