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: Sergey Poznyakoff
Subject: Re: [bug-mailutils] folder_create() on $HOME/Mail fails with ENOENT in CVS code.
Date: Mon, 12 Jul 2004 11:37:52 +0300

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...

Regards,
Sergey




reply via email to

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