> On Thu, 28 Feb 2002  Alan G Isaac <[EMAIL PROTECTED]> wrote:
> AGI> I just forwarded a msg that has attachments,
> AGI> but the attachments were not included.
> AGI> What do I need to do to include them.

On Thu, 28 Feb 2002  Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
>  Use the $quote822 template variable which includes the original message as
> separate MIME part instead of taking just the text from it. There is even
> a "Forward with attachment" standard template which does it - press
> Shift-Ctrl-F to use it. Of course, you may also edit the default template
> to use $quote822 instead of juste $quote.



If I press Shift-Ctrl-F I see a single template:
++++++++++++ template follows  ++++++++++++++++
        $CURSOR

        ------ Forwarded message ------
        From: ${ORIGINAL:FROM}
        Date: ${ORIGINAL:DATE}
        Subject: ${ORIGINAL:SUBJECT}
        To: ${ORIGINAL:TO}

        ${ORIGINAL:TEXT}
        -------- End of message -------
++++++++++++ template ends  ++++++++++++++++



If I understand you, I could replace everything except $CURSOR
with $quote822 and I would get the entire message, including 
attachments, included as a MIME part.  I can try that.

What I would prefer would be to be able to keep this template
but add one line, e.g. $quoteattach, that would include the
attachments.  Possible feature request?

Cheers,
Alan 




_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to