Doc: add glob for subscribed_folders field info

jmap
Manos Pitsidianakis 2019-11-24 20:44:24 +02:00
parent 1df7a35f0f
commit 02aa666845
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
2 changed files with 8 additions and 2 deletions

View File

@ -51,7 +51,7 @@ root_folder = "/path/to/root/folder"
format = "Maildir"
index_style = "Compact"
identity="email@address.tld"
subscribed_folders = ["folder", "folder/Sent"]
subscribed_folders = ["folder", "folder/Sent"] # or [ "*", ] for all folders
display_name = "Name"
# Set folder-specific settings
@ -99,7 +99,10 @@ the backend-specific path of the root_folder, usually INBOX.
.It Ic format Ar String Op maildir mbox imap notmuch
the format of the mail backend.
.It Ic subscribed_folders Ar [String,]
an array of folder paths to display in the UI. Paths are relative to the root folder (eg "INBOX/Sent", not "Sent")
an array of folder paths to display in the UI. Paths are relative to the root folder (eg "INBOX/Sent", not "Sent").
The glob wildcard
.Em \&*
can be used to match every folder name and path.
.It Ic identity Ar String
your e-mail address that is inserted in the From: headers of outgoing mail
.It Ic index_style Ar String

View File

@ -37,6 +37,9 @@
#index_style = "Conversations"
#identity = "username@server.tld"
#display_name = "Name Name"
## match every folder:
#subscribed_folders = ["*" ]
## match specific folders:
#subscribed_folders = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"]
# Setting up an account for an already existing notmuch database