From dfe587fdeb75a59a131476ba7f544ab139c62409 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Thu, 14 Mar 2024 20:29:52 +0100 Subject: [PATCH] prevent the help output of the reparse subcommand from appearing as a title in the generated documentation --- doc.go | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index ecf8dad..bc134f2 100644 --- a/doc.go +++ b/doc.go @@ -969,7 +969,7 @@ refetch messages. # mox reparse -# Parse all messages in the account or all accounts again +Parse all messages in the account or all accounts again. Can be useful after upgrading mox with improved message parsing. Messages are parsed in batches, so other access to the mailboxes/messages are not blocked diff --git a/main.go b/main.go index 78a7195..ae338be 100644 --- a/main.go +++ b/main.go @@ -3023,7 +3023,7 @@ func ctlcmdFixmsgsize(ctl *ctl, account string) { func cmdReparse(c *cmd) { c.params = "[account]" - c.help = `Parse all messages in the account or all accounts again + c.help = `Parse all messages in the account or all accounts again. Can be useful after upgrading mox with improved message parsing. Messages are parsed in batches, so other access to the mailboxes/messages are not blocked