From: martin f. krafft Date: Tue, 30 Aug 2011 05:33:48 +0000 (+0200) Subject: do not pass -o to oi from wrapper X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/cd8e7dada18c2c5697df48debabf86aab2109bd2?hp=d69780c789803feda2e076a1ccf59a206ec4f692 do not pass -o to oi from wrapper --- diff --git a/.bin/offlineimap b/.bin/offlineimap index 7e439d4..d440e24 100755 --- a/.bin/offlineimap +++ b/.bin/offlineimap @@ -18,7 +18,7 @@ if ! test -t 0; then fi ret=0 -/usr/bin/offlineimap -o "$@" || exit $? +/usr/bin/offlineimap "$@" || exit $? if [ -x "$(command -v notmuch)" ]; then notmuch new || exit $?