On Thu, Jul 22, 2010 at 1:29 AM, David Maus
<dmaus@ictsoc.de> wrote:
Deepak Tripathi wrote:
>Hi David,
>I have following permission at files.
>dk@debian:/mnt/usb/root/pop/linux$ ls -la
>total 92
>drwx------ 5 dk dk 4096 Jun 29 11:13 .
>drwxr-xr-x 15 dk dk 4096 Jul 15 14:58 ..
>drwx------ 2 dk dk 73728 Jul 15 15:54 cur
>drwx------ 2 dk dk 4096 Jul 15 15:54 new
>drwx------ 2 dk dk 4096 Jul 15 15:54 tmp
>dk@debian:/mnt/usb/root/pop/linux$
>and yes it's maildir.
In this case, I am lost. Biff on a maildir folder uses the function
`elmo-maildir-list-locations' that in turn returns a list of files in
new/ that match the regular _expression_ "^[^.].*$" -- meaning anything
but hidden files. If there are files in new/, they should be found.
What file system to you use for /mnt/usb? And, this sounds stupid,
but: Are there messages in the new/ directory?
HTH,