<<< Date Index >>>     <<< Thread Index >>>

For 1.5.10 [PATCH] Let menu_move_off default to status quo ante



Hello,
the recently mutt context diff does change the default behaviour
compared to older mutt versions. This patch fixes this default behaviour
to status quo ante. Someone came to irc and complained about it.

        Thomas
diff --git a/init.h b/init.h
--- a/init.h
+++ b/init.h
@@ -1103,7 +1103,7 @@ struct option_t MuttVars[] = {
   ** This variable controls the number of lines of context that are given
   ** when scrolling through menus. (Similar to ``$$pager_context''.)
   */
-  { "menu_move_off",   DT_BOOL, R_NONE, OPTMENUMOVEOFF, 0 },
+  { "menu_move_off",   DT_BOOL, R_NONE, OPTMENUMOVEOFF, 1 },
   /*
   ** .pp
   ** When \fIunset\fP, the bottom entry of menus will never scroll up past