summaryrefslogtreecommitdiff
path: root/mu4e/mu4e-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'mu4e/mu4e-utils.el')
-rw-r--r--mu4e/mu4e-utils.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el
index 8b08ae0..9ab2fb3 100644
--- a/mu4e/mu4e-utils.el
+++ b/mu4e/mu4e-utils.el
@@ -664,6 +664,7 @@ process."
;; don't use mu4e-error here; it's running in the process filter context
(cl-case errcode
(4 (user-error "No matches for this search query."))
+ (110 (display-warning 'mu4e errmsg :error)) ;; schema version.
(t (error "Error %d: %s" errcode errmsg))))