diff options
author | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2021-01-13 20:59:23 +0200 |
---|---|---|
committer | Manos Pitsidianakis <el13635@mail.ntua.gr> | 2021-01-15 16:41:40 +0200 |
commit | bcca9abe66ee86f3e0a0b58fc5641cd66d9e4247 (patch) | |
tree | 4a8ff0ab4c87281be4889179b78166233866fcdf /docs/samples | |
parent | 24b4c117e7e8c7a4737d1b7e1b461e29734b5c99 (diff) | |
download | meli-bcca9abe66ee86f3e0a0b58fc5641cd66d9e4247.zip |
docs: Use example.com in documentation
Closes #96
Diffstat (limited to 'docs/samples')
-rw-r--r-- | docs/samples/sample-config.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/samples/sample-config.toml b/docs/samples/sample-config.toml index d2062c52..58ff1134 100644 --- a/docs/samples/sample-config.toml +++ b/docs/samples/sample-config.toml @@ -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. # # |