mu-server man page: Correct documentation about status reporting

This 500 number was correct in v0.9.7-pre-302-g858552a, but since
v0.9.8.2-41-gc2e3eac it's been hardcoded to 1000 in the server code.

See also issue #715 and issue #716.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2015-12-08 20:52:14 +01:00
parent 899253359b
commit d276b393af
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ registers 'my' email addresses; see the documentation for
.nf
-> cmd:index path:<path> [my-addresses:<comma-separated-list-of-email-addresses>]
.fi
As a response, it will send (for each 500 messages):
As a response, it will send (for each 1000 messages):
.nf
(:info index :status running :processed <processed> :updated <updated>)
.fi