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