summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-06-28 15:09:51 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-17 13:55:44 -0700
commitbe684ef23cd68926f7ca33a0b09591f970287407 (patch)
tree92611821811d9bdfac134031221060dfcc91f200 /mutt.h
parent342b91cf174083bd1b24e11db322ca076cdf625d (diff)
Add size display configuration variables.
Although it would be nice to "open this up" more, performance and security/stability issues would arise. Based on the thread in mutt-dev, I hope these vars will satisfy most customization needs: $size_show_bytes $size_show_mb $size_show_fractions $size_units_on_left
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index f36edb2f..ff257127 100644
--- a/mutt.h
+++ b/mutt.h
@@ -514,6 +514,10 @@ enum
#endif
OPTSIGDASHES,
OPTSIGONTOP,
+ OPTSIZESHOWBYTES,
+ OPTSIZESHOWMB,
+ OPTSIZESHOWFRACTIONS,
+ OPTSIZEUNITSONLEFT,
OPTSORTRE,
OPTSPAMSEP,
OPTSTATUSONTOP,