summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2007-03-20 13:39:29 -0700
committerMiroslav Lichvar <mlichvar@redhat.com>2007-03-20 13:39:29 -0700
commitbb112e1a4cac893545f39691b817084083399026 (patch)
tree4c9c8711fcaba1e346144f50bdec920968348f2c /init.h
parent64f58f42a380789496c6e250e3bb2af9a1769203 (diff)
Make BUFFY_SIZE a runtime switch ($check_mbox_size)
Diffstat (limited to 'init.h')
-rw-r--r--init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.h b/init.h
index 3ef28e0e..86b0072d 100644
--- a/init.h
+++ b/init.h
@@ -351,6 +351,12 @@ struct option_t MuttVars[] = {
** follow these menus. The option is disabled by default because many
** visual terminals don't permit making the cursor invisible.
*/
+ { "check_mbox_size", DT_BOOL, R_NONE, OPTCHECKMBOXSIZE, 0 },
+ /*
+ ** .pp
+ ** When this variable is set, mutt will use file size attribute instead of
+ ** access time when checking for new mail.
+ */
{ "charset", DT_STR, R_NONE, UL &Charset, UL 0 },
/*
** .pp