Update
Showing
2 changed files
with
18 additions
and
1 deletions
1 | 2006-04-05 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * THANKS: Add Willem Jaap Zwart | ||
4 | * NEWS: Update | ||
5 | * imap4d/imap4d.h (is_atom): New function | ||
6 | * imap4d/list.c (print_file,print_dir): Rewrite using an | ||
7 | auxiliary function. Make sure the string is properly quoted if it | ||
8 | is not a valid atom. | ||
9 | * imap4d/util.c (is_atom): New function. | ||
10 | * libproto/imap/folder.c (list_copy): Do nothing if src is NULL. | ||
11 | (imap_list): Use mu_argcv_get instead of strtok_r to parse last | ||
12 | two tokens of the reply, so that file names containing white space | ||
13 | are processed. | ||
14 | * mailbox/argcv.c: Fix indentation. | ||
15 | |||
1 | 2006-03-12 Sergey Poznyakoff <gray@gnu.org.ua> | 16 | 2006-03-12 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 17 | ||
3 | * imap4d/append.c, imap4d/fetch.c, libproto/imap/mbox.c, | 18 | * imap4d/append.c, imap4d/fetch.c, libproto/imap/mbox.c, | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2006-02-17 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2006-04-05 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
... | @@ -93,6 +93,8 @@ place. | ... | @@ -93,6 +93,8 @@ place. |
93 | ** movemail: did not preserve input mailbox if an I/O error happened on the | 93 | ** movemail: did not preserve input mailbox if an I/O error happened on the |
94 | output one. Debian Bug#344420. | 94 | output one. Debian Bug#344420. |
95 | ** Fix handling of Alternate-Mailboxes in MH | 95 | ** Fix handling of Alternate-Mailboxes in MH |
96 | ** Fix handling of file name containing whitespace characters in imap4 server | ||
97 | and library. | ||
96 | 98 | ||
97 | 99 | ||
98 | Version 0.6.91: | 100 | Version 0.6.91: | ... | ... |
-
Please register or sign in to post a comment