From cda353a2e484f8cc8533c8494076bca9dfc5911b Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 2 Aug 2016 10:17:55 +0100 Subject: [PATCH] docs: skip-quoted --- doc/manual.xml.head | 121 +++++++++++++++++++++++++++++++++++++++++ doc/muttrc.skip-quoted | 10 ++++ 2 files changed, 131 insertions(+) create mode 100644 doc/muttrc.skip-quoted diff --git a/doc/manual.xml.head b/doc/manual.xml.head index d0ba1c20f..5704f3087 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -11982,6 +11982,127 @@ bind index,pager Q quasi-delete + + Skip-Quoted Patch + Leave some context visible + + + Patch + + + To check if Mutt supports skip-quoted, look for + patch-skip-quoted in the mutt version. + See: . + + + + Dependencies: + mutt-1.6.2 + + + This patch is part of the NeoMutt Project. + + + + Introduction + + + When viewing an email, the + <skip-to-quoted> function (by default the + S key) will scroll past any quoted text. + Sometimes, a little context is useful. + + + + By setting the $skip_quoted_offset variable, you + can select how much of the quoted text is left visible. + + + + + Variables + + Skip-Quoted Variables + + + + Name + Type + Default + + + + + skip_quoted_offset + number + 0 + + + +
+
+ + + + + Muttrc + + +# Example Mutt config file for the 'skip-quoted' patch. + +# The 'S' (skip-quoted) command scrolls the pager past the quoted text (usually +# indented with '> '. Setting 'skip_quoted_offset' leaves some lines of quoted +# text on screen for context. + +# Show three quoted lines before the reply +set skip_quoted_offset = 3 + +# vim: syntax=muttrc + + + + + See Also + + + NeoMutt Project + + + + + Known Bugs + None + + + + Credits + + David Sterba dsterba@suse.cz + Richard Russon rich@flatcap.org + + +
+ diff --git a/doc/muttrc.skip-quoted b/doc/muttrc.skip-quoted new file mode 100644 index 000000000..cd13ed483 --- /dev/null +++ b/doc/muttrc.skip-quoted @@ -0,0 +1,10 @@ +# Example Mutt config file for the 'skip-quoted' patch. + +# The 'S' (skip-quoted) command scrolls the pager past the quoted text (usually +# indented with '> '. Setting 'skip_quoted_offset' leaves some lines of quoted +# text on screen for context. + +# Show three quoted lines before the reply +set skip_quoted_offset = 3 + +# vim: syntax=muttrc -- 2.40.0