Re: code cleanup
done
On 2006-04-28 14:14:23 +0200, Ralf Wildenhues wrote:
> From: Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>
> To: mutt-dev list <mutt-dev@xxxxxxxx>
> Date: Fri, 28 Apr 2006 14:14:23 +0200
> Subject: code cleanup
> X-Spam-Level:
> Organization: Department of Numerical Simulation, University of Bonn
>
> 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 */
>
>
--
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.