aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-23 07:43:31 +0800
committerDan Winship <danw@src.gnome.org>2000-08-23 07:43:31 +0800
commitc1231cdf52524bfc75cfce86524e8427bbdee6f4 (patch)
treec855f043a89144093eca3f2b6299c5d8a1d451bd /camel
parente7162253689b6ff07527ade63acd6adfbbb57f26 (diff)
downloadgsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.gz
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.tar.zst
gsoc2013-evolution-c1231cdf52524bfc75cfce86524e8427bbdee6f4.zip
use BODY.PEEK, not BODY, so we don't set the message \Seen.
* providers/imap/camel-imap-folder.c (imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so we don't set the message \Seen. svn path=/trunk/; revision=4970
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/imap/camel-imap-folder.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9204c85941..4bfae9b009 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-22 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c
+ (imap_protocol_get_summary_specifier): use BODY.PEEK, not BODY, so
+ we don't set the message \Seen.
+
2000-08-22 Christopher James Lahey <clahey@helixcode.com>
* providers/pop3/camel-pop3-store.c: Fixed a small warning.
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 2118554607..5730002af4 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -1065,7 +1065,7 @@ imap_protocol_get_summary_specifier (CamelFolder *folder)
char *headers_wanted = "SUBJECT FROM TO CC DATE MESSAGE-ID REFERENCES IN-REPLY-TO";
if (CAMEL_IMAP_STORE (folder->parent_store)->server_level >= IMAP_LEVEL_IMAP4REV1) {
- sect_begin = "BODY[HEADER.FIELDS";
+ sect_begin = "BODY.PEEK[HEADER.FIELDS";
sect_end = "]";
} else {
sect_begin = "RFC822.HEADER.LINES";
'>* Update to Wine 2.22. This includes the following changes:gerald2018-02-044-6/+51 * The Wine Staging patchset finally became available for this version, sogerald2018-02-042-2/+3 * Explicitly add x11 and xext to USE_XORG (when the X11 option is set),gerald2018-02-041-1/+1 * Update to Wine 2.21. This includes the following changes:gerald2018-02-043-7/+7 * Fix pkg-plist for the MPG123 option -- where a different dynamicgerald2018-02-041-2/+2 * The Staging patchset now became available for Wine 2.20, so unbreakgerald2018-02-042-2/+3 * Update to Wine 2.20. This includes the following changes:gerald2018-02-044-20/+15 * Update to Wine 2.19. This includes the following changes:gerald2018-02-043-7/+9 * include/wine/windows/d3d11_2, include/wine/windows/d3d11_3 andgerald2018-02-042-7/+7 * Use ${GREP}, ${SED}, and ${PRINTF} instead of their direct brethren.gerald2018-02-041-3/+3 * bin/widl actually never was dependent on the STAGING option, this wasgerald2018-02-042-1/+2 * Add a new Makefile target check-wine-devel-vs-wine-staging that worksgerald2018-02-041-0/+8 * Update to Wine 2.18. This includes the following changes:gerald2018-02-043-8/+53 * Fix pkg-plist wrt. four files that have moved from only being availablegerald2018-02-042-4/+5 * Update to Wine 2.17. This includes the following changes:gerald2018-02-043-7/+13 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-02-041-0/+1 * Update to Wine 2.16. This includes the following changes:gerald2018-02-043-7/+13 * Update to Wine 2.15. This includes the following changes:gerald2018-02-043-7/+13 * Update wine-mono-devel from upstream 4.7.0 to 4.7.1 with minor fixes.gerald2018-02-041-1/+1 * Update to Wine 2.14. This includes the following changes:gerald2018-02-043-7/+17 * Update to Wine 2.13. This includes the following changes:gerald2018-02-043-7/+14 * Move some twenty files that originally were part of the Wine Staginggerald2018-02-042-20/+21 * Update to Wine 2.12. This includes the following changes:gerald2017-07-123-6/+18 * Update to Wine 2.11. This includes the following changes:gerald2017-07-023-6/+14 * Update to Wine 2.10. This includes the following changes:gerald2017-06-153-6/+20 * Update to Wine 2.9. This includes the following changes:gerald2017-05-312-7/+6 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-0/+1 * Update to Wine 2.8. This includes the following changes:gerald2017-05-213-6/+14 * Update to Wine 2.7. This includes the following changes:gerald2017-05-042-6/+6 * Update to Wine 2.6. This includes the following changes:gerald2017-04-213-7/+22 * Update to Wine 2.5. This includes the following changes:gerald2017-04-103-6/+21 * Appease portlint wrt. patch file format.gerald2017-04-021-0/+1 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 * Update wine-devel to Wine 2.4. This includes the following changes:gerald2017-03-223-8/+8 * Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb wereglebius2017-03-212-0/+47 * Update to Wine 2.3. This includes the following changes:gerald2017-03-083-6/+9 * Update to Wine 2.2. This includes the following changes:gerald2017-02-253-6/+10 * Update to Wine 2.1 and hence the new development branch past thegerald2017-02-093-8/+15 * Bump PORTREVISION for real.gerald2017-01-291-0/+1 * Remove the %%STAGING%% tag from lib/wine/fakedlls/vcruntime140.dllgerald2017-01-281-1/+1 * Update to Wine 2.0 RC6, which is planned as the last release candidate.gerald2017-01-222-6/+6 * Make patch header consistent (spaces vs tabs, found while preparinggerald2017-01-211-2/+2 * Remove a hack to fix the build with the STAGING option on FreeBSD 9gerald2017-01-211-2/+0 * Update to Wine 2.0 RC5, with yet some more bug fixes.gerald2017-01-172-7/+6 * Remove a hack against CHOSEN_COMPILER_TYPE actually referring to agerald2017-01-141-4/+1 * Add distinfo for the Staging patchset again, now also available for 2.0 RC4.gerald2017-01-091-1/+3 * Update to Wine 2.0 RC4, which brings a few additional bug fixesgerald2017-01-082-6/+4 * Fix pkg-plist (and hence packaging) when building with OpenAL (and thegerald2016-12-312-0/+47 * Update to Wine 2.0 RC3, which brings some more bug fixes.gerald2016-12-292-6/+6 * Update to Wine 2.0 RC2, which brings an assortment of bug fixes.gerald2016-12-232-7/+6 * Fix the package list: Over the last couple of snapshots, a number ofgerald2016-12-172-75/+76 * Remove the BROKEN designation when the STAGING option is set; thegerald2016-12-172-3/+3 * Update to Wine 2.0 RC1. This includes the following changes:gerald2016-12-102-6/+6 * Fix a typo in pkg-plist that sneaked in after all my testing, and hencegerald2016-12-081-1/+1 * Update to Wine 1.9.24. This includes the following changes:gerald2016-12-073-7/+24 * Fix the order of seven (1+6) file entries.gerald2016-11-271-7/+7 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1 * Update to Wine 1.9.23. This includes the following changes:gerald2016-11-163-6/+29 * Update to Wine 1.9.22. This includes the following changes:gerald2016-11-073-6/+16 * Update to Wine 1.9.21. This includes the following changes:gerald2016-10-193-14/+18 * Update to Wine 1.9.20. This includes the following changes:gerald2016-10-033-9/+43 * Update to Wine 1.9.19. This includes the following changes:gerald2016-09-193-6/+42 * Update to Wine 1.9.18. This includes the following changes:gerald2016-09-063-6/+27 * Update to Wine 1.9.17. This includes the following changes:gerald2016-08-223-6/+12 * Update to Wine 1.9.16. This includes the following changes:gerald2016-08-083-6/+10 * Update to Wine 1.9.15. This includes the following changes:gerald2016-07-253-6/+9 * Update to Wine 1.9.14. This includes the following changes:gerald2016-07-173-6/+7 * Update to Wine 1.9.13. This includes the following changes:gerald2016-06-273-9/+15 * Update to Wine 1.9.12. This includes the following changes:gerald2016-06-213-16/+9 * Require/build with Xinerama support (which has been explicitly disabledgerald2016-06-191-4/+4 * Update to Wine 1.9.11. This includes the following changes:gerald2016-05-303-6/+8 * Update to Wine 1.9.10. This includes the following changes:gerald2016-05-212-6/+6 * Include GNUTLS in the default options since apparently it does helpgerald2016-05-081-1/+2 * Update to Wine 1.9.9. This includes the following changes:gerald2016-05-022-5/+5 * Update to Wine 1.9.8. This includes the following changes:gerald2016-04-183-7/+14 * Update to Wine 1.9.7. This includes the following changes:gerald2016-04-054-13/+21 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-21/+21 * - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1 * emulators/wine-staging: add missing dependency.dbn2016-03-221-0/+2 * Update to Wine 1.9.6. This includes the following changes:gerald2016-03-223-7/+23 * Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-111-1/+2 * Update to Wine 1.9.5. This includes the following changes:gerald2016-03-092-6/+6 * Update to Wine 1.9.4. This includes the following changes:gerald2016-02-283-5/+15 * On FreeBSD 9.x, even when CHOSEN_COMPILER_TYPE from Mk/Uses/compiler.mkgerald2016-02-161-1/+4 * Update to Wine 1.9.3. This includes the following changes:gerald2016-02-093-6/+9 * Fix the build with clang 3.8.0 or later which support "native" Windowsgerald2016-02-081-1/+1 * emulators/i386-wine-devel: update to 1.9.2dbn2016-02-011-0/+2 * Update to Wine 1.9.2. This includes the following changes:gerald2016-01-253-49/+69 * Update to Wine 1.9.1. This includes the following changes:gerald2016-01-113-6/+9 * Update to Wine 1.9.0 which is in direct succession of the now closedgerald2016-01-053-5/+10 * Update to Wine 1.8 RC3. Just bugfixes on our way towards a release.gerald2015-12-085-5/+8 * Update to Wine 1.8 RC2. Just bugfixes (though one new header).gerald2015-11-303-5/+6 * Update to Wine 1.8 RC1 in preparation of the 1.8 release. This bringsgerald2015-11-283-5/+7 * Update to Wine 1.7.55. This includes the following changes:gerald2015-11-163-5/+12 * Also configure --without-gettext. This should not change the resultgerald2015-11-091-1/+1 * Package wine.1 man pages only in the 32-bit case (WINE32) since theygerald2015-11-071-4/+4 * Update to Wine 1.7.54. This includes the following changes:gerald2015-11-023-8/+11 * Update to Wine 1.7.53. This includes the following changes:gerald2015-10-203-5/+27 * Unconditionally prevent the detection of libinotify which fails thegerald2015-10-121-0/+12 * Update to Wine 1.7.52. This includes the following changes:gerald2015-10-073-5/+17 * Update to Wine 1.7.51. This includes the following changes:gerald2015-09-073-8/+6 * Update to Wine 1.7.50. This includes the following changes:gerald2015-08-243-6/+10 * Update to Wine 1.7.49. This includes the following changes:gerald2015-08-123-5/+50 * Fix duplicate PKGNAME with wine-devel/wine-stagingantoine2015-08-031-1/+1 * Update to Wine 1.7.48. This includes the following changes:gerald2015-08-033-6/+13 * Update to Wine 1.7.47. This includes the following changes:gerald2015-07-133-5/+12 * Update to Wine 1.7.46. This includes the following changes:gerald2015-06-293-5/+13 * Convert to USES=jpegantoine2015-06-231-1/+1 * Update to Wine 1.7.45. This includes the following changes:gerald2015-06-213-5/+9 * Update to Wine 1.7.44. This includes the following changes:gerald2015-06-063-7/+9 * Rename emulators/wine-compholio to emulators/wine-staging andgerald2015-05-241-2/+2 * Update to Wine 1.7.43. This includes the following changes:gerald2015-05-223-5/+31 * Our post-extract target uses Perl scripts that require fixing thegerald2015-05-111-1/+1 * Update to Wine 1.7.42. This includes the following changes:gerald2015-05-093-5/+7 * emulators/wine-compholio: fix build.dbn2015-04-241-1/+4 * Update to Wine 1.7.41. This includes the following changes:gerald2015-04-203-37/+36 * emulators/i386-wine(-devel|-compholio): add BUNDLE_LIBS.dbn2015-04-191-0/+1 * Change the COMPHOLIO-specific BUILD_DEPENDS to EXTRACT_DEPENDS now thatgerald2015-04-111-1/+1 * Revert the bogus half of the previous commit (which added COMPHOLIOgerald2015-04-101-1/+1 * Fix package list in case option COMPHOLIO is set (lib/wine/fltmgr.sys.so).gerald2015-04-102-2/+4 * Update to Wine 1.7.40. This includes the following changes:gerald2015-04-064-76/+8 * emulators/wine-devel: unbreak build.dbn2015-04-021-2/+2 * emulators/wine-devel: add wine64 support.dbn2015-03-314-153/+298 * Update to Wine 1.7.39. This includes the following changes:gerald2015-03-222-5/+5 * Update to Wine 1.7.38. This includes the following changes:gerald2015-03-083-7/+17 * Update to Wine 1.7.37. This includes the following changes:gerald2015-02-233-5/+22 * Properly sort two COMPHOLIO-specific items in pkg-plist.gerald2015-02-221-2/+2 * Fix emulators/wine-compholio for applying the compholio patches.dbn2015-01-281-1/+1 * Update to Wine 1.7.35. This includes the following changes:gerald2015-01-254-157/+7 * Update to Wine 1.7.34. This includes the following changes:gerald2015-01-123-6/+11 * Support building with alternate toolchains that require LD to begerald2015-01-101-0/+152 * No longer always configure --with-xcomposite since this is nowgerald2015-01-081-4/+4 * Fix CONFLICTS_INSTALL for wine-devel and related ports.dbn2014-12-291-2/+3 * Bump portrevision after png updatebapt2014-12-261-0/+1 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * Update to Wine 1.7.33. This includes the following changes:gerald2014-12-243-10/+43 * Add USES=desktop-file-utils as suggested by stage-qa. [1][2]gerald2014-12-22