<<< Date Index >>>     <<< Thread Index >>>

code cleanup



While cleaning up the code, could somebody please move this really nasty
bug fix taken from Brendan's esmtp patch to the mailine code?

Thanks,
Ralf

Index: mutt_socket.h
===================================================================
RCS file: /home/roessler/cvs/mutt/mutt_socket.h,v
retrieving revision 3.4
diff -u -r3.4 mutt_socket.h
--- mutt_socket.h       12 Dec 2005 02:24:43 -0000      3.4
+++ mutt_socket.h       28 Apr 2006 12:09:27 -0000
@@ -58,7 +58,7 @@
 int mutt_socket_readchar (CONNECTION *conn, char *c);
 #define mutt_socket_readln(A,B,C) mutt_socket_readln_d(A,B,C,M_SOCK_LOG_CMD)
 int mutt_socket_readln_d (char *buf, size_t buflen, CONNECTION *conn, int dbg);
-#define mutt_socket_write(A,B) mutt_socket_write_d(A,B,M_SOCK_LOG_CMD);
+#define mutt_socket_write(A,B) mutt_socket_write_d(A,B,M_SOCK_LOG_CMD)
 int mutt_socket_write_d (CONNECTION *conn, const char *buf, int dbg);

 /* stupid hack for imap_logout_all */