Skip to content

Instantly share code, notes, and snippets.

@colemickens
Created October 20, 2020 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemickens/e57b4781d8cb34f7ab5adbc4ecc551ff to your computer and use it in GitHub Desktop.
Save colemickens/e57b4781d8cb34f7ab5adbc4ecc551ff to your computer and use it in GitHub Desktop.
[accounts]
[accounts.test_gcal_api__gmail_com]
format = "imap"
identity = "test.gcal.api@gmail.com"
root_mailbox = "$HOME/.local/share/meli/test_gcal_api__gmail_com"
server_hostname = "imap.gmail.com"
server_password_command = "/nix/store/w9wc0d31p4z93cbgxijws03j5s2c4gyf-coreutils-8.31/bin/cat /run/secrets/gmail-meli-pw.txt"
server_port = 993
server_username = "test.gcal.api@gmail.com"
use_starttls = true
[composing]
editor_command = "${EDITOR} +/^$"
[composing.send_mail]
hostname = "smtp.gmail.com"
port = 587
[composing.send_mail.auth]
type = "auto"
username = "test.gcal.api@gmail.com"
[composing.send_mail.auth.password]
type = "command_eval"
value = "/nix/store/w9wc0d31p4z93cbgxijws03j5s2c4gyf-coreutils-8.31/bin/cat /run/secrets/gmail-meli-pw.txt"
[composing.send_mail.security]
type = "STARTTLS"
[notifications]
script = "/nix/store/2bqx02vj16sml5gi8m2acs4g8jmmfajd-libnotify-0.7.9/bin/notify-send"
[pager]
filter = "COLUMNS=72 /nix/store/ccszr37xn6hi8aigb84jpjjq38qy23hc-python3.8-Pygments-2.6.1/bin/pygmentize -l email"
html_filter = "/nix/store/nsqx9h3gmi37l1xih4vjdwm7p6nyv593-w3m-0.5.3+git20190105/bin/w3m -I utf-8 -T text/html"
[shortcuts]
[shortcuts.composing]
edit_mail = "e"
[shortcuts.listing]
new_mail = "m"
set_seen = "m"
[terminal]
theme = "dark"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment