summary refs log tree commit diff stats
path: root/lib/indexformat.go
Commit message (Expand)AuthorAgeFilesLines
* Fix read reply flag formattingJeffas2019-07-121-5/+19
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-26/+20
* Factor UI models out of the worker message packageBen Burwell2019-07-081-2/+2
* Ensure that flags are set properlyAditya Mahajan2019-06-161-2/+4
* msglist: use distinct style for unread emailsYash Srivastav2019-06-081-5/+5
* Message list: implement index-format optionYash Srivastav2019-06-071-0/+231
'>78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 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