mirror of
https://github.com/mjl-/mox.git
synced 2025-01-14 01:06:27 +03:00
prevent the help output of the reparse subcommand from appearing as a title in the generated documentation
This commit is contained in:
parent
2c9cb5b847
commit
dfe587fdeb
2 changed files with 2 additions and 2 deletions
2
doc.go
2
doc.go
|
@ -969,7 +969,7 @@ refetch messages.
|
||||||
|
|
||||||
# mox reparse
|
# 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
|
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
|
parsed in batches, so other access to the mailboxes/messages are not blocked
|
||||||
|
|
2
main.go
2
main.go
|
@ -3023,7 +3023,7 @@ func ctlcmdFixmsgsize(ctl *ctl, account string) {
|
||||||
|
|
||||||
func cmdReparse(c *cmd) {
|
func cmdReparse(c *cmd) {
|
||||||
c.params = "[account]"
|
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
|
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
|
parsed in batches, so other access to the mailboxes/messages are not blocked
|
||||||
|
|
Loading…
Reference in a new issue