Commit 42a4ca79 42a4ca7908db9d74533756b1b07bd9b4d818b8d0 by Alain Magloire

Updated.

1 parent 04dc4c9f
1 2001-10-31 Alain Magloire 1 2001-10-31 Alain Magloire
2 2
3 * messages/message.c (messages_count): getenv ("MAIL") may return NULL. 3 * messages/message.c (messages_count): getenv ("MAIL") may return NULL.
4 In this case we were trying to printf (" ..%s\n", NULL); GNU/Linux 4 In this case we were trying to printf (" ..%s\n", NULL); GNU/Linux
5 seems to cope with it but QNX/Neutrino sigsegv miserably. Fix the code 5 seems to cope with it but QNX/Neutrino sigsegv miserably. Fix the code
6 by getting the url of the mailbox and calling url_to_string(). 6 by getting the url of the mailbox and calling url_to_string().
7 7
8 * mailbox/mbx_default.c: If the argument is NULL __or__ an empty 8 * mailbox/mbx_default.c: If the argument is NULL __or__ an empty
9 string check MAIL and FOLDER environment. 9 string check MAIL and FOLDER environment.
10 10
11 * imap4d/namespace.c: Put namespace_enumerate() and namespace_enumerate()
12 static scope.
13
14 * mail/msgset.y: search "mail.h" in the current dir.
15
11 2001-10-31 Alain Magloire 16 2001-10-31 Alain Magloire
12 17
13 * mailbox/mbx_imap.c (delete_to_string): Try to turn a sequence 18 * mailbox/mbx_imap.c (delete_to_string): Try to turn a sequence
......