mhonarc-users

Re: removing address from archives

1998-08-31 11:15:12
On August 30, 1998 at 23:59, Jeff Breidenbach wrote:

Most specifically, I'd like to add a line "From: Earl Hood"
just before the Subject: header field in the archived message
http://www.mail-archive.com/mhonarc(_at_)ncsa(_dot_)uiuc(_dot_)edu/msg00569.html

Currently, I am excluding the From: field entirely using 
the following markup in the rcfile.

<FIELDORDER>
subect
date
</FIELDORDER>

Thanks for any insights,

The trick is to use SUBJECTHEADER and HEADBODYSEP in the combination.
For example, you "null" out FIELDSBEG and use SUBJECTHEADER to start
the message header (where you can use $FROMNAME$).  Or "null" FIELDSEND
and use HEADBODYSEP if you want to tack onto the end of the message
header.

Or more simply (in your case) since all you care about is the
subject, date, and from, you can EXCS all fields, and roll your own
using resource variables.  And for greater flexibility, null out
SUBJECTHEADER and use TOPLINKS or MSGHEAD to place your custom
header.  This way you can change the formatting at a later time
if required (SUBJECTHEADER is fixed for a message after the message
is initally written).

        --ewh

----
             Earl Hood              | University of California: Irvine
      ehood(_at_)medusa(_dot_)acs(_dot_)uci(_dot_)edu      |      Electronic 
Loiterer
http://www.oac.uci.edu/indiv/ehood/ | Dabbler of SGML/WWW/Perl/MIME

<Prev in Thread] Current Thread [Next in Thread>