mbsync: provide examples of master/slave patterns for channels
This commit is contained in:
parent
c072526cfa
commit
97a6961db2
|
@ -53,6 +53,7 @@ let
|
||||||
masterPattern = mkOption {
|
masterPattern = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
|
example = "[Gmail]/Sent Mail";
|
||||||
description = ''
|
description = ''
|
||||||
Regular expression pattern for which mailboxes on the remote mail server
|
Regular expression pattern for which mailboxes on the remote mail server
|
||||||
to sync.
|
to sync.
|
||||||
|
@ -65,6 +66,7 @@ let
|
||||||
slavePattern = mkOption {
|
slavePattern = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
|
example = "Sent";
|
||||||
description = ''
|
description = ''
|
||||||
Name for where mail coming from the master mail server will end up
|
Name for where mail coming from the master mail server will end up
|
||||||
locally. The mailbox specified by the master's pattern will be placed
|
locally. The mailbox specified by the master's pattern will be placed
|
||||||
|
|
Loading…
Reference in a new issue