blob: 9d822fb7ade836edd46d9600886fa33382b7cd62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#+include: macros.inc
* EXIT CODE
This command returns 0 upon successful completion, or a non-zero exit code
otherwise.
0. success
2. no matches found. Try a different query
11. database schema mismatch. You need to re-initialize *mu*, see {{{man-link(mu-init,1)}}}
19. failed to acquire lock. Some other program has exclusive access to the *mu* database
99. caught an exception
# Local Variables:
# mode: org
# End:
|