aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2003-03-13 03:07:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-13 03:07:27 +0800
commit8bfabb5cf21422a13242cd169e0e92c126124be4 (patch)
tree2ef9a287f63536f77b4c303aee90336cdbfe57a2
parent0dadd920273918bd3d9e5a2cf678a367f41f3a81 (diff)
downloadgsoc2013-evolution-8bfabb5cf21422a13242cd169e0e92c126124be4.tar.gz
gsoc2013-evolution-8bfabb5cf21422a13242cd169e0e92c126124be4.tar.zst
gsoc2013-evolution-8bfabb5cf21422a13242cd169e0e92c126124be4.zip
revert a commit that I didn't mean to do
svn path=/trunk/; revision=20267
-rw-r--r--mail/mail-ops.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 135f410afe..11bf3d8b0e 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -717,7 +717,7 @@ send_queue_send(struct _mail_msg *mm)
uids = camel_folder_get_uids (m->queue);
if (uids == NULL || uids->len == 0)
return;
-
+
if (m->cancel)
camel_operation_register (m->cancel);
@@ -743,17 +743,17 @@ send_queue_send(struct _mail_msg *mm)
camel_folder_set_message_flags (m->queue, uids->pdata[i], CAMEL_MESSAGE_DELETED, CAMEL_MESSAGE_DELETED);
}
-
+
if (camel_exception_is_set (&mm->ex))
report_status (m, CAMEL_FILTER_STATUS_END, 100, _("Failed on message %d of %d"), i+1, uids->len);
else
report_status (m, CAMEL_FILTER_STATUS_END, 100, _("Complete."));
-
+
if (m->driver) {
camel_object_unref((CamelObject *)m->driver);
m->driver = NULL;
}
-
+
camel_folder_free_uids (m->queue, uids);
if (!camel_exception_is_set (&mm->ex))
td>-18/+18 * Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-222-1/+49 * Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-192-1/+14 * Upgrade to v0.6.0.jkoshy2002-01-1410-412/+280 * Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1 * upgrade to 1.03uijliao2001-12-273-7/+8 * portlint: remove extra whitespaces before end of line.dirk2001-12-242-2/+2 * - PORTDOCS policepat2001-12-242-5/+4 * Fix LC_NUMERIC locale bug.naddy2001-12-053-5/+17 * * Update to release 2001-10-31.naddy2001-12-036-91/+14 * Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-233-0/+3 * * Update to 2.05a.naddy2001-11-2139-618/+567 * Update to 4.0.4.will2001-11-103-3/+24 * Update my MAINTAINER address.naddy2001-11-041-1/+1 * - Remove BROKEN.ijliao2001-10-114-4/+61 * Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallypetef2001-10-052-2/+2 * Add missing @unexec rmdirpetef2001-10-052-0/+2 * Update the files' checksums.roam2001-09-273-13/+3 * Upgrade to 0.5.3.alex2001-09-154-29/+2 * Update to 1.03tdwcjr2001-09-102-2/+2 * Make sure change in patching "builds" correctly on more recent systems.mp2001-09-091-0/+2 * Update to tcsh-6.11.mp2001-09-084-20/+12 * - remove DIST_SUBDIRpetef2001-08-313-6/+12 * Remove redundant USE_PERL5 statements.tobez2001-08-253-3/+0 * 1. This should never have been a portade2001-08-116-43/+0 * Update ksh93 to 2001-07-04.0000 version. Earlier distfiles are notrevor2001-08-049-152/+26 * Update to 4.0.2.will2001-07-036-190/+87 * "the the" -> "the"chris2001-06-241-1/+1 * Preserve files in etc/.olgeni2001-06-182-4/+14 * Enable maildir support.will2001-06-161-1/+2 * Add hmmah, The Deep Prompt, a set of shell promptsdwcjr2001-06-146-0/+43 * upgrade to 1.0008ijliao2001-06-132-6/+8 * The perl man directories should not be removed.jeh2001-06-074-8/+2 * Upgrade Zsh to 4.0.1:will2001-06-049-151/+614 * Update to 1.03s and remove hotfix patches.knu2001-05-314-28/+3 * Make htshd work with tcsh.greid2001-05-301-1/+2 * Fix plistgreid2001-05-192-1/+2 * Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-186-71/+0 * Don't hard-code -O2kris2001-04-301-1/+1 * Add a couple of missing files and remove extra directories on uninstall.steve2001-04-154-0/+12 * Our `end' key defintion for TERM==cons25 seems to be different from others.obrien2001-04-123-0/+42 * Re-update to 1.03r with a hotfix from the author. PORTREVISION is setknu2001-04-104-2/+26 * Remove. Patch not needed any longer.obrien2001-04-103-0/+0 * Update to version 2.05.obrien2001-04-1015-81/+33 * Temporarily back out the previous update. There seems to be a nastyknu2001-04-102-2/+2 * Update to 1.03r.knu2001-04-102-2/+2 * Make WRKDIR safe (fix broken on bento)mharo2001-03-301-1/+1 * make WRKDIR safe (fix broken on bento)mharo2001-03-301-2/+2 * Update to 1.03q.knu2001-03-202-2/+2 * Update to 0.6.knu2001-03-193-5/+13 * Fix a segmentation fault on the Alpha.obrien2001-03-173-0/+60 * Add ruby-shell, a Ruby library to run commands and control jobs like aknu2001-03-166-0/+63 * Update to lastest versionkevlo2001-03-112-2/+2 * I dropped maintainership or at least I tried to. Do it again.obrien2001-03-111-1/+1 * Add wapsh 1.0, a system to allow remote shell logins via a WAPwill2001-03-119-0/+252 * New port: mudsh: An "intelligent" game-like shellclive2001-03-016-0/+55 * - Remove the custom do-extract target.steve2001-02-281-8/+5 * Forgot to commit this file with the previous update to use the sourcesteve2001-02-271-0/+18 * Build from source now that it is available starting with versionsteve2001-02-2612-50/+183