From cd8e7dada18c2c5697df48debabf86aab2109bd2 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 30 Aug 2011 07:33:48 +0200 Subject: [PATCH] do not pass -o to oi from wrapper --- .bin/offlineimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? -- 2.39.2