diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-07-06 19:50:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-07-07 04:01:55 +0200 |
commit | 550f778dbcb84a9aa67732b1fff0191b55bea24c (patch) | |
tree | 01058d5e892ce17a3d5732eb26e33db19c4ddd0b /interimap.sample | |
parent | 4b61d5e13773bf8bf25537f28d1a42f7c6473b75 (diff) |
interimap: clarify that 'ignore-mailbox' is matched against internal names.
That is, without leading reference, and where the hierarchy delimiter is
replaced with null characters.
/!\ This changes breaks backward compatibility!
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/interimap.sample b/interimap.sample index f771e54..2433563 100644 --- a/interimap.sample +++ b/interimap.sample @@ -1,7 +1,12 @@ #database = imap.example.org.db -#list-mailbox = "*" + +# only consider subscribed mailboxes list-select-opts = SUBSCRIBED -ignore-mailbox = ^virtual/ +#list-mailbox = "*" + +# ignore the mailbox named 'virtual' and its descendants +ignore-mailbox = ^virtual(?:\x00|$) + [local] type = tunnel |