[Emacs] Ignore email drafts in recentf
This commit is contained in:
parent
d9299b664d
commit
896b3f6fe9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user