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

@ -24,7 +24,7 @@
#include "mu-maildir.hh"
#include "message/mu-message-file.hh"
#include <unistd.h>
#include <unistd.h>
using namespace Mu;
@ -228,7 +228,7 @@ test_move_real()
const auto src{join_paths(testpath, "cur", "1220863042.12663_1.mindcrime!2,S")};
{
auto store = Store::make_new(dbpath, testpath, {});
assert_valid_result(res);
assert_valid_result(store);
g_assert_true(store->indexer().start({}, true/*block*/));
}