diff --git a/mu4e/mu4e-view-gnus.el b/mu4e/mu4e-view-gnus.el index 8dcc247b..8ce1c6f1 100644 --- a/mu4e/mu4e-view-gnus.el +++ b/mu4e/mu4e-view-gnus.el @@ -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