Commit 7fdc4862 7fdc4862ad412036d2d9c204f084bedc07368dd3 by Alain Magloire

updated.

1 parent edc27656
Showing 1 changed file with 10 additions and 0 deletions
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.
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
6 by getting the url of the mailbox and calling url_to_string().
7
8 * mailbox/mbx_default.c: If the argument is NULL __or__ an empty
9 string check MAIL and FOLDER environment.
10
11 2001-10-31 Alain Magloire
12
3 * mailbox/mbx_imap.c (delete_to_string): Try to turn a sequence 13 * mailbox/mbx_imap.c (delete_to_string): Try to turn a sequence
4 of number to IMAP msgset. Call add_number for the work. 14 of number to IMAP msgset. Call add_number for the work.
5 (add_number): New function to add number to string for 15 (add_number): New function to add number to string for
......