| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2209.1 | I wish everything was *this* simple! | GANTRY::HULL | Digital Services Delivery - Motown | Wed Feb 03 1993 16:46 | 6 | 
|  | Go in thru CM (Cust. Mgmt) and edit all the MAILMEMO* and MAILATT*.BLPs.
Then Move them Live, and recompile your CMTXL.
Its all documented in the Customization manual.
	-Al
 | 
| 2209.2 | Change for a few, not all? | CARTUN::EJONES |  | Fri Feb 05 1993 15:54 | 5 | 
|  |     It sounds like this will remove the header from everyone on the system.
    Can I remove it for a select few? Like most employees, we share a
    cluster with other groups.
    
    Thanks again!
 | 
| 2209.3 | You can do _anything_ in a boilerplate!
mb | BRUMMY::MARTIN::BELL | Martin Bell, TCC, Birmingham UK | Fri Feb 05 1993 16:01 | 8 | 
|  | If you want the header to be conditional, then use an IF statement,
eg.
<&oa .if $INCLUDE_HEADER eqs "Y" then get oa$merge_line="INTEROFFICE MEMO">
See the manual for full details.
mb
 |