add LUUGmail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set from = "paulsw.pw@gmail.com"
|
||||
set from = "paulsw.pw@gmail.com"
|
||||
set sendmail = "/usr/bin/msmtp -a gmail"
|
||||
set mbox = "+gmail/archive"
|
||||
set mbox = "+gmail/archive"
|
||||
set postponed = "+gmail/drafts"
|
||||
|
||||
color status red default
|
||||
|
||||
7
mutt/accounts/vtluug
Normal file
7
mutt/accounts/vtluug
Normal file
@@ -0,0 +1,7 @@
|
||||
set from = "pew@vtluug.org"
|
||||
set imap_user = pew
|
||||
set sendmail = "/usr/bin/msmtp -a vtluug"
|
||||
set mbox = "+vtluug/archive"
|
||||
set postponed = "+vtluug/drafts"
|
||||
|
||||
color status red default
|
||||
8
mutt/msmtp.log
Normal file
8
mutt/msmtp.log
Normal file
@@ -0,0 +1,8 @@
|
||||
Nov 22 16:36:32 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=ocvt-officers-g@vt.edu mailsize=2822 smtpstatus=250 smtpmsg='250 2.0.0 OK 1511386642 l200sm2445213itl.36 - gsmtp' exitcode=EX_OK
|
||||
Dec 05 19:47:47 host=587 tls=on auth=on user=pew from=pew@vtluug.org recipients=giggybyte@vt.edu errormsg='cannot connect to 587, port 25: Invalid argument' exitcode=EX_TEMPFAIL
|
||||
Dec 05 19:49:18 host=587 tls=on auth=on user=pew from=pew@vtluug.org recipients=paul@walko.org errormsg='cannot connect to 587, port 25: Invalid argument' exitcode=EX_TEMPFAIL
|
||||
Dec 05 19:51:19 host=465 tls=on auth=on user=pew from=pew@vtluug.org recipients=paul@walko.org errormsg='cannot connect to 465, port 25: Invalid argument' exitcode=EX_TEMPFAIL
|
||||
Dec 05 19:52:20 host=587 tls=on auth=on user=pew from=pew@vtluug.org recipients=paul@walko.org errormsg='cannot connect to 587, port 25: Invalid argument' exitcode=EX_TEMPFAIL
|
||||
Dec 05 19:53:34 host=587 tls=on auth=on user=pew from=pew@vtluug.org recipients=paul@walko.org errormsg='cannot connect to 587, port 25: Invalid argument' exitcode=EX_TEMPFAIL
|
||||
Dec 05 19:53:42 host=acidburn.vtluug.org tls=on auth=on user=pew from=pew@vtluug.org recipients=paul@walko.org mailsize=65 smtpstatus=250 smtpmsg='250 2.0.0 Ok: queued as E0EF1140102' exitcode=EX_OK
|
||||
Dec 05 19:54:46 host=acidburn.vtluug.org tls=on auth=on user=pew from=pew@vtluug.org recipients=dws@vt.edu mailsize=289 smtpstatus=250 smtpmsg='250 2.0.0 Ok: queued as 5D21A140102' exitcode=EX_OK
|
||||
20
mutt/muttrc
20
mutt/muttrc
@@ -2,16 +2,16 @@
|
||||
set realname = "Paul Walko"
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set sendmail_wait = 0
|
||||
set editor = "vim"
|
||||
set editor = "vim"
|
||||
|
||||
# General things
|
||||
set folder = ~/.mail
|
||||
set folder = ~/.mail
|
||||
set mailcap_path = ~/.mutt/mailcap
|
||||
set tmpdir = ~/Desktop/temp
|
||||
set tmpdir = ~/Desktop/temp
|
||||
|
||||
set wait_key = no
|
||||
set mbox_type = Maildir
|
||||
set timeout = 3
|
||||
set timeout = 3
|
||||
set mail_check = 0
|
||||
unset move
|
||||
set delete
|
||||
@@ -45,9 +45,10 @@ bind attach <return> view-mailcap
|
||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
||||
|
||||
# Account Settings
|
||||
set spoolfile = "+vt/INBOX"
|
||||
set spoolfile = "+vtluug/INBOX"
|
||||
|
||||
mailboxes +vt/INBOX \
|
||||
mailboxes +vtluug/INBOX \
|
||||
+vt/INBOX \
|
||||
+walko/INBOX \
|
||||
+gmail/INBOX \
|
||||
+vt/9_fall17 \
|
||||
@@ -60,6 +61,7 @@ mailboxes +vt/INBOX \
|
||||
+gmail/0_updates \
|
||||
+gmail/1_social \
|
||||
|
||||
folder-hook vt/* source ~/.mutt/accounts/vt
|
||||
folder-hook walko/* source ~/.mutt/accounts/walko
|
||||
folder-hook gmail/* source ~/.mutt/accounts/gmail
|
||||
folder-hook vt/* source ~/.mutt/accounts/vt
|
||||
folder-hook walko/* source ~/.mutt/accounts/walko
|
||||
folder-hook gmail/* source ~/.mutt/accounts/gmail
|
||||
folder-hook vtluug/* source ~/.mutt/accounts/vtluug
|
||||
|
||||
Reference in New Issue
Block a user