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
b244a165
...
b244a1655f5c3352e348080b9a5032932b2fb40a
authored
2006-01-24 14:32:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
ff7f3adc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
ChangeLog
NEWS
ChangeLog
View file @
b244a16
2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
* mh/mh_ctx.c (mh_context_read): Allow for empty lines and
conventional comment characters ('#') in the context file.
* mh/mh_init.c (mh_is_my_name): Bugfix: do not use strtok_r, which
modifies its argument.
* 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.
...
...
NEWS
View file @
b244a16
...
...
@@ -33,6 +33,15 @@ directory does not exist, create it.
* Changes in MH
** Context file handling
Comments and empty lines are allowed in any MH context file
(.mh_profile, .mtstailor etc.)
Comment is any line whose first non-whitespace character is
'#'. Notice that '#' looses its special meaning when used as a part of
the keyword or a value.
** send
Add support for localname and localdomain mtstailor variables.
...
...
@@ -49,6 +58,7 @@ identifier to be added to the message.
place.
** movemail: did not preserve input mailbox if an I/O error happened on the
output one. Debian Bug#344420.
** Fix handling of Alternate-Mailboxes in MH
Version 0.6.91:
...
...
Please
register
or
sign in
to post a comment