From 113bf527a5d265377259044538472308ca8ef69a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 26 Nov 2019 15:43:13 +1300 Subject: [PATCH 1/1] unify context lines --- .mutt/confvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mutt/confvars b/.mutt/confvars index fe67e65..e18f309 100644 --- a/.mutt/confvars +++ b/.mutt/confvars @@ -2149,7 +2149,7 @@ set mbox_type=Maildir # This variable controls the number of lines of context that are given when # scrolling through menus. (Similar to $pager_context.) # -set menu_context=2 +set menu_context=5 # 3.150. menu_move_off @@ -2487,7 +2487,7 @@ set pager_format="<%a> %* %i (%P)" # less than $pager_index_lines, then the index will only use as many lines as it # needs. # -set pager_index_lines=5 +set pager_index_lines=$menu_context # 3.176. pager_stop -- 2.39.2