[Emacs] Ignore email drafts in recentf

This commit is contained in:
Lucien Cartier-Tilet 2022-03-10 22:27:04 +01:00
parent d9299b664d
commit 896b3f6fe9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -2633,7 +2633,10 @@ excluded files.
(seq (* print)
"conlanging/content"
(* print)
(or "html" "pdf" "tex"))))))
(or "html" "pdf" "tex"))
(seq (* any)
"/Mail/Sent"
(* any))))))
#+end_src
*** Screenshot