mu: tidy up commands

Fix some typos, small errors, debug leftovers. Removed unused
mu-cmd-count.cc. Improve test-coverage. Fix manpage.

Make the errors for unknown commands a little friendlier.
This commit is contained in:
Dirk-Jan C. Binnema
2026-07-26 10:05:23 +03:00
committed by Seth Ladygo
parent 9cf9531acc
commit 6b1358ea48
15 changed files with 213 additions and 139 deletions

View File

@ -51,6 +51,18 @@ which does not give any output unless there is an error.
#+include: "prefooter.inc" :minlevel 1
* EXIT CODE
This command returns 0 when all signatures could be verified successfully, or a
non-zero exit code otherwise.
0. success; all signatures were verified
1. verification failed; at least one signature was bad, or could not be
verified. The latter includes messages without any signed parts,
signed parts without verifiable signatures and failures to set up the
crypto machinery for verification.
* SEE ALSO
{{{man-link(mu,1)}}}