summaryrefslogtreecommitdiffstats
path: root/meli.conf.5
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-20 14:49:02 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-20 14:49:02 +0300
commit1db2c16f95cf27d3599f7f021f68b3b2d549fda7 (patch)
treec33242caf6b842187dab168f6a414b8c738d5651 /meli.conf.5
parent674073899d9a49df61683dee5190ef5504555d1a (diff)
mbox: add support for multiple mbox mailboxes in config
Concerns #9
Diffstat (limited to 'meli.conf.5')
-rw-r--r--meli.conf.511
1 files changed, 11 insertions, 0 deletions
diff --git a/meli.conf.5 b/meli.conf.5
index ac09e04b..926330d3 100644
--- a/meli.conf.5
+++ b/meli.conf.5
@@ -257,6 +257,17 @@ Valid values are:
.\" default value
.Pq Em auto
.El
+to set multiple mailboxes, you have to explicitly state the mailboxes you want in the
+.Ic mailboxes
+field and set the
+.Ar path
+property to each of them.
+Example:
+.Bd -literal
+[accounts.mbox]
+format = "mbox"
+mailboxes."Python mailing list" = { path = "~/.mail/python.mbox", subscribe = true, autoload = true }
+.Ed
.Sh mailboxes
.Bl -tag -width 36n
.It Ic alias Ar String