summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-12-07 13:21:49 -0800
committerKevin McCarthy <kevin@8t8.us>2019-12-07 13:21:49 -0800
commitb09a0b8068afeb55f2cff6936f127dcffd4ab231 (patch)
tree99b4e7beb54b84a862380c75cbba977369a458b8 /mutt.h
parent8846480c5a55b229da95786efb8f1d63be556b7d (diff)
Create $sidebar_relative_shortpath_indent, default unset.
When unset this option provides the pre-1.13.0 sidebar indentation and shortpath behavior. Setting the option will enable the new (relative to previous entries) indentation and shortening behavior. Note the mailbox shortcuts are controlled by $sidebar_use_mb_shortcuts, which defaults set.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index de039c92..e068b7e6 100644
--- a/mutt.h
+++ b/mutt.h
@@ -515,6 +515,7 @@ enum
OPTSIDEBARFOLDERINDENT,
OPTSIDEBARNEWMAILONLY,
OPTSIDEBARNEXTNEWWRAP,
+ OPTSIDEBARRELSPINDENT,
OPTSIDEBARUSEMBSHORTCUTS,
OPTSIDEBARSHORTPATH,
#endif