Breaking mail stuff
This commit is contained in:
6
mbsyncrc
6
mbsyncrc
@@ -1,10 +1,10 @@
|
||||
IMAPAccount gmail
|
||||
Host imap.gmail.com
|
||||
User dustinswan@gmail.com
|
||||
# PassCmd "gpg -d ~/.gmail-password.gpg"
|
||||
PassCmd "gpg -d ~/.gmail-password.gpg"
|
||||
# SSL
|
||||
UseIMAPS yes
|
||||
CertificateFile ~/.mail/gmail.pem
|
||||
#CertificateFile ~/.mail/gmail.pem
|
||||
|
||||
IMAPStore gmail-remote
|
||||
Account gmail
|
||||
@@ -17,7 +17,7 @@ Channel gmail
|
||||
Master :gmail-remote:
|
||||
Slave :gmail-local:
|
||||
# Include everything
|
||||
# Patterns *
|
||||
Patterns *
|
||||
# Automatically create missing mailboxes, both locally and on the server
|
||||
Create Both
|
||||
# Expunge Both
|
||||
|
||||
20
msmtprc
20
msmtprc
@@ -5,17 +5,17 @@ protocol smtp
|
||||
auth on
|
||||
from dustinswan@gmail.com
|
||||
user dustinswan@gmail.com
|
||||
passwordeval gpg --no-tty -d ~/.gmail_password.gpg
|
||||
passwordeval gpg -d ~/.gmail-password.gpg
|
||||
tls on
|
||||
tls_trust_file ~/.mutt/gmail_cert
|
||||
#tls_trust_file ~/.mutt/gmail_cert
|
||||
|
||||
account DswanIOCOM
|
||||
host secure.emailsrvr.com
|
||||
port 587
|
||||
protocol smtp
|
||||
auth on
|
||||
from dswan@iocom.com
|
||||
user dswan@insors.com
|
||||
passwordeval gpg --no-tty -d ~/.iocom_password.gpg
|
||||
#account DswanIOCOM
|
||||
#host secure.emailsrvr.com
|
||||
#port 587
|
||||
#protocol smtp
|
||||
#auth on
|
||||
#from dswan@iocom.com
|
||||
#user dswan@insors.com
|
||||
#passwordeval gpg --no-tty -d ~/.iocom_password.gpg
|
||||
|
||||
account default : DustinswanGmail
|
||||
|
||||
14
mutt/muttrc
14
mutt/muttrc
@@ -46,13 +46,13 @@ set sort = threads
|
||||
set sort_aux = reverse-last-date-received
|
||||
|
||||
# Sidebar
|
||||
set sidebar_delim = ' │'
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 50
|
||||
# color sidebar_new color221 color233
|
||||
bind index <down> sidebar-next
|
||||
bind index <up> sidebar-prev
|
||||
bind index <right> sidebar-open
|
||||
#set sidebar_delim = ' │'
|
||||
#set sidebar_visible = yes
|
||||
#set sidebar_width = 50
|
||||
## color sidebar_new color221 color233
|
||||
#bind index <down> sidebar-next
|
||||
#bind index <up> sidebar-prev
|
||||
#bind index <right> sidebar-open
|
||||
|
||||
# Status Bar
|
||||
#set status_chars = " *&A"
|
||||
|
||||
Reference in New Issue
Block a user