diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-17 23:42:52 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-17 23:42:52 +0000 |
commit | fd581e368cdc26231605f380410c60c81e495934 (patch) | |
tree | 3bafb3f3d29b36cc0a3d4c851f7b27cc666d4ebd /.mutt/account.gmail | |
parent | switch between vim and tmux with c-w c-w. feels comfy. changed diasm into act... (diff) | |
download | scripts-fd581e368cdc26231605f380410c60c81e495934.tar.gz scripts-fd581e368cdc26231605f380410c60c81e495934.zip |
update for neomutt
Diffstat (limited to '')
-rw-r--r-- | .mutt/account.gmail | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.mutt/account.gmail b/.mutt/account.gmail new file mode 100644 index 0000000..f3fc94f --- /dev/null +++ b/.mutt/account.gmail @@ -0,0 +1,17 @@ +# vim: filetype=neomuttrc + +unmailboxes * +set from = 'thabogre@gmail.com' +set imap_user = 'thabogre@gmail.com' +source "gpg -d ~/scripts/mail.gmail.pass.gpg |" +set smtp_url = 'smtp://thabogre@smtp.gmail.com:587/' +set realname = 'farzad sadeghi' +set folder = 'imaps://imap.gmail.com:993' +set spoolfile = '+Inbox' +set postponed = '+Drafts' +set record = '+Sent' +set trash = '+Trash' +set header_cache = ~/.mutt/gmail/cache/headers +set message_cachedir = ~/.mutt/gmail/cache/bodies +set certificate_file = ~/.mutt/gmail/certificates +mailboxes "+Inbox" "+Drafts" "+Sent" "+Trash" |