Commit eeaa3480 eeaa3480b40aafbc45741a9d6ca47e614932f224 by Sergey Poznyakoff

Update

1 parent 5ede373a
2006-05-15 Sergey Poznyakoff <gray@gnu.org.ua>
* mh/folder.c (_scan): Bugfix
* mh/mh.h (mh_makedir): New function
* mh/mh_init.c (mh_makedir): New function
(mh_check_folder): Use mh_makedir to create directories (or
directory hierarchies).
* NEWS: Update
2006-05-12 Sergey Poznyakoff <gray@gnu.org.ua>
* mh/folder.c (_scan): Test for existence of the folder even if
--fast was given. Exit with code 1 if the folder does not exist.
2006-04-26 Sergey Poznyakoff <gray@gnu.org.ua>
......
GNU mailutils NEWS -- history of user-visible changes. 2006-05-24
GNU mailutils NEWS -- history of user-visible changes. 2006-05-15
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -21,6 +21,7 @@ See the description of --with-guiledir option in the README file.
** Fix handling of file names containing whitespace characters in imap4 server
and library.
** frm: Fix coredump on empty From headers
** all mh utilities: create nested directories, if required.
Version 0.6.93:
......