diff --git a/mu4e/mu4e-view-gnus.el b/mu4e/mu4e-view-gnus.el index 4363d1a8..bd1db438 100644 --- a/mu4e/mu4e-view-gnus.el +++ b/mu4e/mu4e-view-gnus.el @@ -444,7 +444,7 @@ containing commas." (handles '()) (files '()) (helm-comp-read-use-marked t) - (compfn (if (and (boundp 'helm-mode) helm-mode) + (compfn (if (or (and (boundp 'helm-mode) helm-mode) (and (boundp 'ivy-mode) ivy-mode)) #'completing-read ;; Fallback to `completing-read-multiple' with poor ;; completion systems.