Commit 1f546dd2 1f546dd2e7028ea6a2c1bd4252a944f4cfe20d70 by Sergey Poznyakoff

Updated

1 parent 85d30d29
1 2005-07-26 Sergey Poznyakoff <gray@gnu.org.ua> 1 2005-07-26 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * NEWS: Updated
4
5 * examples/mimetest.c: Produce more detailed diagnostics
6 * mail/copy.c: Likewise
7 * mail/quit.c: Likewise
8 * mail/send.c: Likewise
9 * mail/page.c (cond_page_invalidate): Bugfix
10
11 * mailbox/errors (MU_READ_ERROR): New error code
12
13 * include/mailutils/folder.h: Moved MU_FOLDER_ATTRIBUTE_.* to
14 types.h
15 * include/mailutils/types.h (MU_FOLDER_ATTRIBUTE_FILE)
16 (MU_FOLDER_ATTRIBUTE_DIRECTORY): New defines
17 * include/mailutils/registrar.h (_is_scheme, registrar_lookup):
18 Take three arguments. All callers updated
19 Raised path_record priority to 1000.
20 * mailbox/registrar.c: Likewise
21 * mailbox/folder.c: Updated calls to registrar_lookup and
22 declarations of _is_scheme methods
23 * mailbox/mailer.c: Likewise
24 * mailbox/maildir/folder.c: Likewise
25 * mailbox/mbox/folder.c: Likewise
26 * mailbox/mh/folder.c: Likewise
27
28 * mailbox/list.c (_insert_item): Bugfix
29 * mailbox/testsuite/mailbox/list.exp: New tests
30 * mailbox/mailbox.c (mailbox_folder_create): New function
31 (mailbox_create): Use mailbox_folder_create.
32
3 * mailbox/rfc2047.c (rfc2047_encode): Bugfix. 33 * mailbox/rfc2047.c (rfc2047_encode): Bugfix.
4 34
5 * mail/page.c (page_move): Fix start msg calculation 35 * mail/page.c (page_move): Fix start msg calculation
......
1 GNU mailutils NEWS -- history of user-visible changes. 2005-06-23 1 GNU mailutils NEWS -- history of user-visible changes. 2005-07-26
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
...@@ -82,6 +82,7 @@ read-only mode. ...@@ -82,6 +82,7 @@ read-only mode.
82 ** Fixed date support in maildir (header fields Date, Envelope-Date and 82 ** Fixed date support in maildir (header fields Date, Envelope-Date and
83 Delivery-Date). 83 Delivery-Date).
84 ** Fixed RFC 2047 encoding. 84 ** Fixed RFC 2047 encoding.
85 ** Fixed folder_list() function.
85 86
86 87
87 Version 0.6: 88 Version 0.6:
......