aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>2000-02-02 17:27:36 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-02-02 17:27:36 +0800
commita436540603471c600727014c8b15b5f9beeb3910 (patch)
treeaf04daff5287546688e96893f8cfc7a7df8a2094 /camel
parent0715f576a87349732786f1a2a76c35ac7ceff9ff (diff)
downloadgsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.gz
gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.zst
gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.zip
*** empty log message ***
svn path=/trunk/; revision=1661
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-formatter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-formatter.c b/camel/camel-formatter.c
index 0a26bd163f..737a3b78c6 100644
--- a/camel/camel-formatter.c
+++ b/camel/camel-formatter.c
@@ -478,11 +478,11 @@ handle_mime_message (CamelFormatter *formatter,
/*
- * multipart-related helper function --
+ * multipart-alternative helper function --
* returns NULL if no text/html or text/plan msg is found
*/
static CamelMimePart*
-find_preferred_displayable_body_part_in_multipart_alternate (
+find_preferred_displayable_body_part_in_multipart_alternative (
CamelMultipart* multipart)
{
int i, max_multiparts;
@@ -686,7 +686,7 @@ mime_part_to_html (CamelFormatter* formatter, CamelMimePart* part,
* convert to html (if any) */
if (strcase_equal (mime_type_whole, "multipart/alternate")) {
mime_part =
- find_preferred_displayable_body_part_in_multipart_related (
+ find_preferred_displayable_body_part_in_multipart_alternative (
CAMEL_MULTIPART(message_contents));
}
nome/commit/misc/shared-mime-info/Makefile?h=mate-1.16&id=dc2904cbdd1ee1377cadf68343fb0a7a848bb8ae'>Update to 0.23.marcus2008-01-121-2/+1 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-4/+5 * Update to 0.22.marcus2007-08-101-2/+1 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Remove support for a separate X11BASE.marcus2007-05-201-11/+3 * Restore a hunk that was accidentally removed with the MIMEDIRS fix.marcus2007-04-271-1/+1 * Correct MIME dirs in patch.marcus2007-04-271-0/+1 * Update to 0.21.marcus2007-04-221-1/+2 * Update to 0.20.marcus2007-02-101-4/+3 * Update to 0.19.marcus2006-09-041-2/+6 * Update to 0.18.marcus2006-07-131-2/+2 * Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0 * Update the MASTER_SITES to fix the fetch.mezz2006-05-041-1/+1 * Clean up leftover mime.cache files, and add another MIME subdirectory.marcus2006-03-181-1/+2 * Update to 0.17.mezz2006-03-171-3/+2