aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-06-30 02:51:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-30 02:51:03 +0800
commitf0bcf06559405a3de5271f4aeb3472c8a2b7aeb3 (patch)
tree2786112afd57d2f34cc15c6220d3cdea03edc13e /camel/providers
parentcb53a660286f2d98572d137daf6d096bc825f476 (diff)
downloadgsoc2013-evolution-f0bcf06559405a3de5271f4aeb3472c8a2b7aeb3.tar.gz
gsoc2013-evolution-f0bcf06559405a3de5271f4aeb3472c8a2b7aeb3.tar.zst
gsoc2013-evolution-f0bcf06559405a3de5271f4aeb3472c8a2b7aeb3.zip
imap_expunge should now give more meaningful errors
svn path=/trunk/; revision=3798
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 6ab0fff9df..602d0bc8b0 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -349,13 +349,13 @@ imap_expunge (CamelFolder *folder, CamelException *ex)
camel_exception_setv (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE,
"Could not EXPUNGE from IMAP server %s: %s.",
service->url->host,
- status == CAMEL_IMAP_ERR ? result :
+ status == CAMEL_IMAP_ERR && result ? result :
"Unknown error");
g_free (result);
return;
}
- g_free(result);
+ g_free (result);
}
#if 0
lev2006-06-071-56/+12 * (1) Fix building with latest apache 2.0lev2006-05-253-3/+237 * (1) Update ot 1.3.0.r4. It is official, public RC.lev2005-12-113-54/+0 * (1) Update to 1.3.0-rc2lev2005-11-066-121/+121 * [1] Fix perl bindingslev2005-11-021-1/+1 * Update to version 1.2.3lev2005-09-162-40/+0 * Update to 1.2.1.lev2005-07-292-0/+40 * Update to 1.2.0lev2005-05-261-10/+10 * [0] Update to 1.1.4.lev2005-04-101-83/+121 * Update to 1.1.3lev2005-02-042-31/+2 * (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0lev2004-11-058-125/+110 * Update to 1.0.8: security fix.lev2004-09-261-195/+0 * [1] Add patches for perl bindings, backported from subversion 1.1 branchlev2004-08-203-5/+289 * Update to latest version 1.0.4lev2004-05-241-13/+0 * Correct a remotely exploitable vulnerability in subversion's datenectar2004-05-201-0/+13 * Update to version 0.37.0 (1.0.0rc1).lev2004-02-051-0/+11 * Update to subversion-0.35.1lev2004-01-102-18/+5 * Fix building with new apr on 4-STABLE systemslev2003-11-111-0/+25 * [1] Update to 0.31.0lev2003-10-093-5/+24 * Update to subversion-0.26.0.bmah2003-07-261-0/+13 * Slightly modified version of submitted patch to update tobmah2003-05-201-0/+24 * Update to subversion-0.21.0. In addition to the submission, thisbmah2003-04-192-26/+0 * upgrade to r3987ijliao2003-01-022-0/+26 * Update to Subversion 0.12.0 (revision 1868).roberto2002-05-072-230/+0 * Update to using neon 0.19.4 in the tree.roberto2002-04-291-0/+13 * Update to revision 1682+.roberto2002-04-151-9/+0 * The FreeBSD port of Subversion goes to some length to link against the systemroberto2002-03-211-23/+23 * Remove this file which is not needed anymore.roberto2002-03-191-11/+0 * Subversion r1467. Uses the newly added apr-devel port.roberto2002-03-153-46/+237