summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-31 13:40:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-31 13:40:07 +0000
commit43301fe8629138f9c0770c4896365a2ecf15aa4b (patch)
treefa1e4c8da0cf6294184adb6bf063dbe5a77e6702 /init.h
parentdd53cfef3b772ad69e888eaf73105fd1b663ea0c (diff)
Updating to patch-0.94.4.vikas.collapse.3.
Diffstat (limited to 'init.h')
-rw-r--r--init.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.h b/init.h
index 0ffadfe6..3775f3f1 100644
--- a/init.h
+++ b/init.h
@@ -87,9 +87,8 @@ struct option_t MuttVars[] = {
{ "beep_new", DT_BOOL, R_NONE, OPTBEEPNEW, 0 },
{ "charset", DT_STR, R_NONE, UL &Charset, UL "iso-8859-1" },
{ "check_new", DT_BOOL, R_NONE, OPTCHECKNEW, 1 },
- { "collapse_new", DT_BOOL, R_NONE, OPTCOLLAPSENEW, 1 },
- { "uncollapse_jump_new", DT_BOOL, R_NONE, OPTUNCOLLAPSEJUMPNEW, 0 },
- { "auto_collapse", DT_BOOL, R_NONE, OPTAUTOCOLLAPSE, 0 },
+ { "collapse_unread", DT_BOOL, R_NONE, OPTCOLLAPSEUNREAD, 1 },
+ { "uncollapse_jump", DT_BOOL, R_NONE, OPTUNCOLLAPSEJUMP, 0 },
{ "confirmappend", DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },
{ "confirmcreate", DT_BOOL, R_NONE, OPTCONFIRMCREATE, 1 },
{ "copy", DT_QUAD, R_NONE, OPT_COPY, M_YES },