'nother typo

master
Paul Walko 2018-07-02 00:00:33 -04:00
parent 2d87eb80d9
commit e9df1718ba
5 changed files with 101 additions and 102 deletions

View File

@ -38,3 +38,7 @@ Feb 12 20:36:20 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul
Feb 12 22:09:01 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com smtpstatus=552 smtpmsg='552-5.2.3 Your message exceeded Google?s message size limits. Please visit\n552-5.2.3 https://support.google.com/mail/?p=MaxSizeError to view our size\n552 5.2.3 guidelines. f128sm6573169qkc.36 - gsmtp' errormsg='the server did not accept the mail' exitcode=EX_UNAVAILABLE Feb 12 22:09:01 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com smtpstatus=552 smtpmsg='552-5.2.3 Your message exceeded Google?s message size limits. Please visit\n552-5.2.3 https://support.google.com/mail/?p=MaxSizeError to view our size\n552 5.2.3 guidelines. f128sm6573169qkc.36 - gsmtp' errormsg='the server did not accept the mail' exitcode=EX_UNAVAILABLE
Feb 18 02:27:17 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com mailsize=4173893 smtpstatus=250 smtpmsg='250 2.0.0 OK 1518938837 g8sm16696689qta.30 - gsmtp' exitcode=EX_OK Feb 18 02:27:17 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com mailsize=4173893 smtpstatus=250 smtpmsg='250 2.0.0 OK 1518938837 g8sm16696689qta.30 - gsmtp' exitcode=EX_OK
Feb 18 02:40:53 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com mailsize=14561468 smtpstatus=250 smtpmsg='250 2.0.0 OK 1518939653 v57sm14608249qtv.7 - gsmtp' exitcode=EX_OK Feb 18 02:40:53 host=smtp.gmail.com tls=on auth=on user=paul@walko.org from=paul@walko.org recipients=irye788asba679@hpeprint.com mailsize=14561468 smtpstatus=250 smtpmsg='250 2.0.0 OK 1518939653 v57sm14608249qtv.7 - gsmtp' exitcode=EX_OK
Jun 23 19:03:24 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paul@walko.org mailsize=2338 smtpstatus=250 smtpmsg='250 2.0.0 OK 1529795004 b38-v6sm9732180qta.96 - gsmtp' exitcode=EX_OK
Jun 23 19:05:57 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=echarlie@vt.edu mailsize=2046 smtpstatus=250 smtpmsg='250 2.0.0 OK 1529795157 15-v6sm5485534qtv.56 - gsmtp' exitcode=EX_OK
Jun 24 15:19:15 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=echarlie@vt.edu mailsize=2418 smtpstatus=250 smtpmsg='250 2.0.0 OK 1529867955 e62-v6sm5054565qkf.0 - gsmtp' exitcode=EX_OK
Jun 26 20:50:15 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=joshhull@vt.edu mailsize=73014 smtpstatus=250 smtpmsg='250 2.0.0 OK 1530060615 k129-v6sm1979241qkd.13 - gsmtp' exitcode=EX_OK

View File

@ -7,7 +7,7 @@ set editor = "vim"
# General things # General things
set folder = ~/.mail set folder = ~/.mail
set mailcap_path = ~/.mutt/mailcap set mailcap_path = ~/.mutt/mailcap
set tmpdir = ~/Desktop/temp set tmpdir = /tmp
set wait_key = no set wait_key = no
set mbox_type = Maildir set mbox_type = Maildir
@ -50,18 +50,13 @@ set spoolfile = "+vtluug/INBOX"
mailboxes +vtluug/INBOX \ mailboxes +vtluug/INBOX \
+vt/INBOX \ +vt/INBOX \
+walko/INBOX \ +walko/INBOX \
+gmail/INBOX \
+vt/9_fall17 \
+vt/A_vtluug \ +vt/A_vtluug \
+vt/B_ocvt \ +vt/B_ocvt \
+vt/N_misc.cisco \
+vt/Z_xen-devel \
+walko/0_updates \ +walko/0_updates \
+walko/1_social \ +walko/1_social \
+gmail/0_updates \ # +vt/N_misc.cisco \
+gmail/1_social \
folder-hook vt/* source ~/.mutt/accounts/vt folder-hook vt/* source ~/.mutt/accounts/vt
folder-hook walko/* source ~/.mutt/accounts/walko folder-hook walko/* source ~/.mutt/accounts/walko
folder-hook gmail/* source ~/.mutt/accounts/gmail #folder-hook gmail/* source ~/.mutt/accounts/gmail
folder-hook vtluug/* source ~/.mutt/accounts/vtluug folder-hook vtluug/* source ~/.mutt/accounts/vtluug

View File

@ -64,12 +64,12 @@ nametrans = lambda folder: {
'[Gmail]/Trash': 'trash', '[Gmail]/Trash': 'trash',
'[Gmail]/All Mail': 'archive', '[Gmail]/All Mail': 'archive',
}.get(folder, folder) }.get(folder, folder)
folderfilter = lambda folder: folder not in [ folderfilter = lambda folder: folder not in {
'[Gmail]/Trash', '[Gmail]/Trash',
'[Gmail]/Spam', '[Gmail]/Spam',
'[Gmail]/Important', '[Gmail]/Important',
'[Gmail]/Chats', '[Gmail]/Chats',
] }
## walko ## walko
[Repository walko-local] [Repository walko-local]
@ -99,11 +99,11 @@ nametrans = lambda folder: {
'[Gmail]/Trash': 'trash', '[Gmail]/Trash': 'trash',
'[Gmail]/All Mail': 'archive', '[Gmail]/All Mail': 'archive',
}.get(folder, folder) }.get(folder, folder)
folderfilter = lambda folder: folder not in [ folderfilter = lambda folder: folder not in {
'[Gmail]/Trash', '[Gmail]/Trash',
'[Gmail]/Important', '[Gmail]/Important',
'[Gmail]/Chats', '[Gmail]/Chats',
] }
## gmail ## gmail
[Repository gmail-local] [Repository gmail-local]
@ -133,12 +133,12 @@ nametrans = lambda folder: {
'[Gmail]/Trash': 'trash', '[Gmail]/Trash': 'trash',
'[Gmail]/All Mail': 'archive', '[Gmail]/All Mail': 'archive',
}.get(folder, folder) }.get(folder, folder)
folderfilter = lambda folder: folder not in [ folderfilter = lambda folder: folder not in {
'[Gmail]/Trash', '[Gmail]/Trash',
'[Gmail]/Spam', '[Gmail]/Spam',
'[Gmail]/Important', '[Gmail]/Important',
'[Gmail]/Chats', '[Gmail]/Chats',
] }
## vtluug ## vtluug
[Repository vtluug-local] [Repository vtluug-local]

3
vimrc
View File

@ -52,7 +52,7 @@ set shiftwidth=4
set expandtab set expandtab
"" Stupid backspace setting "" Stupid backspace setting
set backspace=2 "set backspace=2
"" Remember location in file "" Remember location in file
if has("autocmd") if has("autocmd")
@ -74,6 +74,7 @@ filetype plugin on
"" Ctags "" Ctags
set path+=;/ set path+=;/
set tags+=c_tags;/ set tags+=c_tags;/
set tags+=tags;/
" By default ^W ^] splits horizontal, so now ^] splits vertically " By default ^W ^] splits horizontal, so now ^] splits vertically
map <C-\> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> map <C-\> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>

View File

@ -5,5 +5,4 @@ xsetroot -cursor_name left_ptr
xbindkeys xbindkeys
xmodmap ~/.Xmodmap xmodmap ~/.Xmodmap
slack &
exec i3 exec i3