mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: set attachment dir to user download folder
This commit is contained in:
@ -51,6 +51,10 @@
|
|||||||
((featurep! :completion helm) #'completing-read)
|
((featurep! :completion helm) #'completing-read)
|
||||||
((featurep! :completion vertico) #'completing-read)
|
((featurep! :completion vertico) #'completing-read)
|
||||||
(t #'ido-completing-read))
|
(t #'ido-completing-read))
|
||||||
|
mu4e-attachment-dir
|
||||||
|
(expand-file-name (or (getenv "XDG_DOWNLOAD_DIR")
|
||||||
|
"Downloads")
|
||||||
|
"~")
|
||||||
;; no need to ask
|
;; no need to ask
|
||||||
mu4e-confirm-quit nil
|
mu4e-confirm-quit nil
|
||||||
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
|
mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶")
|
||||||
|
Reference in New Issue
Block a user