Rocco Rutte wrote:
>> is there a way to mime-forward multiple messages?
>
> Yes, though you can't do it with issueing a forward. You first create your
> message as usual and, when in the compose menu, use
> function (default bound to 'A' IIRC) to attach any number of message from
> any mailbox
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday, June 12 at 03:21 PM, quoth Russell Hoover:
>> Just thought I would point out... You can compress that into a
>> single macro by putting a comma between index and pager::
>>
>> macro index,pager F "set
>> mime_forward=yes"
>
> Wow. This
On Mon 06/09/08 at 09:37 AM -0500, Kyle Wheeler <[EMAIL PROTECTED]> wrote:
> Just thought I would point out... You can compress that into a single
> macro by putting a comma between index and pager::
>
> macro index,pager F "set
> mime_forward=yes"
Wow. This significantly reduces the size of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, June 9 at 09:32 AM, quoth Hein Zelle:
>I use the following macro
>
>macro index F ":set mime_forward=yes\n"
>macro pager F ":set mime_forward=yes\n"
Just thought I would point out... You can compress that into a single
macro by putting a
Hi,
* Hein Zelle wrote:
is there a way to mime-forward multiple messages?
Yes, though you can't do it with issueing a forward. You first create
your message as usual and, when in the compose menu, use
function (default bound to 'A' IIRC) to attach any
number of message from any mailbox (o
Dear Mutt users,
is there a way to mime-forward multiple messages? I use the following
macro
macro index F ":set mime_forward=yes\n"
macro pager F ":set mime_forward=yes\n"
to forward messages as an attachment, which works fine. It doesn't
work fine for multiple tagged messages, though. Is th