1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-01 02:37:27 +02:00

mbsync: provide examples of master/slave patterns for channels

This commit is contained in:
Karl Hallsby 2020-06-26 20:41:25 +02:00
parent c072526cfa
commit 97a6961db2

View file

@ -53,6 +53,7 @@ let
masterPattern = mkOption {
type = types.str;
default = "";
example = "[Gmail]/Sent Mail";
description = ''
Regular expression pattern for which mailboxes on the remote mail server
to sync.
@ -65,6 +66,7 @@ let
slavePattern = mkOption {
type = types.str;
default = "";
example = "Sent";
description = ''
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