bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Is this a bug?


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Is this a bug?
Date: Fri, 12 May 2006 09:44:54 EEST

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
   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]