On Sun, Aug 05, 2001 at 09:28:59PM -0500, peter horst wrote:
> On Aug 5, 13:58PM, Justin R. Miller wrote:
> > Thus spake Morten Brix Pedersen ([EMAIL PROTECTED]):
> > 
> > > So, is there a "better" way forwarding e-mail with attachments?
> > 
> > Here's what I use: 
> > 
> >     message-hook . "set mime_forward=no"
> >     message-hook "~h multipart" "set mime_forward=ask-yes"
> > 
> 
> Is there a way to alter that formula so that it asks to mime_forward
> all mails with "multipart" in the headers except mails marked
> "multipart/signed"?
> 
message-hook . "set mime_forward=no"
message-hook "~h multipart !(~h multipart/signed)" "set mime_forward=ask-yes"

should do it, but I have not tested it.

> Peter Horst

-- 
Associate Professor Brian Salter-Duke (Brian Duke) [EMAIL PROTECTED]  
Chemistry, School of BECS, SITE, NT University, Darwin, NT 0909, Australia.
Phone 08-89466702.     Fax 08-89466847.     http://www.smps.ntu.edu.au/

Reply via email to