Skip to content

Print common headers when printing messages

Alex Henrie requested to merge alexhenrie/geary:print-headers into master

This patch is pretty straightforward: It adds the From, To, CC, BCC, Date, and Subject headers to the message's web view, but hides them until the message is printed. The headers are encapsulated inside shadow DOM so that they are unaffected by any stylesheets embedded in the email message.

Merge request reports