bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] folder_create() on $HOME/Mail fails with ENOENT in C


From: Joachim Nilsson
Subject: Re: [bug-mailutils] folder_create() on $HOME/Mail fails with ENOENT in CVS code.
Date: Mon, 12 Jul 2004 11:16:22 +0200

On Mon, 2004-07-12 at 10:37, Sergey Poznyakoff wrote:
> Joachim Nilsson <address@hidden> wrote:
> 
> > -      return S_ISREG (st.st_mode) || S_ISCHR (st.st_mode); 
> > +      return S_ISREG (st.st_mode) || S_ISCHR (st.st_mode) || S_ISDIR 
> > (st.st_mode); 
> 
> But it effectively disables is_dir method for MH and maildir formats...

Sorry, I don't follow, what do you mean?  Does the method in
mailbox/mbox/folder.c:_path_is_scheme() run for the MH and maildir
formats as well?

 /Jocke






reply via email to

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