* mu4e: fix warning
This commit is contained in:
@ -903,7 +903,7 @@ If ATTNUM is nil ask for the attachment number."
|
|||||||
(path (concat
|
(path (concat
|
||||||
(mu4e~get-attachment-dir fname mtype) "/"))
|
(mu4e~get-attachment-dir fname mtype) "/"))
|
||||||
(index (plist-get att :index))
|
(index (plist-get att :index))
|
||||||
(retry t))
|
(retry t) (fpath))
|
||||||
(while retry
|
(while retry
|
||||||
(setq fpath (expand-file-name
|
(setq fpath (expand-file-name
|
||||||
(read-directory-name
|
(read-directory-name
|
||||||
|
|||||||
Reference in New Issue
Block a user