From f87d11c476413fa6a48648dbdd5dcab1fbd1a28d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 11 Jul 2002 20:01:32 +0000 Subject: Rename "Save to disk..." to "Save Attachment..." 2002-07-11 Jeffrey Stedfast * mail-display.c (pixmap_press): Rename "Save to disk..." to "Save Attachment..." svn path=/trunk/; revision=17422 --- mail/mail-format.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index 96b677b55b..bd8c033b4c 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1792,24 +1792,24 @@ handle_multipart_signed (CamelMimePart *part, const char *mime_type, g_return_val_if_fail (CAMEL_IS_MULTIPART_SIGNED (wrapper), FALSE); - mps = CAMEL_MULTIPART_SIGNED(wrapper); - + mps = CAMEL_MULTIPART_SIGNED (wrapper); + /* if subpart & signature is null, what do we do? just write it out raw? multipart_signed will, if it cannot parse properly, put everything in the first part this includes: more or less than 2 parts */ - + /* output the content */ subpart = camel_multipart_get_part((CamelMultipart *)mps, CAMEL_MULTIPART_SIGNED_CONTENT); if (subpart == NULL) return FALSE; - + output = format_mime_part (subpart, md, html, stream); - + /* now handle the signature */ subpart = camel_multipart_get_part((CamelMultipart *)mps, CAMEL_MULTIPART_SIGNED_SIGNATURE); if (subpart == NULL) return FALSE; - + mail_part_set_default_displayed_inline(subpart, md, FALSE); if (!mail_part_is_displayed_inline (subpart, md) && !md->printing) { -- cgit v1.2.3