From 97a6961db283dfcc4b7275a513d485dc32061269 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 26 Jun 2020 20:41:25 +0200 Subject: [PATCH] mbsync: provide examples of master/slave patterns for channels --- modules/programs/mbsync-accounts.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/mbsync-accounts.nix b/modules/programs/mbsync-accounts.nix index 883e46c4..3d3a4489 100644 --- a/modules/programs/mbsync-accounts.nix +++ b/modules/programs/mbsync-accounts.nix @@ -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