Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: Adding a Header Message-ID: Date: 22 Apr 91 12:11:56 GMT References: <9104191844.AA24178@hercules.rcc> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 24 Excerpts from internet.info-andrew: 19-Apr-91 Adding a Header Michael Urban@rand.org (259) > I would like to arrange for all my outgoing mail to include special > header information (the X-Face: lines in this message, for the obvious > example). Is there a preference or file that I can set, analogous to > MH's `components' file, to accomplish this? > Mike It's not beautiful, but I believe something like the following will work if you put it in ~/.messagesinit[An Andrew ToolKit view (a footnote) was included here, but could not be displayed.] (note the text between the lines of '='s is ALL ONE LINE) ================ addmenu sendmessage-compound-operation "Send With Face~75" sendmessage sendmessage inherit "sendmessage-add-header X-Face: ;sendmessage-send-message" ================ (the "", including the angle brackets ('<', '>') should be replaced with whatever you expect to put after the colon in the X-Face: header) --fish