Mu4e: set attachment dir to user download folder
This commit is contained in:
parent
2e49b16a6d
commit
f49c7e6281
1 changed files with 4 additions and 0 deletions
|
@ -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 '("─>" . "─▶")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue