summaryrefslogtreecommitdiff
path: root/localgotallmail
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-05-25 11:15:48 +0000
committerJonas Smedegaard <dr@jones.dk>2003-05-25 11:15:48 +0000
commitb3d2ac80db490620a416d286a2b2f03b0e092584 (patch)
tree36227c2b222d3a05d109e56a6f5d6ed39e472630 /localgotallmail
parent47f9ee241188df594ee47ea5bbc3af3cc181f494 (diff)
Shorten error message a bit.
Diffstat (limited to 'localgotallmail')
-rwxr-xr-xlocalgotallmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/localgotallmail b/localgotallmail
index 5ef3833..f72c4ba 100755
--- a/localgotallmail
+++ b/localgotallmail
@@ -45,7 +45,7 @@ for user in $USERS; do
if [ -z "$target" ]; then
target=$user
fi
- su mail -c "gotmail -u $login -p $pw --delete-messages $opts --forwarding-email $target || echo \"Getting mail from $login@hotmail.com to $target failed with error \$?\""
+ su mail -c "gotmail -u $login -p $pw --delete-messages $opts --forwarding-email $target || echo \"Gotmail from $login@hotmail.com to $target failed with error \$?\""
done
fi
done