* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-16 15:28:17 +02:00
parent 90c9b61d37
commit fdb69a85a4
2 changed files with 1 additions and 5 deletions

View File

@ -89,12 +89,9 @@ create_noindex (const char *path)
return TRUE;
}
gboolean
mu_maildir_mkmdir (const char* path, mode_t mode, gboolean noindex)
{
{
g_return_val_if_fail (path, FALSE);
if (!create_maildir (path, mode))