Fix save for attachments

Bug introduced with 51037be7fb
This commit is contained in:
Foivos S. Zakkak 2014-10-15 14:32:17 +03:00
parent 6bbd8739ae
commit 0b52878920
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ If ATTNUM is nil ask for the attachment number."
(and (file-exists-p fpath)
(not (y-or-n-p (mu4e-format "Overwrite '%s'?" fpath))))))
(mu4e~proc-extract
'save (mu4e-message-field msg :docid) index fpath)))
'save (mu4e-message-field msg :docid) index mu4e-decryption-policy fpath)))
(defun mu4e-view-save-attachment-multi (&optional msg)