Commit eec608e1 eec608e1cfb8bf3942977c4f271d5871130b2e3e by Sergey Poznyakoff

Updated

1 parent 5ccb23a8
2003-09-25 Sergey Poznyakoff
* mailbox/munre.c (munre_set_regex): Bugfix again.
* mailbox/filter_trans.c (qp_decode): Bugfix. According
to RFC, underscore represents space.
* mailbox/rfc2047.c (rfc2047_decode): Ignore whitespace between
the encoded segments.
* mailbox/testsuite/RFC2047: Reflect the recent changes.
* NEWS: Updated
* mail/mail.h (mail_nounfold,mail_unfold)
(mail_header_is_unfoldable): New functions.
* mail/print.c (mail_print_msg): Unfold the header value, if
required.
* mail/retain.c: Rewritten.
(mail_nounfold,mail_unfold)
(mail_header_is_unfoldable): New functions.
* mail/table.c: Added new command words.
* mail/mail.c: Default to "unfold subject"
* mail/util.c (util_slist_remove): New function.
* auth/lbuf.c: Added missing includes.
* auth/lbuf.h: Likewise.
2003-09-22 Sergey Poznyakoff
* mailbox/munre.c (munre_set_regex): Bugfix.
......
GNU mailutils NEWS -- history of user-visible changes. 2003-28-07
GNU mailutils NEWS -- history of user-visible changes. 2003-25-08
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -60,13 +60,41 @@ The option allows to convert a plaintext file into DBM database.
** mail
New configuration file variable `mailx' enables the mailx
compatibility mode .This is mainly visible when composing a message.
*** New configuration file variable `mailx' enables the mailx
compatibility mode. This is mainly visible when composing a message.
In mailx compatibility mode, mail asks for Cc and Bcc addresses after
composing the body.
The default behavior is to ask for these values before composing
the body.
*** New variable `charset' controls the decoding of MIME-encoded headers
(rfc2047).
*** New commands `unfold' and `nounfold' allow to specify the headers
whose values should be unfolded before display.
* mh
Lots of bugfixes regarding compatibility issues and interoperation
with MH-E. This version of MH has been tested with MH-E 7.4.2+cvs.
** New program: ali
** New profile variables:
*** Charset
Controls the character set in which the components decoded via
the `decode' format function should be output.
*** Reply-Regex
Sets the regular expression used to recognize reply messages.
** New format functions
*** reply_regex
Sets the regular expression used to recognize reply messages.
*** isreply
Returns true if its argument is the reply message subject string,
i.e. if it matches the "reply subject" regular expression.
Version 0.3.1:
......