[evolution-patches] 68866, blank line after headers quoting mails





? mail/ems.diff
? mail/evolution-mail-2.0.schemas
? mail/m.diff
? mail/ma.diff
? mail/default/zh_CN/Makefile
? mail/default/zh_CN/Makefile.in
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3577
diff -u -p -r1.3577 ChangeLog
--- mail/ChangeLog	21 Feb 2005 06:37:13 -0000	1.3577
+++ mail/ChangeLog	22 Feb 2005 00:14:25 -0000
@@ -1,3 +1,10 @@
+2005-02-22  Not Zed  <NotZed Ximian com>
+
+	** See bug #68866
+
+	* em-format-quote.c (emfq_format_headers): line-feed after all
+	headers for blind people.
+
 2005-02-14  Not Zed  <NotZed Ximian com>
 
 	** See bug #61363 & e-util/ChangeLog
Index: mail/em-format-quote.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-format-quote.c,v
retrieving revision 1.15
diff -u -p -r1.15 em-format-quote.c
--- mail/em-format-quote.c	3 Dec 2004 03:38:03 -0000	1.15
+++ mail/em-format-quote.c	22 Feb 2005 00:14:26 -0000
@@ -354,6 +354,8 @@ emfq_format_headers (EMFormatQuote *emfq
 		emfq_format_header (emf, stream, part, h->name, h->flags, charset);
 		h = h->next;
 	}
+
+	camel_stream_printf(stream, "<br>\n");
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]