[evolution] Bug #627952 - 'Local delivery' mbox's aren't read properly
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #627952 - 'Local delivery' mbox's aren't read properly
- Date: Mon, 6 Sep 2010 17:18:43 +0000 (UTC)
commit 13241ca42c48609d94a88820cafb907c848d4823
Author: Milan Crha <mcrha redhat com>
Date: Mon Sep 6 19:18:08 2010 +0200
Bug #627952 - 'Local delivery' mbox's aren't read properly
mail/mail-tools.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/mail-tools.c b/mail/mail-tools.c
index 25eaac5..fe7557d 100644
--- a/mail/mail-tools.c
+++ b/mail/mail-tools.c
@@ -171,7 +171,7 @@ mail_tool_do_movemail (const gchar *source_url, GError **error)
return NULL;
/* Movemail from source (source_url) to dest_path */
- success = camel_movemail (uri->path, dest_path, error);
+ success = camel_movemail (uri->path, dest_path, error) != -1;
camel_url_free(uri);
if (g_stat (dest_path, &sb) < 0 || sb.st_size == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]