* mu4e-proc: inform user when database needs upgrade

This commit is contained in:
djcb 2012-12-28 18:53:45 +02:00
parent 2163a691e9
commit b815f61216
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ The server output is as follows:
(message nil)) ;; don't do anything
((eq code 11)
(error "Database is locked by another process"))
((eq code 15)
(error "Database needs upgrade; try `mu index --rebuild' from the command line"))
((eq code 19)
(error "Database empty; try indexing some messages"))
(t (error "mu server process ended with exit code %d" code))))