From e01b1cb6625883a4db723209c743dc03abc112ef Mon Sep 17 00:00:00 2001 From: 0 Date: Tue, 30 Oct 2001 03:27:28 +0000 Subject: w(x) out some warnings. 2001-10-30 * camel-mime-utils.c (header_decode_mailbox): w(x) out some warnings. * providers/local/camel-local-summary.c (camel_local_summary_load): Remove the warning about not loading summary file - its a valid case for new folders. svn path=/trunk/; revision=14411 --- camel/providers/local/camel-local-summary.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/providers/local') diff --git a/camel/providers/local/camel-local-summary.c b/camel/providers/local/camel-local-summary.c index afde405172..508c7e0831 100644 --- a/camel/providers/local/camel-local-summary.c +++ b/camel/providers/local/camel-local-summary.c @@ -35,6 +35,7 @@ #include "camel/camel-mime-message.h" #include "camel/camel-stream-null.h" +#define w(x) #define io(x) #define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/ @@ -147,7 +148,7 @@ camel_local_summary_load(CamelLocalSummary *cls, int forceindex, CamelException if (forceindex || stat(s->summary_path, &st) == -1 || ((CamelLocalSummaryClass *)(CAMEL_OBJECT_GET_CLASS(cls)))->load(cls, forceindex, ex) == -1) { - g_warning("Could not load summary: flags may be reset"); + w(g_warning("Could not load summary: flags may be reset")); camel_folder_summary_clear((CamelFolderSummary *)cls); return -1; } -- cgit v1.2.3