From b3ebffa128cb022a8f24a95b9e9afba6703bcca0 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 7 Mar 2012 15:47:28 -0700 Subject: [PATCH] Updating muttrc.sh with hostnames --- .muttrc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.muttrc.sh b/.muttrc.sh index 85772d5..bd24cb7 100755 --- a/.muttrc.sh +++ b/.muttrc.sh @@ -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"'