* add unit tests for mu_maildir_mkdir

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-27 08:15:08 +02:00
parent 696f0863d0
commit a411a9964b
4 changed files with 161 additions and 4 deletions

View File

@ -28,7 +28,9 @@
/**
* create a new maildir. Note, if the function fails 'halfway', it
* will *not* try to remove the parts the were created.
* will *not* try to remove the parts the were created. it *will*
* create any parent dirs that are not yet existant.
*
*
* @param path the path (missing components will be created, as in 'mkdir -p')
* @param mode the file mode (e.g., 0755)