* 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;