Re: forwarding multiple messages

2008-07-03 Thread Hein Zelle
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

Re: forwarding multiple messages

2008-06-12 Thread Kyle Wheeler
-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

Re: forwarding multiple messages

2008-06-12 Thread Russell Hoover
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

Re: forwarding multiple messages

2008-06-09 Thread Kyle Wheeler
-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

Re: forwarding multiple messages

2008-06-09 Thread Rocco Rutte
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

forwarding multiple messages

2008-06-09 Thread Hein Zelle
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