Re: not a FAQ

2000-09-18 Thread Mikko Hänninen

Bruce DeVisser <[EMAIL PROTECTED]> wrote on Tue, 12 Sep 2000:
> But suppose I want to pick out one attachment
> only from a message, instead of a whole message... is there a way to
> do that?

No, currently there is no (direct) way.  It would be nice if there was,
yes.  I guess it'll only happen if someone misses this feature bad
enough that they'll write the code for it, though.


Mikko
PS. Your Mail-Followup-To: header had the contents:
"Bruce DeVisser , [EMAIL PROTECTED]" -- please either
"set use_domain" or tell your MTA to also add domains to addresses
in MFT headers.  Thanks.
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
 Dyslexics of the world, untie!



Re: not a FAQ

2000-09-12 Thread Bruce DeVisser

On Tue, Sep 12, 2000 at 06:09:23PM -0500, David Champion wrote:
> On 2000.09.12, in <[EMAIL PROTECTED]>,
> > On a related note, I am wondering if there is a way to add an
> > attachment consisting of an *attachment* from another email (as
> > opposed to an *entire* other email).
> 
> View attachments, select the interesting one, press the "forward" key.
> Or select multiple interesting ones, and tag-forward.

No, that's slightly different from what I mean. Suppose I finish
editing the response I am now editing; then I exit the editor and am
given the screen where I hit 'y' to mail. One of the options there is
'A' to attach a message. But suppose I want to pick out one attachment
only from a message, instead of a whole message... is there a way to
do that?

(I can work around it; but since mutt can do anything else, I wonder
if it can do this also? ;-)

-- 
- Bruce



Re: not a FAQ

2000-09-12 Thread David Champion

On 2000.09.12, in <[EMAIL PROTECTED]>,
"Chris Chisolm" <[EMAIL PROTECTED]> wrote:
> 
> 1.  How do you forward a message, including all the attachments
> that came with the message?  Ideally I would include the forwarded
> main message as text and the all the attachments would be auto
> loaded as attachments to the new mail.

See other reply; sorry, did not include your address.

> 2.  This is probably an RFE but...Is there any way to save a set of 
> complicated limit strings(perhaps to a file) and so have a preset
> list of choices on how to limit and display your mail?

Macros.

> Something:TO something or CC something or subject something or subject 1844 or 
>subject 524158 or subject 6437265;

I'm not sure what "Something:" means, but if this is a common limit,
put this in your .muttrc.  (Pick your own binding; I chose "%1"
pseudo-randomly.)

macro index "%1" "~C something | ~s \"(something|1844|524158|6437265)\""

When you want that limit, type "%1".

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago



Re: not a FAQ

2000-09-12 Thread Jeremy Blosser

Chris Chisolm [[EMAIL PROTECTED]] wrote:
> I have read all the FAQs I can find and searched the man 
> page but I still have a couple questions.
> 
> 1.  How do you forward a message, including all the attachments
> that came with the message?  Ideally I would include the forwarded
> main message as text and the all the attachments would be auto
> loaded as attachments to the new mail.

The easiest way is to mime_forward the message, which makes the message a 
MIME part with all the attachments contained.  Try it -- you can forward 
ridiculously complex MIME messages and all works beautifully.  This is IMO 
one of the strongest things Mutt has going for it.

You do this by just forwarding the message, with the appropriate settings 
for $mime_forward, $mime_forward_decode, etc... see David Champion's 
response.

> 2.  This is probably an RFE but...Is there any way to save a set of 
> complicated limit strings(perhaps to a file) and so have a preset
> list of choices on how to limit and display your mail?
> 
> For example(from another reader):
> 
> notchisolm:~ (TO chisolm OR FROM chisolm or cc chisolm or bcc chisolm)

The easiest is to create a macro to apply a given limit, and then include
the macro(s) in your .muttrc or a file sourced by your .muttrc.

See the manual on macros, limits, and Mutt's pattern matching.

-- 
Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
-+-+--
the crises posed a question / just beneath the skin
the virtue in my veins replied / that quitters never win

 PGP signature


Re: not a FAQ

2000-09-12 Thread David Champion

On 2000.09.12, in <[EMAIL PROTECTED]>,
"Bruce DeVisser" <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 12, 2000 at 02:22:19PM -0700, Chris Chisolm wrote:
> > 
> > I have read all the FAQs I can find and searched the man 
> > page but I still have a couple questions.
> > 
> > 1.  How do you forward a message, including all the attachments that
> > came with the message?  Ideally I would include the forwarded main
> > message as text and the all the attachments would be auto loaded as
> > attachments to the new mail.

Manual, section 2.5:

Forwarding can be done by including the original
message in the new message's body (surrounded by
indicating lines) or including it as a MIME attachment,
depending on the value of the $mime_forward variable.
Decoding of attachments, like in the pager, can be
controlled by the $forward_decode and
$mime_forward_decode variables, respectively. The
desired forwarding format may depend on the content,
therefore $mime_forward is a quadoption which, for
example, can be set to ``ask-no''.

The inclusion of headers is controlled by the current
setting of the $weed variable, unless mime_forward is
set.

I use:
set forw_decode
set mime_forward=ask-yes

> On a related note, I am wondering if there is a way to add an
> attachment consisting of an *attachment* from another email (as
> opposed to an *entire* other email).

View attachments, select the interesting one, press the "forward" key.
Or select multiple interesting ones, and tag-forward.

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago



Re: not a FAQ

2000-09-12 Thread Bruce DeVisser

On Tue, Sep 12, 2000 at 02:22:19PM -0700, Chris Chisolm wrote:
> 
> I have read all the FAQs I can find and searched the man 
> page but I still have a couple questions.
> 
> 1.  How do you forward a message, including all the attachments that
> came with the message?  Ideally I would include the forwarded main
> message as text and the all the attachments would be auto loaded as
> attachments to the new mail.

If you go into 'view attachments' and tag them all, you can do it that
way... until some gives an easier answer.

On a related note, I am wondering if there is a way to add an
attachment consisting of an *attachment* from another email (as
opposed to an *entire* other email).


-- 
- Bruce



not a FAQ

2000-09-12 Thread Chris Chisolm


I have read all the FAQs I can find and searched the man 
page but I still have a couple questions.

1.  How do you forward a message, including all the attachments
that came with the message?  Ideally I would include the forwarded
main message as text and the all the attachments would be auto
loaded as attachments to the new mail.

2.  This is probably an RFE but...Is there any way to save a set of 
complicated limit strings(perhaps to a file) and so have a preset
list of choices on how to limit and display your mail?

For example(from another reader):

notchisolm:~ (TO chisolm OR FROM chisolm or cc chisolm or bcc chisolm)

Something:TO something or CC something or subject something or subject 1844 or subject 
524158 or subject 6437265;

   I suspect a lot of people do this type of function with procmail
   or something else that seperates mail into multiple folders.  That
   is difficult for me, I travel alot and my company provides a method
   to read my IMAP mail box via a web or PC app.  These are somewhat
   limited in dealing with folders so it is far better for me to
   have all my mail in my main inbox. 

I just subscribed to this list so could you explicitely list me in
the reply.

Thanks,
chris