Files
mu4e/man/exit-code.inc
Tristan Riehs 96f8729cb5 mu-man: use more bold text
Make occurences of "mu", small commands such as "mu init", and
command-line arguments bold.
2024-07-18 10:01:45 +09:00

15 lines
402 B
PHP

* 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 *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: