diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /.mutt/.muttrc | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip |
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to '')
-rw-r--r-- | .mutt/.muttrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.mutt/.muttrc b/.mutt/.muttrc index 1d60b8e..b79b5bb 100644 --- a/.mutt/.muttrc +++ b/.mutt/.muttrc @@ -2,12 +2,15 @@ set imap_keepalive = 900 set timeout=60 set move = no +set ssl_starttls=yes +set ssl_force_tls=yes folder-hook 'account.gmail' 'source ~/.mutt/account.gmail' folder-hook 'account.self' 'source ~/.mutt/account.self' # default account -source ~/.mutt/account.gmail +source ~/.mutt/account.self +# source ~/.mutt/account.gmail macro index <f2> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.self<enter><change-folder>!<enter>' macro index <f3> '<sync-mailbox><refresh><enter-command>source ~/.mutt/account.gmail<enter><change-folder>!<enter>' |