diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-21 02:25:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-21 02:25:45 +0800 |
commit | 8a361c78f0cfad3ae56e9bc8e5387b3e66d05429 (patch) | |
tree | 15962c69e9789a5895ec2811cb9f616c3d86a97b /mail/mail-display.c | |
parent | 47b817166c6d39e6a3c5ea3da6079ad31c28eb29 (diff) | |
download | gsoc2013-evolution-8a361c78f0cfad3ae56e9bc8e5387b3e66d05429.tar.gz gsoc2013-evolution-8a361c78f0cfad3ae56e9bc8e5387b3e66d05429.tar.zst gsoc2013-evolution-8a361c78f0cfad3ae56e9bc8e5387b3e66d05429.zip |
Don't expunge the source folder if we have a cache.
2001-07-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (filter_folder_filter): Don't expunge the source
folder if we have a cache.
svn path=/trunk/; revision=11264
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c index ccc399b230..ea795fc6d2 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -1194,7 +1194,7 @@ mail_display_redisplay (MailDisplay *md, gboolean unscroll) /* This is a hack until there's a clean way to do this. */ GTK_HTML (md->html)->engine->newPage = FALSE; } - + mail_html_write (md->html, md->stream, "<!doctype html public \"-//W3C//DTD HTML 4.0 TRANSITIONAL//EN\">\n<html>\n<head>\n<meta name=\"generator\" content=\"Evolution Mail Component\">\n</head>\n"); mail_html_write (md->html, md->stream, "<body marginwidth=0 marginheight=0>\n"); |