From: Richard Russon Date: Mon, 7 Mar 2016 04:41:38 +0000 (+0000) Subject: merge: progress - show a visual progress bar X-Git-Tag: neomutt-20160307~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5630f857f08b5b220100f7da58fcea67ecb58b65;p=neomutt merge: progress - show a visual progress bar * feature: progress bar * tidy code * add docs * add ident to PATCHES --- 5630f857f08b5b220100f7da58fcea67ecb58b65 diff --cc PATCHES index a6002b662,81183ac03..a0920740a --- a/PATCHES +++ b/PATCHES @@@ -1,1 -1,1 +1,2 @@@ +patch-quasi-delete-neo-UNKNOWN + patch-progress-neo-UNKNOWN diff --cc doc/manual.xml.head index d03156427,6fb524e73..1f8b0dff7 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@@ -7995,126 -7996,123 +7996,243 @@@ please have a look at the mixmaster doc + + 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.5.24 + + + 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 + + +
+ + + Progress Bar Patch + Show a visual progress bar on slow operations + + + Patch + + + To check if Mutt supports Progress Bar, look for + patch-progress in the mutt version. + See: . + + + + Dependencies: + mutt-1.5.24 + + + This patch is part of the NeoMutt Project. + + + + Introduction + + + The progress patch shows a visual progress bar on slow + tasks, such as indexing a large folder over the net. + + + + + + + Colors + + Progress Colors + + + + Name + Default Color + Description + + + + + progress + default + Visual progress bar + + + +
+
+ + + + + Muttrc + + # Example Mutt config file for the 'progress' patch. + + # The 'progress' patch provides clear visual feedback for + # slow tasks, such as indexing a large folder over the net. + + # Set the color of the progress bar + # White text on a red background + color progress white red + + # vim: syntax=muttrc + + + + + See Also + + + NeoMutt Project + Color command + + + + + Known Bugs + None + + + + Credits + + Stefan Kuhn wuodan@hispeed.ch + Karel Zak kzak@redhat.com + Richard Russon rich@flatcap.org + + +
+