]> Pileus Git - ~andy/fetchmail/commitdiff
Further indentation fixes.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 11:31:06 +0000 (11:31 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 11:31:06 +0000 (11:31 -0000)
svn path=/branches/BRANCH_6-3/; revision=5310

contrib/fetchsetup

index 99e250af7814885397e8ec82f821506fe8ae532f..83223a116a1c5dce35df624600533b28efb2d26a 100755 (executable)
@@ -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