Displaying 1 result from an estimated 1 matches for "fa3b9011".
2008 Aug 28
1
Sieve fileinto a subfolder fails -- more info, possible workaround
After looking at the way Maildir represents subfolders, I changed
the sieve line from
        fileinto "Lists/NCCC";
to
	fileinto "Lists.NCCC";
and now it files into the NCCC subfolder of Lists as I wanted.  I'm
not sure whether this is the expected behavior or just an accident
that plugging that string into the file name happens to result in the right
name.
I