aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-25 05:51:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-25 05:51:04 +0800
commit1dc80dc3791eb57f9947a03a34d1e92950ee88d7 (patch)
tree58ae5428a2d4b2cdeacb666d4688566a8174b19a /mail
parentad7e9b2471129eca0ce80b35c19b81b8f0a29e58 (diff)
downloadgsoc2013-evolution-1dc80dc3791eb57f9947a03a34d1e92950ee88d7.tar.gz
gsoc2013-evolution-1dc80dc3791eb57f9947a03a34d1e92950ee88d7.tar.zst
gsoc2013-evolution-1dc80dc3791eb57f9947a03a34d1e92950ee88d7.zip
check_specials if this is an application/pgp type as well.
2001-07-24 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (handle_text_plain): check_specials if this is an application/pgp type as well. svn path=/trunk/; revision=11357
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-format.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e73cb061f2..8543220b7f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2001-07-24 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-format.c (handle_text_plain): check_specials if this is an
+ application/pgp type as well.
+
* mail-ops.c (add_vtrash_info): When dumping the CamelURL to a
string, hide all the params.
diff --git a/mail/mail-format.c b/mail/mail-format.c
index a5f4007b6d..795bfefa5d 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1012,7 +1012,7 @@ handle_text_plain (CamelMimePart *part, const char *mime_type,
* has decided to call text/plain because it starts with English
* text...)
*/
- check_specials = (g_strcasecmp (mime_type, "text/plain") == 0);
+ check_specials = !g_strcasecmp (mime_type, "text/plain") || !g_strcasecmp (mime_type, "application/pgp");
p = text;
while (p && check_specials) {
le='2018-12-26 04:25:39 +0800'>2018-12-2614-14/+14 * lang/rust-nightly: update to 1.33.0.20181225jbeich2018-12-252-4/+4 * Update to v5.29.6-14-gd339f0618a.mat2018-12-244-5/+7 * Update to the 20181221 snapshot of GCC 8.2.1.gerald2018-12-242-4/+4 * lang/rust-nightly: update to 1.33.0.20181223jbeich2018-12-232-4/+4 * Allow building on all versions of powerpc.linimon2018-12-221-2/+2 * Allow building on powerpcspe.linimon2018-12-221-1/+1 * Update to the 20181220 snapshot of GCC 7.4.1.gerald2018-12-222-4/+4 * Remove expired ports:rene2018-12-214-126/+0 * lang/rust-nightly: Unbreak after r487977tobik2018-12-211-20/+2 * lang/rust: Update to 1.31.1tobik2018-12-214-71/+28 * databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updateddch2018-12-201-0/+1 * lang/rust-nightly: update to 1.33.0.20181220jbeich2018-12-202-4/+4 * Unbreak by providing handling for readline from base as well as from port.mi2018-12-201-4/+12 * Update to 2.12.8joneum2018-12-192-5/+5 * Remove expired port:rene2018-12-1817-5523/+0 * Update to the 20181216 snapshot of GCC 9.gerald2018-12-182-4/+4 * lang/rust-nightly: update to 1.33.0.20181218jbeich2018-12-182-4/+4 * Update to v5.29.5-127-g1ab3a811e9.mat2018-12-173-34/+4 * Forgot to uncomment this after switching the default to Perl 5.28.mat2018-12-171-2/+2 * lang/rust: drop unused conflicts after r446815jbeich2018-12-171-29/+0 * GHC ports: use proper sorting for Makefile variables. Add `create-stack-bindi...arrowd2018-12-174-5/+22 * Update PyQt5 to 5.11.3tcberner2018-12-161-0/+3 * Update KDE Frameworks to 5.53.0tcberner2018-12-162-4/+3 * lang/rust-nightly: update to 1.33.0.20181216jbeich2018-12-162-4/+4 * lang/rust-nightly: update to 1.33.0.20181215jbeich2018-12-162-5/+5 * Update to the 20181214 snapshot of GCC 8.2.1.gerald2018-12-162-5/+4 * Fix dependency loop on powerpc64antoine2018-12-151-1/+3 * Update to 1.11.4jlaffaye2018-12-153-4/+15 * Mark BROKEN: fails to buildantoine2018-12-151-0/+1 * Update to the 20181213 snapshot of GCC 7.4.1.gerald2018-12-152-5/+4 * lang/rust-nightly: update to 1.32.0.20181214jbeich2018-12-156-27/+77 * lang/gravity: Update 0.6.0-2 -> 0.6.1yuri2018-12-152-5/+4 * Update to 1.11.3jlaffaye2018-12-143-4/+12 * Update KDE Applications to 18.12.0tcberner2018-12-144-8/+6 * Update to the 20181209 snapshot of GCC 9.gerald2018-12-132-5/+4 * lang/gravity: Update 0.5.9 -> 0.6.0-2yuri2018-12-132-7/+5 * - Update to 2.7.1lwhsu2018-12-1221-248/+61 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-1257-39/+57 * devel/boost-*: update to 1.69.0jbeich2018-12-122-1/+2 * Update lang/erlang-runtime21 to version 21.2.olgeni2018-12-122-10/+8 * lang/ghc843: Use PLIST definition from bsd.ghc.mk.arrowd2018-12-112-2/+1 * Update to 2.12.8 release.ale2018-12-102-4/+4 * Update to 5.6.39 release [1].ale2018-12-103-6/+7 * Update to v5.29.5-98-g2a0bbd31bb.mat2018-12-103-6/+5 * lang/ghc862: Remove extraneous PLIST var. It is set in bsd.ghc.mk.arrowd2018-12-101-2/+0 * lang/jruby: update to 9.2.5.0swills2018-12-103-130/+130 * New port: lang/gravity: Embeddable programming languageyuri2018-12-104-0/+34 * lang/jruby: update to version 9.2.4.0swills2018-12-103-207/+369 * Update to the 20181207 snapshot of GCC 8.2.1.gerald2018-12-092-4/+4 * Put back the mail header patch.mat2018-12-091-0/+2 * lang/swift: drop maintainershipswills2018-12-091-1/+1 * gnu qsort check goes into an infinite loop on aarch64. Disable it.linimon2018-12-091-0/+55 * gnu qsort check goes into an infinite loop on aarch64. Disable it.linimon2018-12-091-4/+8 * Update lang/erlang-runtime20 to version 20.3.8.15.olgeni2018-12-092-5/+7 * lang/ghc862: Add a port for GHC 8.6.2.arrowd2018-12-0911-0/+242 * Update to the GCC 7.4 release.gerald2018-12-083-28/+8 * Update to the 20181206 snapshot of GCC 7.4.1, that is, this is the firstgerald2018-12-082-4/+4 * lang/php72: Upgrade from 7.2.12 to 7.2.13tz2018-12-072-4/+4 * lang/php71: Upgrade from 7.1.24 to 7.1.25tz2018-12-072-6/+4 * lang/php73: Upgrade from RC6 to 7.3.0tz2018-12-072-5/+5 * Cleanup GHC ports:arrowd2018-12-079-72/+56 * Update to the 20181202 snapshot of GCC 9.gerald2018-12-072-4/+4 * Update to 1.4.14krion2018-12-072-6/+6 * lang/rust: update to 1.31.0jbeich2018-12-0749-11790/+72 * Remove version 7.0 from the IGNORE_WITH_PHP list.rene2018-12-069-9/+9 * These ports now build on powerpc64.linimon2018-12-061-1/+0 * Remove expired ports:rene2018-12-0516-1316/+0 * use @FreeBSD.org as MAINTAINER instead of my private addressegypcio2018-12-051-1/+1