Commit 09617f83 09617f838be0120dda02d162ddf9e74c75a30fcb by Sergey Poznyakoff

Updated

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