[Emacs] Update mu4e shortcuts

Now all bookmarks hide deleted messages except the one dedicated to that
This commit is contained in:
Lucien Cartier-Tilet 2020-10-20 13:52:59 +02:00
parent b09de32f9b
commit 209d835def
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -3201,12 +3201,12 @@
"Emacs" ?e) "Emacs" ?e)
("maildir:/Sent" "Sent messages" ?s) ("maildir:/Sent" "Sent messages" ?s)
("flag:unread AND NOT flag:trashed" "Unread messages" ?U) ("flag:unread AND NOT flag:trashed" "Unread messages" ?U)
("date:today..now" "Today's messages" ?t) ("date:today..now AND NOT flag:trashed" "Today's messages" ?t)
("date:7d..now" "Last 7 days" ?w) ("date:7d..now AND NOT flag:trashed" "Last 7 days" ?w)
("date:1m..now" "Last month" ?m) ("date:1m..now AND NOT flag:trashed" "Last month" ?m)
("date:1y..now" "Last year" ?y) ("date:1y..now AND NOT flag:trashed" "Last year" ?y)
("flag:trashed" "Trash" ?T) ("flag:trashed AND NOT flag:trashed" "Trash" ?T)
("mime:image/*" "Messages with images" ?p))) ("mime:image/* AND NOT flag:trashed" "Messages with images" ?p)))
#+END_SRC #+END_SRC
On new email arrival, Emacs can send the system a notification which will be On new email arrival, Emacs can send the system a notification which will be