From: Richard Russon Date: Tue, 2 Aug 2016 09:16:16 +0000 (+0100) Subject: docs: limit-current-thread X-Git-Tag: neomutt-20160822~24^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f63eb45acf7519a431261319d7ee39475d96e806;p=neomutt docs: limit-current-thread --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 24925681d..3ddaa1e66 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -9948,6 +9948,128 @@ bind index,pager y edit-label + + Limit-Current-Thread Patch + Focus on one Email Thread + + + Patch + + + To check if Mutt supports limit-current-thread, look for + patch-limit-current-thread in the mutt version. + See: . + + + + Dependencies: + mutt-1.6.2 + + + This patch is part of the NeoMutt Project. + + + + Introduction + + + This patch adds a new way of using the + Limit Command. + The <limit-current-thread> + function restricts the view to just the current thread. + Setting the limit (the l key) to + all will restore the full email list. + + + + + + + Functions + + + Limit-current-thread adds the following function to Mutt. + By default, it is not bound to a key. + + + + Limit-Current-Thread Functions + + + + Menus + Function + Description + + + + + index + <limit-current-thread> + Limit view to current thread + + + +
+ +
+ + + + Muttrc + + +# Example Mutt config file for the 'limit-current-thread' patch. + +# Limit view to current thread +bind index <esc>L limit-current-thread + +# vim: syntax=muttrc + + + + + See Also + + + NeoMutt Project + + + + + Known Bugs + None + + + + Credits + + David Sterba dsterba@suse.cz + Richard Russon rich@flatcap.org + + +
+ Sidebar Overview of mailboxes diff --git a/doc/muttrc.limit-current-thread b/doc/muttrc.limit-current-thread new file mode 100644 index 000000000..5d32cf5cc --- /dev/null +++ b/doc/muttrc.limit-current-thread @@ -0,0 +1,6 @@ +# Example Mutt config file for the 'limit-current-thread' patch. + +# Limit view to current thread +bind index L limit-current-thread + +# vim: syntax=muttrc