|
|
@ -12,7 +12,7 @@ |
|
|
|
#root_mailbox = "/path/to/root/mailbox" |
|
|
|
#format = "Maildir" |
|
|
|
#index_style = "Conversations" # or [plain, threaded, compact] |
|
|
|
#identity="email@address.tld" |
|
|
|
#identity="email@example.com" |
|
|
|
#display_name = "Name" |
|
|
|
#subscribed_mailboxes = ["INBOX", "INBOX/Sent", "INBOX/Drafts", "INBOX/Junk"] |
|
|
|
# |
|
|
@ -33,14 +33,14 @@ |
|
|
|
#[accounts."imap"] |
|
|
|
#root_mailbox = "INBOX" |
|
|
|
#format = "imap" |
|
|
|
#server_hostname="mail.server.tld" |
|
|
|
#server_hostname="mail.example.com" |
|
|
|
#server_password="pha2hiLohs2eeeish2phaii1We3ood4chakaiv0hien2ahie3m" |
|
|
|
#server_username="username@server.tld" |
|
|
|
#server_username="username@example.com" |
|
|
|
#server_port="993" # imaps |
|
|
|
#server_port="143" # STARTTLS |
|
|
|
#use_starttls=true #optional |
|
|
|
#index_style = "Conversations" |
|
|
|
#identity = "username@server.tld" |
|
|
|
#identity = "username@example.com" |
|
|
|
#display_name = "Name Name" |
|
|
|
### match every mailbox: |
|
|
|
#subscribed_mailboxes = ["*" ] |
|
|
@ -52,13 +52,13 @@ |
|
|
|
#root_mailbox = "/path/to/folder" # where .notmuch/ directory is located |
|
|
|
#format = "notmuch" |
|
|
|
#index_style = "conversations" |
|
|
|
#identity="username@server.tld" |
|
|
|
#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@server.tld from:username2@server.tld", subscribe = true } |
|
|
|
# "Sent" = { query="from:username@example.com from:username2@example.com", subscribe = true } |
|
|
|
# |
|
|
|
## Setting up a Gmail account |
|
|
|
#[accounts."gmail"] |
|
|
@ -69,7 +69,7 @@ |
|
|
|
#server_username="username@gmail.com" |
|
|
|
#server_port="993" |
|
|
|
#index_style = "Conversations" |
|
|
|
#identity = "username@server.tld" |
|
|
|
#identity = "username@gmail.com" |
|
|
|
#display_name = "Name Name" |
|
|
|
### match every mailbox: |
|
|
|
#subscribed_mailboxes = ["*" ] |
|
|
@ -123,7 +123,7 @@ |
|
|
|
#[composing] |
|
|
|
##required for sending e-mail |
|
|
|
#send_mail = 'msmtp --read-recipients --read-envelope-from' |
|
|
|
##send_mail = { hostname = "smtp.mail.tld", port = 587, auth = { type = "auto", username = "user", password = { type = "command_eval", value = "gpg2 --no-tty -q -d ~/.passwords/user.gpg" } }, security = { type = "STARTTLS" } } |
|
|
|
##send_mail = { hostname = "smtp.example.com", port = 587, auth = { type = "auto", username = "user", password = { type = "command_eval", value = "gpg2 --no-tty -q -d ~/.passwords/user.gpg" } }, security = { type = "STARTTLS" } } |
|
|
|
#editor_command = 'vim +/^$' # optional, by default $EDITOR is used. |
|
|
|
# |
|
|
|
# |
|
|
|