Fix issues reported by the byte-compiler.

This commit is contained in:
Jonas Bernoulli
2015-10-09 01:02:58 +02:00
parent 5c18f315a0
commit a924985803
3 changed files with 11 additions and 7 deletions

View File

@ -1086,7 +1086,8 @@ attachments, but as this is the default, you may not need it."
(let* ((att (mu4e~view-get-attach msg num))
(fname (plist-get att :name))
(index (plist-get att :index))
(retry t))
(retry t)
fpath)
(while retry
(setq fpath (expand-file-name (concat attachdir fname) path))
(setq retry