From b9488a12e4dc3ab5a3e15859d19f9251f0e8f242 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 2 Aug 2016 10:17:45 +0100 Subject: [PATCH] docs: quasi-delete --- doc/manual.xml.head | 120 ++++++++++++++++++++++++++++++++++++++++ doc/muttrc.quasi-delete | 7 +++ doc/vimrc.quasi-delete | 5 ++ 3 files changed, 132 insertions(+) create mode 100644 doc/muttrc.quasi-delete create mode 100644 doc/vimrc.quasi-delete diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 8fab50e0d..d0ba1c20f 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -11580,6 +11580,126 @@ color progress white red + + Quasi-Delete Patch + Mark emails that should be hidden, but not deleted + + + Patch + + + To check if Mutt supports Quasi-Delete, look for + patch-quasi-delete in the mutt version. + See: . + + + + Dependencies: + mutt-1.6.2 + + + This patch is part of the NeoMutt Project. + + + + Introduction + + + The quasi-delete function marks an email that should be + hidden from the index, but NOT deleted. + + + + On its own, this patch isn't very useful. It forms a useful part of + the notmuch plugin. + + + + + + + Functions + + Quasi-Delete Functions + + + + Menus + Default Key + Function + Description + + + + + index,pager + (none) + <quasi-delete> + delete from mutt, don't touch on disk + + + +
+
+ + + + + Muttrc + +# Example Mutt config file for the 'quasi-delete' feature. + +# The 'quasi-delete' function marks an email that should be hidden +# from the index, but NOT deleted. +bind index,pager Q quasi-delete + +# vim: syntax=muttrc + + + + + See Also + + + NeoMutt Project + notmuch patch + + + + + Known Bugs + None + + + + Credits + + Karel Zak kzak@redhat.com + Richard Russon rich@flatcap.org + + +
+ Sidebar Overview of mailboxes diff --git a/doc/muttrc.quasi-delete b/doc/muttrc.quasi-delete new file mode 100644 index 000000000..67031ffbb --- /dev/null +++ b/doc/muttrc.quasi-delete @@ -0,0 +1,7 @@ +# Example Mutt config file for the 'quasi-delete' feature. + +# The 'quasi-delete' function marks an email that should be hidden +# from the index, but NOT deleted. +bind index,pager Q quasi-delete + +# vim: syntax=muttrc diff --git a/doc/vimrc.quasi-delete b/doc/vimrc.quasi-delete new file mode 100644 index 000000000..f8a69e758 --- /dev/null +++ b/doc/vimrc.quasi-delete @@ -0,0 +1,5 @@ +" Vim syntax file for the mutt quasi-delete patch + +syntax match muttrcFunction contained "\" + +" vim: syntax=vim -- 2.40.0