mharc-users

Re: how to include Message-ID?

2003-04-17 14:02:57
On April 17, 2003 at 14:25, "Jason R. Mastaler" wrote:

I'd like to include the Message-ID header in the message display.
I've added the following to my lib/common.mrc.in:

<FIELDORDER> 
to 
subject 
from 
date 
cc 
message-id 
organization 
</FIELDORDER> 

However, it doesn't make any difference, Message-ID is still left
out.  Is there something special about this header?

Did you run 'make configure'?  You will also have to do a 'make rebuild'
since existing messages will not be affected in the HTML archives.

Also, verify the EXCS setting.  If message-id is included in EXCS,
then it will be excluded.  Since you are using FIELDORDER to define
an exclusive set of headers (the special "-extra-" field is left
out), you should do the following to make sure that EXCS does not
influence anything:

  <!-- Clear out all exclusions -->
  <EXCS override>
  </EXCS>

  <!-- Define fields we want rendered -->
  <FIELDORDER> 
  to 
  subject 
  from 
  date 
  cc 
  message-id 
  organization 
  </FIELDORDER> 

--ewh

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHARC-USERS

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