Hi,
Quoted text is not shown on a printed message, except for a bit of padding on the left. This small patch adds a grey border to the left. I'm not quite sure about the grey-levels, but if nobody objects I'll commit this today.
Robin
--- skins/default/print.css (revision 392) +++ skins/default/print.css (working copy) @@ -109,3 +109,23 @@ padding: 0; font-size: 9pt; }
+div.message-part blockquote +{
+}
+div.message-part blockquote blockquote +{
+}
+div.message-part blockquote blockquote blockquote +{
+}