Breaking mail stuff

master
Dustin Swan 11 years ago
parent de7daa29f4
commit a95ed2dabf

@ -1,10 +1,10 @@
IMAPAccount gmail IMAPAccount gmail
Host imap.gmail.com Host imap.gmail.com
User dustinswan@gmail.com User dustinswan@gmail.com
# PassCmd "gpg -d ~/.gmail-password.gpg" PassCmd "gpg -d ~/.gmail-password.gpg"
# SSL # SSL
UseIMAPS yes UseIMAPS yes
CertificateFile ~/.mail/gmail.pem #CertificateFile ~/.mail/gmail.pem
IMAPStore gmail-remote IMAPStore gmail-remote
Account gmail Account gmail
@ -17,7 +17,7 @@ Channel gmail
Master :gmail-remote: Master :gmail-remote:
Slave :gmail-local: Slave :gmail-local:
# Include everything # Include everything
# Patterns * Patterns *
# Automatically create missing mailboxes, both locally and on the server # Automatically create missing mailboxes, both locally and on the server
Create Both Create Both
# Expunge Both # Expunge Both

@ -5,17 +5,17 @@ protocol smtp
auth on auth on
from dustinswan@gmail.com from dustinswan@gmail.com
user dustinswan@gmail.com user dustinswan@gmail.com
passwordeval gpg --no-tty -d ~/.gmail_password.gpg passwordeval gpg -d ~/.gmail-password.gpg
tls on tls on
tls_trust_file ~/.mutt/gmail_cert #tls_trust_file ~/.mutt/gmail_cert
account DswanIOCOM #account DswanIOCOM
host secure.emailsrvr.com #host secure.emailsrvr.com
port 587 #port 587
protocol smtp #protocol smtp
auth on #auth on
from dswan@iocom.com #from dswan@iocom.com
user dswan@insors.com #user dswan@insors.com
passwordeval gpg --no-tty -d ~/.iocom_password.gpg #passwordeval gpg --no-tty -d ~/.iocom_password.gpg
account default : DustinswanGmail account default : DustinswanGmail

@ -46,13 +46,13 @@ set sort = threads
set sort_aux = reverse-last-date-received set sort_aux = reverse-last-date-received
# Sidebar # Sidebar
set sidebar_delim = ' │' #set sidebar_delim = ' │'
set sidebar_visible = yes #set sidebar_visible = yes
set sidebar_width = 50 #set sidebar_width = 50
# color sidebar_new color221 color233 ## color sidebar_new color221 color233
bind index <down> sidebar-next #bind index <down> sidebar-next
bind index <up> sidebar-prev #bind index <up> sidebar-prev
bind index <right> sidebar-open #bind index <right> sidebar-open
# Status Bar # Status Bar
#set status_chars = " *&A" #set status_chars = " *&A"

Loading…
Cancel
Save