From 485b5a0c47d0572c398de15a86ec4127f662a920 Mon Sep 17 00:00:00 2001 From: "chawley (hannibal)" Date: Wed, 20 Dec 2017 14:04:11 -0500 Subject: [PATCH] Removed ssh_config and addd mutt/muttrc --- .mutt/.mutt | 1 + .mutt/muttrc.local. | 1 + .mutt/muttrc.local.planethawleywood | 26 ++++++++++ .mutt/muttrc.local.spool | 4 ++ .muttrc | 74 +++++++++++++++++++++++++++++ .ssh/config | 60 ----------------------- 6 files changed, 106 insertions(+), 60 deletions(-) create mode 120000 .mutt/.mutt create mode 120000 .mutt/muttrc.local. create mode 100644 .mutt/muttrc.local.planethawleywood create mode 100644 .mutt/muttrc.local.spool create mode 100644 .muttrc delete mode 100644 .ssh/config diff --git a/.mutt/.mutt b/.mutt/.mutt new file mode 120000 index 0000000..5b9cd0f --- /dev/null +++ b/.mutt/.mutt @@ -0,0 +1 @@ +.mutt \ No newline at end of file diff --git a/.mutt/muttrc.local. b/.mutt/muttrc.local. new file mode 120000 index 0000000..cde1d5a --- /dev/null +++ b/.mutt/muttrc.local. @@ -0,0 +1 @@ +muttrc.local.spool \ No newline at end of file diff --git a/.mutt/muttrc.local.planethawleywood b/.mutt/muttrc.local.planethawleywood new file mode 100644 index 0000000..31ce527 --- /dev/null +++ b/.mutt/muttrc.local.planethawleywood @@ -0,0 +1,26 @@ +set realname="Chuck Hawley" +set from="chuck@planethawleywood.com" +set use_from=yes + +# IMAP config. Hints from: http://dev.mutt.org/trac/wiki/MuttGuide/UseIMAP +set spoolfile="imaps://chuck@planethawleywood.com@planethawleywood.com/INBOX" +# # Define the = shortcut, and the entry point for the folder browser (c?) +set folder="imaps://chuck@planethawleywood.com@planethawleywood.com/INBOX" +set record="=Sent" +set postponed="=Drafts" +# activate TLS if available on the server +set ssl_starttls=yes +# always use SSL when connecting to a server +set ssl_force_tls=yes +# Don't wait to enter mailbox manually +unset imap_passive +# Automatically poll subscribed mailboxes for new mail (new in 1.5.11) +set imap_check_subscribed +# Reduce polling frequency to a sane level +set mail_check=60 +# And poll the current mailbox more often (not needed with IDLE in post 1.5.11) +set timeout=10 +# keep a cache of headers for faster loading (1.5.9+?) +set header_cache=~/.hcache +# Display download progress every 5K +set net_inc=5 diff --git a/.mutt/muttrc.local.spool b/.mutt/muttrc.local.spool new file mode 100644 index 0000000..6be34b8 --- /dev/null +++ b/.mutt/muttrc.local.spool @@ -0,0 +1,4 @@ +set realname="Chuck Hawley" +set from="chuck@planethawleywood.com" +set use_from=yes + diff --git a/.muttrc b/.muttrc new file mode 100644 index 0000000..ef49a13 --- /dev/null +++ b/.muttrc @@ -0,0 +1,74 @@ +set mail_check=5 # mutt checks for new mails on every keystroke + # but not more often then once in 5 seconds +set beep_new # beep on new messages in the mailboxes + +# set editor - turn on spell check +set editor="vim -c \"set spell spelllang=en\"" + +#Signature +set signature="~/.signature" + +# Set a pager index +set pager_index_lines=5 + +# Show or suppress headers: +ignore * +unignore date: time: from: subject: to: cc: +hdr_order date: time: to: cc: from: subject: + +# Make new mail more noticeable +color index yellow default ~N + +# Some other colors +color index red black ~D # Deleted messages are RED +color index magenta black ~T # Tagged Messages are MAGENTA + +# Date Format +# set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z" +set date_format="!%Y/%m/%d %I:%M %Z" + +# Index format that displays X-Label contents +set index_format="%S %D %-20.20F %-30.30s %-20.20t" + +# Key Bindings +# +bind pager k previous-line +bind pager j next-line +bind pager n next-undeleted +bind pager p previous-undeleted + + +# Aliases +macro pager \cb 'urlview' 'Follow links' +alias cantolik Christopher Antolik +alias nannoor Nadine An-Noor +alias smhoward Shaundra Howard +alias lpiccolomini Leslie Piccolomini +alias kodonnell Kevin O\'Donnell +alias bdelly Brandon Delly +alias pfox Paul Fox +alias tpulling Tarah Pulling +alias VDevese \"Devese, Veronica\" +alias dkaleal Donna Kaleal +alias rgheen Rose Gheen +alias jpo Jonathan Po +alias jkable John Kable III +alias cptpa Thomas Arnaut +alias rshobert Ronald Shobert +alias breid Bob Reid +alias ezupancic Elizabeth Zupancic +alias kkozer Keith Kozer +alias mzeigler Major Zeigler +alias ereilly Eleanor Reilly +alias pwpac Paul Cianchetti +alias aharvey Adam Harvey +alias ddavtovich Debbie Davtovich +alias jbitterman James Bitterman +alias dmichalosky Donald Michalosky +alias EWelch Ellen M Welch +alias marmbruster Mark Armbruster +alias chaines Cishma Haines +alias aedens Aaron Edens + +# Idea for multiple profile implementation from http://www.8t8.us/mutt/ +source ~/.mutt/muttrc.local.$LOCAL_CONFIG diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 35874a0..0000000 --- a/.ssh/config +++ /dev/null @@ -1,60 +0,0 @@ -ServerAliveInterval 60 - -Host shawshank -Hostname 192.168.0.208 -Port 22 -User chawley - -Host aristotle -Hostname 192.168.0.212 -Port 3141 -User chawley - -Host frank -Hostname 192.168.0.206 -Port 22 -User chawley - -Host overlook -Hostname 192.210.231.189 -Port 22 -User root - -Host ludlow -Hostname 45.61.157.144 -Port 22 -User root - -Host devious -Hostname devio.us -Port 22 -User crh0831 - -Host julia -Hostname 23.249.99.85 -Port 22 -User chawley - -Host hannibal -Hostname 192.168.0.220 -Port 22 -User chawley - - -### PDM - -Host ladmin -Hostname 206.183.8.210 -Port 22 -User root - -Host ladmin-proxy -Hostname 206.183.8.210 -User root -Port 22 -ProxyCommand ssh -W %h:%p phaedrus - -Host *.zion.eprecisiondialogue.com -User root -Port 22 -ProxyCommand ssh ladmin -W %h:%p