Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c7aa8484
...
c7aa84848e9ea28761e75629c45cb96a9e768ccb
authored
2006-02-17 11:38:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
35639689
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
c7aa848
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
...
...
NEWS
View file @
c7aa848
GNU mailutils NEWS -- history of user-visible changes. 2006-0
1-25
GNU mailutils NEWS -- history of user-visible changes. 2006-0
2-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
...
...
Please
register
or
sign in
to post a comment