From: Richard Russon Date: Mon, 4 Apr 2016 15:23:25 +0000 (+0100) Subject: merge: progress - show a visual progress bar X-Git-Tag: neomutt-20160404~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be0e7321606ae7e1f76d489f5bad76a3a4381da4;p=neomutt merge: progress - show a visual progress bar * feature: progress bar * tidy code * add docs * add ident to PATCHES * add missing authors --- be0e7321606ae7e1f76d489f5bad76a3a4381da4 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 85ce4c02d,df13f2937..28596a954 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@@ -8081,126 -8082,125 +8082,245 @@@ 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 + + Rocco Rutte pdmef@gmx.net + Vincent Lefevre vincent@vinc17.org + Stefan Kuhn wuodan@hispeed.ch + Karel Zak kzak@redhat.com + Richard Russon rich@flatcap.org + + +
+