Commit 243bf849 243bf849243517dc5ea97ebfae6281a2eecaa401 by Sergey Poznyakoff

Updated

1 parent d0716ff5
1 2005-03-18 Sergey Poznyakoff 1 2005-03-18 Sergey Poznyakoff
2 2
3 * TODO: Updated 3 * TODO: Updated
4 * README-alpha: Updated
4 * mail/shell.c (mail_execute): Restore argv[0] before exiting, 5 * mail/shell.c (mail_execute): Restore argv[0] before exiting,
5 else argcv_free coredumps. 6 else argcv_free coredumps.
6 7
......
...@@ -48,7 +48,10 @@ autotools. At the time of this writing these are: ...@@ -48,7 +48,10 @@ autotools. At the time of this writing these are:
48 48
49 To prepare the package for building run autogen.sh. Then run 49 To prepare the package for building run autogen.sh. Then run
50 ./configure with the desired options (See INSTALL and README for 50 ./configure with the desired options (See INSTALL and README for
51 the detailed instructions). Finally, run make. 51 the detailed instructions). Finally, run make. Notice that the
52 first make of the package should be made in the source directory.
53 Subsequent makes make use build directory different from the source
54 one.
52 55
53 * Debugging 56 * Debugging
54 57
......
1 GNU mailutils TODO list. 2005-03-10 1 GNU mailutils TODO list. 2005-03-18
2 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3 3
4 * Documentation 4 * Documentation
...@@ -88,15 +88,12 @@ mail (from mailutils itself), mutt, pine, netscape, mozilla. ...@@ -88,15 +88,12 @@ mail (from mailutils itself), mutt, pine, netscape, mozilla.
88 88
89 ** implement AUTHENTICATE KERBEROS_V4 and SKEY and SRP? 89 ** implement AUTHENTICATE KERBEROS_V4 and SKEY and SRP?
90 90
91 * mail
92
93 ** Add support for /etc/mailcap
94
95 * Mailcap API 91 * Mailcap API
96 92
97 The framework is implemented. Needs extensive testing. 93 The framework is implemented. Needs extensive testing.
98 94
99 * Mime.types API 95 * Mime.types API is available in mimeview. Do we need to move it to
96 libmailbox?
100 97
101 * examples 98 * examples
102 99
......