]> 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:

enable strace while we investigate #648195
authormartin f. krafft <madduck@madduck.net>
Mon, 21 Nov 2011 13:20:59 +0000 (14:20 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 21 Nov 2011 13:20:59 +0000 (14:20 +0100)
.bin/offlineimap

index ae82806c5753b37d08ee2a94fcd47dd96cfa3395..01456962ddf034fe4c9ec7ba37df166f64478228 100755 (executable)
@@ -21,7 +21,7 @@ if ! test -t 0; then
 fi
 
 ret=0
-/usr/bin/offlineimap "$@" || ret=$?
+strace -tfo /tmp/offlineimap.strace /usr/bin/offlineimap "$@" || ret=$?
 
 trapfn
 exit $ret