[Emacs] Ignore email drafts in recentf

This commit is contained in:
2022-03-10 22:27:04 +01:00
parent d9299b664d
commit 896b3f6fe9

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