Commit 3fe508b7 3fe508b7d21f0423533344dd4330f4db336b90c9 by Sergey Poznyakoff

Updated

1 parent a9d313de
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
14 data returned with GSASL_OK code (proposed by Simon Josefsson 14 data returned with GSASL_OK code (proposed by Simon Josefsson
15 <jas@extundo.com>) 15 <jas@extundo.com>)
16 * imap4d/bye.c (imap4d_bye0): Added missing argument to syslog. 16 * imap4d/bye.c (imap4d_bye0): Added missing argument to syslog.
17 * pop3d/extra.c (pop3d_abquit): Likewise.
17 * imap4d/util.c (util_set_input, util_set_output): Bugfix 18 * imap4d/util.c (util_set_input, util_set_output): Bugfix
18 19
19 * include/mailutils/stream.h (stream_set_strerror) 20 * include/mailutils/stream.h (stream_set_strerror)
...@@ -42,7 +43,8 @@ ...@@ -42,7 +43,8 @@
42 spaces. 43 spaces.
43 (builtin_concat): Compress whitespace before further processing. 44 (builtin_concat): Compress whitespace before further processing.
44 * mh/mh_getopt.c: Added missing includes. 45 * mh/mh_getopt.c: Added missing includes.
45 46 * mh/comp.c (opt_handler): Removed unused variable
47
46 2003-01-31 Sergey Poznyakoff 48 2003-01-31 Sergey Poznyakoff
47 49
48 * mailbox/file_stream.c (_file_readline): Make sure the 50 * mailbox/file_stream.c (_file_readline): Make sure the
......