Merge pull request #697 from j-hao/master

mu4e: Add mu4e-headers-mark-all to execute certain action on all visible msg
This commit is contained in:
Dirk-Jan C. Binnema 2015-12-04 23:23:55 +02:00
commit 899253359b
1 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,16 @@
;;;
(defun mu4e-headers-mark-all ()
"Mark all messages within current query results and ask user to execute which action."
(interactive)
(mu4e-headers-mark-for-each-if
(cons 'something nil)
(lambda (msg param) t))
(mu4e-mark-execute-all))
;;;
(defun mu4e-shr2text ()
"Html to text using the shr engine; this can be used in
`mu4e-html2text-command' in a new enough emacs. Based on code by