Merge pull request #1986 from thierryvolpiatto/cleanup_save_attachement

Remove unneeded `or` clause in mu4e-view-save-attachments
This commit is contained in:
Dirk-Jan C. Binnema 2021-04-22 21:03:18 +03:00 committed by GitHub
commit 5edc5a886a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ containing commas."
(handles '())
(files '())
(helm-comp-read-use-marked t)
(compfn (if (or (and (boundp 'helm-mode) helm-mode))
(compfn (if (and (boundp 'helm-mode) helm-mode)
#'completing-read
;; Fallback to `completing-read-multiple' with poor
;; completion