This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 7d6e6f39289d4c71075f00ceee6e8aa86a77bd95 Author: Andy Tan <[email protected]> AuthorDate: Mon May 25 09:06:59 2020 +0200 Fix a Typo in WebAdmin documentation --- src/site/markdown/server/manage-webadmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 5e6435e..43b3f26 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -491,7 +491,7 @@ Rerunning the task will *eventually* provide the consistent result. As such we a In order to ensure being offline, stop the traffic on SMTP, JMAP and IMAP ports, for example via re-configuration or firewall rules. -`trustMessageProjection` query parameter can be set to `true`. Cpntent of `messageIdTable` (listing messages by their +`trustMessageProjection` query parameter can be set to `true`. Content of `messageIdTable` (listing messages by their mailbox context) table will be trusted and not compared against content of `imapUidTable` table (listing messages by their messageId mailbox independent identifier). This will result in a better performance running the task at the cost of safety in the face of message denormalization inconsistencies. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
