Commit ab49d52a ab49d52a9afcfd17e6b96bba3e903e70da7313d0 by Sergey Poznyakoff

Updated

1 parent 98ba9b23
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
......