mbsync: correct and improve comment in masterPattern description

This commit is contained in:
Karl Hallsby 2020-06-27 02:24:35 +02:00
parent 941c4771ca
commit 8d899802b7

View file

@ -55,8 +55,10 @@ let
default = ""; default = "";
example = "[Gmail]/Sent Mail"; example = "[Gmail]/Sent Mail";
description = '' description = ''
Regular expression pattern for which mailboxes on the remote mail server IMAP4 patterns for which mailboxes on the remote mail server to sync.
to sync. If <literal>Patterns</literal> are specified, <literal>masterPattern</literal>
is interpreted as a prefix which is not matched against the patterns,
and is not affected by mailbox list overrides.
</para><para> </para><para>
If this is left as the default, then mbsync will default to the pattern If this is left as the default, then mbsync will default to the pattern
<literal>INBOX</literal>. <literal>INBOX</literal>.