Commit 0da54387 0da543877ea7e975b9d916722597c6fdf85bfcb6 by Sergey Poznyakoff

Update

1 parent e0cbc2fb
1 2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * include/mailutils/header.h (MU_HEADER_X_MAILER): New define
4 * mail/send.c (mail_send0): Use MU_HEADER_X_MAILER
5 * mh/replcomps: Remove X-Mailer. Send will add it if needed.
6 * mh/replgroupcomps: Likewise
7 * mh/send.c (read_mts_profile): Support localname and localdomain
8 variables.
9 (read_mts_profile): Support x-mailer variable.
10 * NEWS: Updated
11
1 2006-01-23 Sergey Poznyakoff <gray@gnu.org.ua> 12 2006-01-23 Sergey Poznyakoff <gray@gnu.org.ua>
2 13
3 * mail/mail.h (exec_compl): New prototype 14 * mail/mail.h (exec_compl): New prototype
......
1 GNU mailutils NEWS -- history of user-visible changes. 2006-01-20 1 GNU mailutils NEWS -- history of user-visible changes. 2006-01-24
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -31,6 +31,18 @@ message). The default is `set recursivealiases noinplacealiases'. ...@@ -31,6 +31,18 @@ message). The default is `set recursivealiases noinplacealiases'.
31 * imap4d: New option --create-home-dir: If a user logs in and his home 31 * imap4d: New option --create-home-dir: If a user logs in and his home
32 directory does not exist, create it. 32 directory does not exist, create it.
33 33
34 * Changes in MH
35
36 ** send
37
38 Add support for localname and localdomain mtstailor variables.
39
40 New mtstailor variable x-mailer controls whether to add the 'X-Mailer'
41 header to the message being sent, if it does not contain one. The
42 the value 'yes' means to add the default X-Mailer string, the value
43 'no' means to ignore it. Any other value is taken as the X-Mailer
44 identifier to be added to the message.
45
34 * Bugfixes: 46 * Bugfixes:
35 ** mail: Fix handling of conditional expressions 47 ** mail: Fix handling of conditional expressions
36 ** mail: When several recipients were specified, no alias expansion took 48 ** mail: When several recipients were specified, no alias expansion took
......