]> git.madduck.net Git - etc/offlineimap.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix function name
authormartin f. krafft <madduck@madduck.net>
Thu, 22 Dec 2011 20:41:33 +0000 (21:41 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 22 Dec 2011 20:41:33 +0000 (21:41 +0100)
.bin/offlineimap

index a1d7f96229509c63da8d44def38dbbec4c33c646..7e0e8b9ceb8e5dbf8753f3f48d542bbfd47967d0 100755 (executable)
@@ -18,7 +18,7 @@ for opt in "$@"; do
   esac
 done
 
-info() { [ -n "$quiet" ] || echo >&2 "$@"; }
+say() { [ -n "$quiet" ] || echo >&2 "$@"; }
 err() { echo >&2 "$@"; }
 
 if [ -z "$accounts" ]; then