Remove unneeded or clause in mu4e-view-save-attachments

This commit is contained in:
Thierry Volpiatto
2021-04-22 19:30:23 +02:00
parent 11fc99168b
commit bce31241a5

View File

@ -490,7 +490,7 @@ containing commas."
(handles '()) (handles '())
(files '()) (files '())
(helm-comp-read-use-marked t) (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 #'completing-read
;; Fallback to `completing-read-multiple' with poor ;; Fallback to `completing-read-multiple' with poor
;; completion ;; completion