* 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

@ -222,7 +222,6 @@ static gboolean
create_or_clear_linksdir_maybe (MuConfigOptions* opts)
{
if (access (opts->linksdir, F_OK) != 0) {
if (!mu_maildir_mkmdir (opts->linksdir, 0700, TRUE))
return FALSE;

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))