Commit 09617f83 09617f838be0120dda02d162ddf9e74c75a30fcb by Sergey Poznyakoff

Updated

1 parent 6b76ca09
2005-03-07 Sergey Poznyakoff
* TODO: Updated
* NEWS: Updated
* mail/decode.c (mail_decode): Implemented new variable
`metamail' that turns on use of metamail program for
displaying MIME messages.
(run_metamail): New function
* mailbox/mutil.c (mu_spawnvp): Minor fixes
2005-03-06 Sergey Poznyakoff
* NEWS: Updated
* auth/sql.c: Use a uniform way of filename quoting in diagnostic messages.
* auth/sql.c: Use a uniform way of filename quoting in diagnostic
messages.
* frm/common.c: Likewise
* frm/from.c: Likewise
* imap4d/authenticate.c: Likewise
......
GNU mailutils NEWS -- history of user-visible changes. 2005-03-05
GNU mailutils NEWS -- history of user-visible changes. 2005-03-07
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -18,7 +18,9 @@ encrypted using MySQL password() function. New option
passwords, `scrambled' for passwords hashed using MySQL algorithm and
`hash' for MD5 or DES hashed passwords (default).
* mail: Improved POSIX compatibility.
* mail
** Improved POSIX compatibility.
In particular, `next' command now works as described by
POSIX. Following commands change the status of the message to `read':
mbox, pipe, print, top, undelete, visual and decode (a GNU extension).
......@@ -26,6 +28,19 @@ Implemented following variables: flipr, showto, bang.
The command `touch' does not alter messages that were deleted or saved
to a file.
** The `decode' command inspects `metamail' variable to see if
it should use an external program for displaying MIME message
parts. The variable, if set, should contain the invocation line
of the program. Thus, settting
set metamail="metamail -m mail -p"
in your ~/.mailrc enables use of the standard `metamail' program
by `decode'.
Before calling `metamail', the environment variable METAMAIL_PAGER
is set to the value of the variable PAGER.
* from
The `from' utility was rewritten. It is now fully compatible with the
BSD version.
......
GNU mailutils TODO list. 2004-01-27
Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
GNU mailutils TODO list. 2005-03-06
Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
* Documentation
......@@ -86,7 +86,7 @@ mail (from mailutils itself), mutt, pine, netscape, mozilla.
** implement charsets in search: 1 SEARCH CHARSET ISO-8859-2 TEXT ...
** implement AUTHENTICATE KERBEROS_V4 and SKEY and CRAM-MD5 and SRP?
** implement AUTHENTICATE KERBEROS_V4 and SKEY and SRP?
* mail
......