aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-07-17 03:23:33 +0800
committerDan Winship <danw@src.gnome.org>2001-07-17 03:23:33 +0800
commit749286686bb9ac20e0466ec89154b86779f58fa7 (patch)
treecb60d26d0f82ebab203cfc3d3266160e5b631806 /camel
parent79d07ca8cad15d7ec6e3d37e261ddc6d401374a8 (diff)
downloadgsoc2013-evolution-749286686bb9ac20e0466ec89154b86779f58fa7.tar.gz
gsoc2013-evolution-749286686bb9ac20e0466ec89154b86779f58fa7.tar.zst
gsoc2013-evolution-749286686bb9ac20e0466ec89154b86779f58fa7.zip
Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 to
* providers/imap/camel-imap-command.c (camel_imap_response_free): Given: * 4 EXISTS * 1 EXPUNGE We have to pass 3, not 4 to camel_imap_folder_changed for the exists count. Fixes ximian bug #2112 (finally!). svn path=/trunk/; revision=11133
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog9
-rw-r--r--camel/providers/imap/camel-imap-command.c7
2 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7e8e4f0481..4f598cbb59 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2001-07-16 Dan Winship <danw@ximian.com>
+
+ * providers/imap/camel-imap-command.c (camel_imap_response_free):
+ Given:
+ * 4 EXISTS
+ * 1 EXPUNGE
+ We have to pass 3, not 4 to camel_imap_folder_changed for the
+ exists count. Fixes ximian bug #2112 (finally!).
+
2001-07-14 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c
index 6f19e579e4..6bca74538d 100644
--- a/camel/providers/imap/camel-imap-command.c
+++ b/camel/providers/imap/camel-imap-command.c
@@ -402,6 +402,13 @@ camel_imap_response_free (CamelImapStore *store, CamelImapResponse *response)
sizeof (int));
}
g_array_append_val (expunged, number);
+
+ /* camel_imap_folder_changed expects
+ * "exists" to be the value after all
+ * expunges.
+ */
+ if (exists)
+ exists--;
}
}
g_free (resp);
;id=b94d288194343ceeeb617aff65e1a8f54ea00521'>Enable autohint. [1]delphij2017-02-192-2/+5 * Update to 6.002.rakuco2017-02-182-4/+4 * x11-fonts/font-manager: Switch from using Google Code to GitHubjrm2017-02-156-22/+30 * Update MAINTAINER to tobik@FreeBSD.org for my portstobik2017-02-151-1/+1 * Update to the latest version.kevlo2017-02-043-21/+72 * Update to 6.001rakuco2017-02-042-4/+4 * Generate fontconfig cache on installation. This prevents cache creationtijl2017-02-026-12/+28 * Enable i386 support to Linux CentOS 7 ports.tijl2017-02-011-0/+24 * - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-019-51/+22 * Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainrezny2017-01-301-1/+1 * Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-212-2/+2 * Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386tijl2017-01-194-38/+10 * Update to 6.0rakuco2017-01-192-4/+4 * The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-1/+0 * - Update Mozilla's Open Source Type Family Fira to versions 4.203 (Sans)danfe2017-01-175-53/+91 * Fix encodings.dir pathbapt2017-01-141-0/+6 * http://github.com redirects to the https version.mat2017-01-131-1/+1 * Make 64 bit Linux packages the default on amd64.tijl2017-01-121-1/+1 * Update to 1.204cs2017-01-012-5/+5 * Drop support for Linux Fedora 10 (ports part)rene2017-01-015-77/+0 * Move DISTVERSIONPREFIX to the right location after r430012.rakuco2016-12-311-1/+1 * Update to 5.001.rakuco2016-12-313-9/+36 * Reset ports per maintainer request.rene2016-12-261-3/+2 * - Update to 1.0.3wen2016-12-202-3/+4 * Use ${FONTSDIR} instead of %%FONTSDIR%% in PLIST_FILES. No revision bump sinceehaupt2016-12-141-1/+1 * Add emojione-color-font-ttf 1.3, color emoji font using EmojiOne Unicodeehaupt2016-12-144-0/+41 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-093-2/+3 * Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilitytijl2016-12-081-1/+1 * http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1 * - Add sourceserifpro-ttf 1.017sunpoet2016-11-266-0/+49 * - Use Roman fonts version as PORTVERSIONsunpoet2016-11-261-4/+3 * - Update to 2.030R-ro/1.050R-itsunpoet2016-11-262-5/+6 * - Update to 2.37sunpoet2016-11-213-4/+6 * Remove broken optionantoine2016-11-091-4/+1 * - Add LICENSEamdmi32016-11-074-10/+13 * Update to 1.5.2bapt2016-11-062-3/+4 * x11-fonts/roboto-fonts-ttf: Update to 2.134cpm2016-10-285-4/+90 * All 3 types of fonts are obsoleted in the port. Use official site toache2016-10-242-10/+10 * Move shareware notice to pkg-message and cleanup.olgeni2016-10-232-7/+8 * x11-fonts/sharefonts: add NO_ARCH and reduce diff with x11-fonts/freefonts.olgeni2016-10-231-2/+3 * x11-fonts/freefonts: fix path in pkg-message and set NO_ARCH.olgeni2016-10-233-13/+15 * Use WenQuanYi Zen Hei Sharp instead of WenQuanYi Bitmap Song.delphij2016-10-212-2/+2 * Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1 * Add Linux CentOS 7 infrastructure ports.tijl2016-10-196-0/+95 * Provide a NEWVERDANA option (off by default) to install the y2006olgeni2016-10-193-5/+19 * Sync webfonts collection with mscorefonts2.olgeni2016-10-174-18/+57 * Update to 1.06 and add NO_ARCH.adamw2016-10-112-3/+5 * Mark BROKEN: unfetchableantoine2016-10-011-0/+2 * x11-fonts/oldschool-pc-fonts: add new portjbeich2016-09-305-0/+155 * GOOGLE_CODE has gone away.mat2016-09-141-0/+2 * Most commonly used build systems support silent builds, when theyamdmi32016-09-101-2/+1 * - Convert to USES=fonts to fix a package installation problem.tijl2016-09-094-173/+122 * - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-062-14/+7 * Should be NO_WRKSUBDIRpawel2016-08-271-1/+1 * Update to account for upstream's website reorganizationmatthew2016-08-273-7/+6 * Delete some dead code missed out of the previus update.matthew2016-08-271-2/+0 * Update to version 1102matthew2016-08-273-9/+8 * Exo 2 is a complete redrawing of Exo, a contemporary geometric sans serifpawel2016-08-275-0/+54 * Update fontconfig to 2.12.1.kwm2016-08-2216-391/+55 * New port: x11-fonts/hack-font.rakuco2016-08-065-0/+46 * Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-012-0/+0 * x11-fonts/wqy: bump PORTREVISION after r419067jbeich2016-08-011-1/+1 * - Update to 0.9amdmi32016-07-273-5/+12 * Sync the versioning files in the pkg-plist with PORTVERSION via PLIST_SUB.osa2016-07-262-4/+5 * Don't manually call fc-cache after USES=fontsjbeich2016-07-263-11/+1 * x11-fonts/fontconfig: don't touch user font cache on installjbeich2016-07-262-2/+2 * Update to version 4.40.1pawel2016-07-253