]> Pileus Git - ~andy/fetchmail/blobdiff - contrib/fetchsetup
Minor bug fixes for socket.c
[~andy/fetchmail] / 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