mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:04:38 +03:00
prevent the help output of the reparse subcommand from appearing as a title in the generated documentation
This commit is contained in:
2
main.go
2
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
|
||||
|
Reference in New Issue
Block a user