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
0da54387
...
0da543877ea7e975b9d916722597c6fdf85bfcb6
authored
2006-01-24 13:23:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
e0cbc2fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
0da5438
2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
* include/mailutils/header.h (MU_HEADER_X_MAILER): New define
* mail/send.c (mail_send0): Use MU_HEADER_X_MAILER
* mh/replcomps: Remove X-Mailer. Send will add it if needed.
* mh/replgroupcomps: Likewise
* mh/send.c (read_mts_profile): Support localname and localdomain
variables.
(read_mts_profile): Support x-mailer variable.
* NEWS: Updated
2006-01-23 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/mail.h (exec_compl): New prototype
...
...
NEWS
View file @
0da5438
GNU mailutils NEWS -- history of user-visible changes. 2006-01-2
0
GNU mailutils NEWS -- history of user-visible changes. 2006-01-2
4
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -31,6 +31,18 @@ message). The default is `set recursivealiases noinplacealiases'.
* imap4d: New option --create-home-dir: If a user logs in and his home
directory does not exist, create it.
* Changes in MH
** send
Add support for localname and localdomain mtstailor variables.
New mtstailor variable x-mailer controls whether to add the 'X-Mailer'
header to the message being sent, if it does not contain one. The
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.
* 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