From a7185e65df26860554cf07e4bc6a12dc1e9b176d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2009 11:31:06 +0000 Subject: Further indentation fixes. svn path=/branches/BRANCH_6-3/; revision=5310 --- contrib/fetchsetup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib') 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 -- cgit v1.2.3