aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
commit47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch)
treed179f93bea23c81df424d8a5d45951116424e1d8 /.mutt
parenthaproxy,jabber,bitlbee (diff)
downloadscripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz
scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/.muttrc5
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>'