* cosmetics
This commit is contained in:
@ -222,7 +222,6 @@ static gboolean
|
|||||||
create_or_clear_linksdir_maybe (MuConfigOptions* opts)
|
create_or_clear_linksdir_maybe (MuConfigOptions* opts)
|
||||||
{
|
{
|
||||||
if (access (opts->linksdir, F_OK) != 0) {
|
if (access (opts->linksdir, F_OK) != 0) {
|
||||||
|
|
||||||
if (!mu_maildir_mkmdir (opts->linksdir, 0700, TRUE))
|
if (!mu_maildir_mkmdir (opts->linksdir, 0700, TRUE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|||||||
@ -89,12 +89,9 @@ create_noindex (const char *path)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
mu_maildir_mkmdir (const char* path, mode_t mode, gboolean noindex)
|
mu_maildir_mkmdir (const char* path, mode_t mode, gboolean noindex)
|
||||||
{
|
{
|
||||||
|
|
||||||
g_return_val_if_fail (path, FALSE);
|
g_return_val_if_fail (path, FALSE);
|
||||||
|
|
||||||
if (!create_maildir (path, mode))
|
if (!create_maildir (path, mode))
|
||||||
|
|||||||
Reference in New Issue
Block a user