diff --git a/mu4e/mu4e-server.el b/mu4e/mu4e-server.el index 85f4050e..fae83514 100644 --- a/mu4e/mu4e-server.el +++ b/mu4e/mu4e-server.el @@ -431,7 +431,7 @@ As per issue #2198." ;; sanity-check 2 (let ((version (let ((s (shell-command-to-string (concat mu4e-mu-binary " --version")))) - (and (string-match "version \\([.0-9]+\\)" s) + (and (string-match "version \\(.+\\)" s) (match-string 1 s))))) (if (not (string= version mu4e-mu-version)) (mu4e-error