Commit c7aa8484 c7aa84848e9ea28761e75629c45cb96a9e768ccb by Sergey Poznyakoff

Update

1 parent 35639689
2006-02-17 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Update
* mh/mhn.c (split_args): New function
(_message_is_external_body ): Use split_args to parse
additional arguments
(mhn_edit): Fix invocation of edit_modify (was not getting
additional arguments after ';')
(parse_header_directive): New function
(mhn_header): New function
(mhn_compose): Bugfix: initialize env.line
Call mhn_header to optionally encode Subject line
* mailbox/rfc2047.c (mu_rfc2047_encode): Return EINVAL if any of
the arguments is NULL.
* frm/common.c (get_personal): Fix coredump on empty From: headers.
2006-02-09 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/message_stream.c (restore_envelope): Restore line
......
GNU mailutils NEWS -- history of user-visible changes. 2006-01-25
GNU mailutils NEWS -- history of user-visible changes. 2006-02-17
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -76,6 +76,16 @@ the value 'yes' means to add the default X-Mailer string, the value
'no' means to ignore it. Any other value is taken as the X-Mailer
identifier to be added to the message.
** mhn
In compose mode mhn analyzes Subject: line and, if it contains any
non-printable characters, encodes it in accordance with RFC
2047. Encoding type and charset are taken from the first message
part. They also can be specified in the subject itself using the
following syntax:
#<encoding=ENC; charset=CSET>CONTENT
* Bugfixes:
** mail: Fix handling of conditional expressions
** mail: When several recipients were specified, no alias expansion took
......