mu4e: Add bookmark for big messages

master
Pierre Neidhardt 2018-10-24 19:32:11 +02:00
parent a31d5fee1e
commit c110d11fc9
1 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,14 @@ Default to unread messages if the header buffer does not already exist."
;;; Press "aV" to view in browser.
(add-to-list 'mu4e-view-actions '("ViewInBrowser" . mu4e-action-view-in-browser) t)
;;; Custom bookmarks
(add-to-list
'mu4e-bookmarks
(make-mu4e-bookmark
:name "Big inbox messages"
:query "maildir:\".*inbox.*\" size:1M.."
:key ?b))
;;; Unicode chars for decoration might cause issues with some fonts or in terminals.
;;; https://github.com/djcb/mu/issues/733
;;; https://github.com/djcb/mu/issues/1062