Commit 92a505f0 92a505f0bc95e7aec034166a4cb67669bbef6959 by Sergey Poznyakoff

Updated

1 parent 408e3997
2004-05-27 Sergey Poznyakoff
* NEWS: Updated
* include/mailutils/filter.h (rfc_2047_Q_filter): New filter
type.
* mailbox/filter.c (mailbox/filter.c): Register rfc_2047_Q_filter
* mailbox/filter_trans.c: New implementation of RFC 2047 "Q" filter.
Reorganized all functions.
* mailbox/rfc2047.c: Correctly decode "Q" encoding.
* mail/send.c (mail_send0): Check ignoreeof variable for
interactive sessions only.
* mailbox/mbox/folder.c: Include mutil.h
2004-05-07 Sergey Poznyakoff
* mail/from.c (mail_from0): Use Date: header if 'datefield' is
......
GNU mailutils NEWS -- history of user-visible changes. 2004-05-07
GNU mailutils NEWS -- history of user-visible changes. 2004-05-27
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -59,6 +59,10 @@ marks from all messages after opening the mailbox.
* Bug fixes:
** libmailbox
*** Fixed incorrect handling of underscores in Quoted-Printable encoding.
** mh
*** (formataddr): Fixed checking for duplicate addresses.
......