Updated
Showing
1 changed file
with
21 additions
and
0 deletions
1 | 2002-10-02 Sergey Poznyakoff | ||
2 | |||
3 | * configure.ac: Check if environ is declared. | ||
4 | * mail/setenv.c: Protect the declaration of environ by #if. | ||
5 | * mail/send.c (mail_send): Set save_to right after entering | ||
6 | the function. | ||
7 | (mail_send0): deduce savefile basing on the localpart of | ||
8 | the first address (when save_to is set). | ||
9 | Expand aliases in every address-related header. | ||
10 | * mail/alias.c (alias_expand): Return NULL if no suitable | ||
11 | expansion was found. | ||
12 | * mail/followup.c: Removed unneded typecasts. | ||
13 | * mail/mailline.c: Likewise. | ||
14 | * mail/shell.c: Likewise. | ||
15 | * mail/util.c (util_header_expand): New function. Expand | ||
16 | the address-related fields of a header. | ||
17 | * mail/mail.h: Likewise. | ||
18 | |||
19 | * mail.local/mail.local.h: Added missing includes. | ||
20 | * pop3d/popauth.c: Likewise. | ||
21 | |||
1 | 2002-10-02 Sergey Poznyakoff | 22 | 2002-10-02 Sergey Poznyakoff |
2 | 23 | ||
3 | * mailbox/address.c (_address_get_nth): Get nth sub-address | 24 | * mailbox/address.c (_address_get_nth): Get nth sub-address | ... | ... |
-
Please register or sign in to post a comment