openbsd-ports/mail/mutt/snapshot/patches/patch-mutt_tunnel_c
bernd 3c62b0b027 Update to mutt-1.5.16.
Initial diff and sidebar-patch hosting by Stuart Henderson. Thanks!

Enable the Maildir/POP3/IMAP header cache by default and remove
the hcache FLAVOR.

Tested by many. Corrections from simon@.

ok simon@, steven@
2007-06-21 17:26:29 +00:00

13 lines
484 B
Plaintext

$OpenBSD: patch-mutt_tunnel_c,v 1.5 2007/06/21 17:26:29 bernd Exp $
--- mutt_tunnel.c.orig Sun Apr 1 23:58:56 2007
+++ mutt_tunnel.c Sat Apr 7 11:40:27 2007
@@ -97,7 +97,7 @@ static int tunnel_socket_open (CONNECTION *conn)
/* Don't let the subprocess think it can use the controlling tty */
setsid ();
- execl (EXECSHELL, "sh", "-c", Tunnel, NULL);
+ execl (EXECSHELL, "sh", "-c", Tunnel, (void *)NULL);
_exit (127);
}
mutt_unblock_signals_system (1);