summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-11-26 15:21:05 -0800
committerKevin McCarthy <kevin@8t8.us>2020-12-06 15:33:44 -0800
commit42331065e432c03903eac2fc8cc2aa94f7da501e (patch)
tree0b3dc3fc5d3f8e3113162aea3b38392de0a10fc3 /OPS
parentc23921bcbf7269d1ed483af16896477eecaade50 (diff)
Add <skip-headers> to skip past message headers in pager.
This is based on <skip-quoted>, and is bound to 'H' by default. I've added an error message in case there is no text past the headers, just to cover the logical case. I don't think Mutt allows that to happen for text passed to the pager, but just in case.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index dde4eb6f..0733745d 100644
--- a/OPS
+++ b/OPS
@@ -164,6 +164,7 @@ OP_NEXT_PAGE "move to the next page"
OP_PAGER_BOTTOM "jump to the bottom of the message"
OP_PAGER_HIDE_QUOTED "toggle display of quoted text"
OP_PAGER_SKIP_QUOTED "skip beyond quoted text"
+OP_PAGER_SKIP_HEADERS "skip beyond headers"
OP_PAGER_TOP "jump to the top of the message"
OP_PIPE "pipe message/attachment to a shell command"
OP_PREV_ENTRY "move to the previous entry"