summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-07-02 23:14:43 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-04 11:08:55 -0400
commitcffa2365be267ca2b243eee0cbb40593c0e01a3d (patch)
tree6a686570fd893d752954b1531dc02b0f4fdc1206 /config
parentddd0fa428f0a0e394883cdec2a11c351b70f72a2 (diff)
downloadaerc-cffa2365be267ca2b243eee0cbb40593c0e01a3d.tar.gz
Document message index format specifiers
Diffstat (limited to 'config')
-rw-r--r--config/aerc.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in
index a5994a3..f63c15a 100644
--- a/config/aerc.conf.in
+++ b/config/aerc.conf.in
@@ -4,7 +4,7 @@
 [ui]
 #
 # Describes the format for each row in a mailbox view. This field is compatible
-# with mutt's printf-like syntax. TODO: document properly
+# with mutt's printf-like syntax.
 #
 # Default:
 index-format=%D %-17.17n %s
41 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184