Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1f546dd2
...
1f546dd2e7028ea6a2c1bd4252a944f4cfe20d70
authored
2005-07-26 12:40:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
85d30d29
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
1f546dd
2005-07-26 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Updated
* examples/mimetest.c: Produce more detailed diagnostics
* mail/copy.c: Likewise
* mail/quit.c: Likewise
* mail/send.c: Likewise
* mail/page.c (cond_page_invalidate): Bugfix
* mailbox/errors (MU_READ_ERROR): New error code
* include/mailutils/folder.h: Moved MU_FOLDER_ATTRIBUTE_.* to
types.h
* include/mailutils/types.h (MU_FOLDER_ATTRIBUTE_FILE)
(MU_FOLDER_ATTRIBUTE_DIRECTORY): New defines
* include/mailutils/registrar.h (_is_scheme, registrar_lookup):
Take three arguments. All callers updated
Raised path_record priority to 1000.
* mailbox/registrar.c: Likewise
* mailbox/folder.c: Updated calls to registrar_lookup and
declarations of _is_scheme methods
* mailbox/mailer.c: Likewise
* mailbox/maildir/folder.c: Likewise
* mailbox/mbox/folder.c: Likewise
* mailbox/mh/folder.c: Likewise
* mailbox/list.c (_insert_item): Bugfix
* mailbox/testsuite/mailbox/list.exp: New tests
* mailbox/mailbox.c (mailbox_folder_create): New function
(mailbox_create): Use mailbox_folder_create.
* mailbox/rfc2047.c (rfc2047_encode): Bugfix.
* mail/page.c (page_move): Fix start msg calculation
...
...
NEWS
View file @
1f546dd
GNU mailutils NEWS -- history of user-visible changes. 2005-0
6-23
GNU mailutils NEWS -- history of user-visible changes. 2005-0
7-26
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -82,6 +82,7 @@ read-only mode.
** Fixed date support in maildir (header fields Date, Envelope-Date and
Delivery-Date).
** Fixed RFC 2047 encoding.
** Fixed folder_list() function.
Version 0.6:
...
...
Please
register
or
sign in
to post a comment