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

fixup! Ensure we use the right SSH key
authormartin f. krafft <madduck@madduck.net>
Tue, 22 Mar 2022 08:25:26 +0000 (09:25 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 22 Mar 2022 08:25:26 +0000 (09:25 +0100)
.offlineimap/preauthtunnel.sh

index c99f59b2bfa839aa83dfed05e37b8d9c8ae23d3e..b341fc357f1cc216280e8faffae6d5f308b47c3b 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+# Ensure we don't use an existing SSH agent
 unset SSH_AUTH_SOCK
 
 exec ssh -F ~/.offlineimap/ssh_config -i ~/.offlineimap/${1}.ssh-seckey ${1} \