Commit b244a165 b244a1655f5c3352e348080b9a5032932b2fb40a by Sergey Poznyakoff

Update

1 parent ff7f3adc
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.
......
......@@ -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:
......