[evolution-data-server/email-factory] Bug #639165 - maildir expunge not working as expected (cherry picked from commit e7201c8163317afce06
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/email-factory] Bug #639165 - maildir expunge not working as expected (cherry picked from commit e7201c8163317afce06
- Date: Tue, 10 May 2011 10:44:53 +0000 (UTC)
commit a183672ca781d8680e342ef050bdc234b1aa5c7b
Author: Milan Crha <mcrha redhat com>
Date: Wed Jan 12 16:36:56 2011 +0100
Bug #639165 - maildir expunge not working as expected
(cherry picked from commit e7201c8163317afce06c973e38df829e68869acd)
camel/providers/local/camel-local-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/local/camel-local-provider.c b/camel/providers/local/camel-local-provider.c
index c853d84..1eb11fa 100644
--- a/camel/providers/local/camel-local-provider.c
+++ b/camel/providers/local/camel-local-provider.c
@@ -164,7 +164,7 @@ local_url_hash (gconstpointer v)
const CamelURL *u = v;
guint hash = 0;
-#define ADD_HASH(s) if (s) hash ^= g_str_hash (s);
+#define ADD_HASH(s) if (s && *s) hash ^= g_str_hash (s);
ADD_HASH (u->protocol);
ADD_HASH (u->user);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]