diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 11:31:06 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 11:31:06 +0000 |
commit | a7185e65df26860554cf07e4bc6a12dc1e9b176d (patch) | |
tree | f3ad2de6f8cf077c8f29cb8ceff8964b0b8abc19 /contrib/fetchsetup | |
parent | d7f43b818f2afedb2e1a2b9f2f3253ab143909a4 (diff) | |
download | fetchmail-a7185e65df26860554cf07e4bc6a12dc1e9b176d.tar.gz fetchmail-a7185e65df26860554cf07e4bc6a12dc1e9b176d.tar.bz2 fetchmail-a7185e65df26860554cf07e4bc6a12dc1e9b176d.zip |
Further indentation fixes.
svn path=/branches/BRANCH_6-3/; revision=5310
Diffstat (limited to 'contrib/fetchsetup')
-rwxr-xr-x | contrib/fetchsetup | 10 |
1 files changed, 5 insertions, 5 deletions
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 |