commit | 6ecd4a0535580bc12b062a39ab8288b18e87daad | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 14 22:06:30 2007 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 14 22:06:30 2007 +0000 |
tree | 7dbf107146563ac3ae60fae97e1830f7b44c794a | |
parent | 0336870720fb6630add0771e50e174273f7a8711 [diff] |
[Backport of r56382] Avoid exception if there's a stray directory inside a Maildir folder. The Maildir specification doesn't seem to say anything about this situation, and it can happen if you're keeping a Maildir mailbox in Subversion (.svn directories) or some similar system. The patch just ignores directories in the cur/, new/, tmp/ folders.