diff lisp/mh-e/ChangeLog @ 69215:ef5cd9601f14

(mh-folder-list): Fix problem with passing in a folder and getting nothing back. Fix problem with passing in empty string and getting the entire filesystem (or infinite loop). Don't append slash to folder. These fixes fix problems observed with the pick search. Thanks to Thomas Baumann for the help (closes SF #1435381).
author Bill Wohler <wohler@newt.com>
date Tue, 28 Feb 2006 23:54:53 +0000
parents 16877a343711
children 7db1bc48b98c
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Tue Feb 28 21:52:30 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Tue Feb 28 23:54:53 2006 +0000
@@ -4,6 +4,11 @@
 	mh-image-directory.
 	(mh-image-load-path): Access mh-image-directory instead of
 	mh-image-load-path.
+	(mh-folder-list): Fix problem with passing in a folder and getting
+	nothing back. Fix problem with passing in empty string and getting
+	the entire filesystem (or infinite loop). Don't append slash to
+	folder. These fixes fix problems observed with the pick search.
+	Thanks to Thomas Baumann for the help (closes SF #1435381).
 
 2006-02-27  Bill Wohler  <wohler@newt.com>