Created
October 20, 2020 11:04
-
-
Save colemickens/e57b4781d8cb34f7ab5adbc4ecc551ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[accounts] | |
[accounts.test_gcal_api__gmail_com] | |
format = "imap" | |
identity = "[email protected]" | |
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 = "[email protected]" | |
use_starttls = true | |
[composing] | |
editor_command = "${EDITOR} +/^$" | |
[composing.send_mail] | |
hostname = "smtp.gmail.com" | |
port = 587 | |
[composing.send_mail.auth] | |
type = "auto" | |
username = "[email protected]" | |
[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