Yes, it is. The following patch fixes it:

Index: mh/folder.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mh/folder.c,v
retrieving revision 1.30
diff -p -u -r1.30 folder.c
--- mh/folder.c 20 Jan 2006 16:28:58 -0000      1.30
+++ mh/folder.c 12 May 2006 06:40:48 -0000
@@ -332,10 +332,7 @@ _scan (const char *name, int depth)
          dir = opendir (name);
        }
       else
-       {
-         push_folder = 0;
-         return;
-       }
+       exit (1);
     }
 
   if (!dir)


Regards,
Sergey
   


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to