 |
Here's how to print full headers at the top of your email message:
- Go to the "File" menu and select "Edit Print Template...". (Prior to Poco 2.6 use select the
command from the "EMail" menu).
- When the Print Template pops up, highlight the default headers and delete them.
Type " %headers% " without the quote marks. In order to have the headers print in a larger or
smaller font size, or a different font, highlight " %headers% " and then use the toolbar font
options.
- Print
The above setup will print full headers. If you prefer, you may select which headers you want
printed. Here's the print template I use:
From: %sender% <%from%>
Subject: %header%:"Subject"
Date: %sent%
To: %to%
CC: %cc%
BCC: %header%:"X-Bcc"
Attachments:%header%:"X-Poco-Attachment"
Mailer: %header%:"X-Mailer"
-----
%body%
%attachments%
If you don't want any headers printed at all, simply delete everything except the %body% and
%attachments% tags.
You can also configure the template to print annotations if
you use them.
|