From: Matthias Andree Date: Sun, 24 May 2009 11:31:06 +0000 (-0000) Subject: Further indentation fixes. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=a7185e65df26860554cf07e4bc6a12dc1e9b176d;p=~andy%2Ffetchmail Further indentation fixes. svn path=/branches/BRANCH_6-3/; revision=5310 --- diff --git a/contrib/fetchsetup b/contrib/fetchsetup index 99e250af..83223a11 100755 --- a/contrib/fetchsetup +++ b/contrib/fetchsetup @@ -68,13 +68,13 @@ PROCMAIL=`type -all procmail | sed -n "1 p" | cut -d' ' -f3` SENDMAIL=`type -all sendmail | sed -n "1 p" | cut -d' ' -f3` if [ ! "$PROCMAIL" = "" ]; then -echo 'mda "'$PROCMAIL -d %s'"' >> $HOME/.fetchmailrc -MDA="1" + echo 'mda "'$PROCMAIL -d %s'"' >> $HOME/.fetchmailrc + MDA="1" elif [ ! "$SENDMAIL" = "" ]; then -echo 'mda "'$SENDMAIL %s'"' >> $HOME/.fetchmailrc -MDA="2" + echo 'mda "'$SENDMAIL %s'"' >> $HOME/.fetchmailrc + MDA="2" else -MDA="3" + MDA="3" fi echo >> $HOME/.fetchmailrc