diff options
author | Larry Ewing <lewing@ximian.com> | 2002-06-03 05:47:34 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2002-06-03 05:47:34 +0800 |
commit | 777190afa07c31156afe42ce93bfe4940ea783a1 (patch) | |
tree | b03dd49fe6f9ea0dbd089282edf1359f9641e68a /mail/mail-tools.c | |
parent | 5a35647b7d94b54baec0b2e21b401a056bd2b06d (diff) | |
download | gsoc2013-evolution-777190afa07c31156afe42ce93bfe4940ea783a1.tar.gz gsoc2013-evolution-777190afa07c31156afe42ce93bfe4940ea783a1.tar.zst gsoc2013-evolution-777190afa07c31156afe42ce93bfe4940ea783a1.zip |
make these citations as well.
2002-06-02 Larry Ewing <lewing@ximian.com>
* mail-tools.c (mail_tool_quote_message): make these citations as
well.
* mail-format.c (handle_text_plain_flowed): make these blockquotes
into citations.
svn path=/trunk/; revision=17070
Diffstat (limited to 'mail/mail-tools.c')
-rw-r--r-- | mail/mail-tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 44deb4c6ce..efc4ab49e1 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -369,7 +369,7 @@ mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...) "<!--+GtkHTML:<DATA class=\"ClueFlow\" clear=\"orig\">-->", credits ? credits : "", mail_config_get_citation_color (), - want_plain ? "" : "<blockquote><i>", + want_plain ? "" : "<blockquote type=cite><i>", text, want_plain ? "" : "</i></blockquote>"); g_free (text); |