mu4e: use mu4e-attachment-dir for attaching, too

Use mu4e-attachment-dir also for attaching (and not just for extracting)
attachments; the default (current draft message dir) is not very useful.
This commit is contained in:
Dirk-Jan C. Binnema
2020-04-06 20:47:29 +03:00
parent 51f5ee829d
commit edd47ced71
4 changed files with 19 additions and 6 deletions

View File

@ -1340,9 +1340,9 @@ OS X) the @t{open} program for opening attachments. If you want to use another
program, you do so by setting the @t{MU_PLAY_PROGRAM} environment variable to
the program to be used.
The default directory for extracting (saving) attachments is your home
directory (@file{~/}); you can change this using the variable
@code{mu4e-attachment-dir}, for example:
The default directory for attaching and extracting (saving)
attachmentsis your home directory (@file{~/}); you can change this
using the variable @code{mu4e-attachment-dir}, for example:
@lisp
(setq mu4e-attachment-dir "~/Downloads")