[Emacs] Update mu4e shortcuts
continuous-integration/drone/push Build is passing Details

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
1 changed files with 6 additions and 6 deletions

View File

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