Commit 2f9b173d 2f9b173dd048dc1ae622c39cadaed6a0382b6688 by Sergey Poznyakoff

Update

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