summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-05-02 15:44:39 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-05-02 17:03:56 +0300
commit2c23ca34cdee769a0f78a0b0ef934e5f20dd9567 (patch)
tree7a1848d42e0e519c5042a95d60363eeed3cd862c /docs
parent2eb22a290abb3f37bc77c3bc2771edfb60a1c314 (diff)
downloadmeli-2c23ca34cdee769a0f78a0b0ef934e5f20dd9567.zip
Update most Cargo dependencies
Diffstat (limited to 'docs')
-rw-r--r--docs/samples/sample-config.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/samples/sample-config.toml b/docs/samples/sample-config.toml
index 2b2e5e92..82c9747c 100644
--- a/docs/samples/sample-config.toml
+++ b/docs/samples/sample-config.toml
@@ -48,18 +48,18 @@
##subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"]
#
## Setting up an account for an already existing notmuch database
-#[accounts.notmuch]
-#root_mailbox = "/path/to/folder" # where .notmuch/ directory is located
-#format = "notmuch"
-#listing.index_style = "conversations"
-#identity="username@example.com"
-#display_name = "Name Name"
-# # notmuch mailboxes are virtual, they are defined by their alias and the notmuch query that corresponds to their content.
-# [accounts.notmuch.mailboxes]
-# "INBOX" = { query="tag:inbox", subscribe = true }
-# "Drafts" = { query="tag:draft", subscribe = true }
-# "Sent" = { query="from:username@example.com from:username2@example.com", subscribe = true }
-#
+##[accounts.notmuch]
+##root_mailbox = "/path/to/folder" # where .notmuch/ directory is located
+##format = "notmuch"
+##listing.index_style = "conversations"
+##identity="username@example.com"
+##display_name = "Name Name"
+## # notmuch mailboxes are virtual, they are defined by their alias and the notmuch query that corresponds to their content.
+## [accounts.notmuch.mailboxes]
+## "INBOX" = { query="tag:inbox", subscribe = true }
+## "Drafts" = { query="tag:draft", subscribe = true }
+## "Sent" = { query="from:username@example.com from:username2@example.com", subscribe = true }
+##
## Setting up a Gmail account
#[accounts."gmail"]
#root_mailbox = '[Gmail]'