]> granicus.if.org Git - neomutt/commitdiff
tidy: remove unnecessary casts
authorRichard Russon <rich@flatcap.org>
Tue, 25 Jul 2017 15:27:32 +0000 (16:27 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 14:37:33 +0000 (15:37 +0100)
init.h

diff --git a/init.h b/init.h
index 10e1c9fa37a4ccc3452931089c780c1ea4fee047..f61b4f9e69da3dbf819a7d5cac786fbac61edfea 100644 (file)
--- a/init.h
+++ b/init.h
@@ -3287,7 +3287,7 @@ struct Option MuttVars[] = {
   ** .pp
   ** \fBSee also:\fP $sidebar_whitelist.
   */
-  { "sidebar_next_new_wrap", DT_BOOL, R_NONE, UL OPTSIDEBARNEXTNEWWRAP, 0 },
+  { "sidebar_next_new_wrap", DT_BOOL, R_NONE, OPTSIDEBARNEXTNEWWRAP, 0 },
   /*
   ** .pp
   ** When set, the \fC<sidebar-next-new>\fP command will not stop and the end of
@@ -3295,7 +3295,7 @@ struct Option MuttVars[] = {
   ** \fC<sidebar-prev-new>\fP command is similarly affected, wrapping around to
   ** the end of the list.
   */
-  { "sidebar_on_right", DT_BOOL, R_BOTH|R_REFLOW, UL OPTSIDEBARONRIGHT, 0 },
+  { "sidebar_on_right", DT_BOOL, R_BOTH|R_REFLOW, OPTSIDEBARONRIGHT, 0 },
   /*
   ** .pp
   ** When set, the sidebar will appear on the right-hand side of the screen.