aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-18 11:45:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-18 11:45:09 +1200
commitf67bef71df028182e2bb2cf84a7891578a9c7006 (patch)
tree93ca3d31f1912f05d23176e2dbe0572e67923f6f
parentRestore stricter Mutt quote matching pattern (diff)
downloaddotfiles-f67bef71df028182e2bb2cf84a7891578a9c7006.tar.gz
dotfiles-f67bef71df028182e2bb2cf84a7891578a9c7006.zip
Set pager_index_lines in Mutt for index context
-rw-r--r--mutt/muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 608284ab..c8cb24e2 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -76,6 +76,11 @@ set index_format = '%4C %Z %{%b %d %Y} %-15.15L (%?l?%4l&%4c?) %?H?[%H] ?%s'
#
unset markers
+# Show a few messages of the index when in pager mode to give a little context
+# around the message. I should have been doing this years ago. Oh well.
+#
+set pager_index_lines = 6
+
# Don't move on to the next message if we're at the end of the current one just
# because I executed <next-page>.
#