From: Paul Mangan Date: Tue, 12 Nov 2002 09:40:48 +0000 (+0000) Subject: (ahem) fix another typo X-Git-Tag: w0-1~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=e9de3fba5b24885fd47ce3e72b0f6c2fb6b52be9 (ahem) fix another typo --- diff --git a/src/folder.c b/src/folder.c index 931dd4254..7ae09d1aa 100644 --- a/src/folder.c +++ b/src/folder.c @@ -2372,7 +2372,7 @@ static void folder_write_list_recursive(GNode *node, gpointer data) fprintf(fp, "type]); if (folder->name) PUT_ESCAPE_STR(fp, "name", folder->name); - if ((folder->type == F_MH) || (folder->type == F_MBOX)) + if (folder->type == F_MH || folder->type == F_MBOX) PUT_ESCAPE_STR(fp, "path", LOCAL_FOLDER(folder)->rootpath); if (item->collapsed && node->children)