mu4e-server: sync up error code with backend

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-31 23:41:29 +02:00
parent 7610e86e97
commit ea08378ce6
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ As per issue #2198."
(cond
((eq code 0)
(message nil)) ;; don't do anything
((eq code 5)
((eq code 11)
(error "schema mismatch; please re-init mu from command-line"))
((eq code 19)
(error "mu database is locked by another process"))