Re: Forwarding mails with attachments

2001-08-08 Thread Jens Paulus
On Sun, Aug 05, 2001 at 07:27:36PM +0200, Morten Brix Pedersen wrote: > Users usually won't understand whats happening when you 'bounce' a mail > to them, because it looks like its the original author who sent the > e-mail. > > So, is there a "better" way forwarding e-mail with attachments? I wo

Re: Forwarding mails with attachments

2001-08-05 Thread Justin R. Miller
Thus spake peter horst ([EMAIL PROTECTED]): > 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"? I would think that you could do this: message-hook . "set mime_forward=no" mes

Re: Forwarding mails with attachments

2001-08-05 Thread Brian Salter-Duke
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 . "se

Re: Forwarding mails with attachments

2001-08-05 Thread peter horst
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=as

Re: Forwarding mails with attachments

2001-08-05 Thread Morten Brix Pedersen
On Sun, Aug 05, 2001 at 01:58:22PM -0400, Justin R. Miller wrote: > > 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" > >[...] > > That what you'

Re: Forwarding mails with attachments

2001-08-05 Thread Justin R. Miller
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" By default, all messages will be forwared inlin

Forwarding mails with attachments

2001-08-05 Thread Morten Brix Pedersen
Yes, I know the manual says that you should use 'bounce'. But isn't there a better way? Users usually won't understand whats happening when you 'bounce' a mail to them, because it looks like its the original author who sent the e-mail. So, is there a "better" way forwarding e-mail with attachmen