Mu4e: set attachment dir to user download folder

This commit is contained in:
TEC 2021-04-26 12:04:16 +08:00
parent 2e49b16a6d
commit f49c7e6281
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -51,6 +51,10 @@
((featurep! :completion helm) #'completing-read)
((featurep! :completion vertico) #'completing-read)
(t #'ido-completing-read))
mu4e-attachment-dir
(expand-file-name (or (getenv "XDG_DOWNLOAD_DIR")
"Downloads")
"~")
;; no need to ask
mu4e-confirm-quit nil
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")