aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-06-04 08:06:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-06-04 08:06:36 +0800
commit9773d74ec175f335918279c65f36294cc9bfc9f0 (patch)
treeb9e7a7404e36171a1c3f5e5a4e832aceeb0221f9 /mail/mail-format.c
parentb0d3a768d1197ef3fdd2f5884d981a23c367d594 (diff)
downloadgsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar.gz
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar.bz2
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar.lz
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar.xz
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.tar.zst
gsoc2013-evolution-9773d74ec175f335918279c65f36294cc9bfc9f0.zip
Changed to check everything from the composer before the message is
2002-06-03 Not Zed <NotZed@Ximian.com> * mail-callbacks.c (composer_get_message): Changed to check everything from the composer before the message is requested. Otherwise we could end up signing/encrypting it twice, etc. * mail-format.c (handle_multipart_signed): removed some dead wood. svn path=/trunk/; revision=17094
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index e7ca110766..03bd1991c5 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1756,10 +1756,8 @@ handle_multipart_signed (CamelMimePart *part, const char *mime_type,
{
CamelMimePart *subpart;
CamelDataWrapper *wrapper;
- /*CamelMultipart *mp;*/
CamelMultipartSigned *mps;
gboolean output = FALSE;
- int nparts, i;
wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (part));