Commit 85414a5b 85414a5be0a85b907085a691f54b30780f2cc54f by Sergey Poznyakoff

Updated

1 parent b104af80
Showing 1 changed file with 12 additions and 5 deletions
1 2004-07-05 Sergey Poznyakoff 1 2004-07-05 Sergey Poznyakoff
2 2
3 * include/mailutils/registrar.h (mu_register_all_mbox_formats):
4 Removed nntp_record. It is not a *mailbox* format.
5 * mailbox/mailutils-config.c: Added mu_nntp
6
3 * mailbox/include/iterator0.h (_iterator.getitem): Changed 7 * mailbox/include/iterator0.h (_iterator.getitem): Changed
4 declaration. There's no use passing a pointer to the const 8 declaration. There's no use passing a pointer to the const
5 location, since the function *must* assign to it anyway. 9 location, since the function *must* assign to it anyway.
...@@ -29,12 +33,15 @@ ...@@ -29,12 +33,15 @@
29 * mail/Makefile.am: Enable NNTP. 33 * mail/Makefile.am: Enable NNTP.
30 * sieve/Makefile.am: Enable NNTP. 34 * sieve/Makefile.am: Enable NNTP.
31 35
32 * imap4d/Makefile.am: Put @AUTHLIBS@ before libmailbox.a (failed on cygwin if not). 36 * imap4d/Makefile.am: Put @AUTHLIBS@ before libmailbox.a (failed
33 * pop3d/Makefile.am: Put @AUTHLIBS@ before libmailbox.a (failed on cygwin if not). 37 on cygwin if not).
34 * mail.local/Makefile.am: Put @AUTHLIBS@ before libmailbox.a (failed on cygwin if not). 38 * pop3d/Makefile.am: Put @AUTHLIBS@ before libmailbox.a (failed on
39 cygwin if not).
40 * mail.local/Makefile.am: Put @AUTHLIBS@ before libmailbox.a
41 (failed on cygwin if not).
35 42
36 * mailbox/stream.c (stream_wait): Bugfix. If we buffer return true if the cache still 43 * mailbox/stream.c (stream_wait): Bugfix. If we buffer return
37 have data. 44 true if the cache still have data.
38 45
39 * include/mailutils/nntp.h: Define the default NNTP port number. 46 * include/mailutils/nntp.h: Define the default NNTP port number.
40 * include/mailutils/pop3.h: Define the default POP3 port number. 47 * include/mailutils/pop3.h: Define the default POP3 port number.
......