Updating muttrc.sh with hostnames

This commit is contained in:
Hunter Haugen 2012-03-07 15:47:28 -07:00
parent 6427cf0ee6
commit b3ebffa128

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ x$HOST = xcz ] ; then
if [ x"$HOST" = "xcz.local" ] ; then
echo 'set imap_user="hunter@puppetlabs.com"'
#set imap_pass="password"
@ -8,8 +8,8 @@ if [ x$HOST = xcz ] ; then
echo 'set folder="imaps://imap.gmail.com:993"'
echo 'set spoolfile="+INBOX"'
#set postponed="+[Gmail]/Drafts"
#set record="+[Gmail]/Sent Mail"
set postponed="+[Gmail]/Drafts"
set record="+[Gmail]/Sent Mail"
else
# IMAP
echo 'set imap_user="hunner"'