On Thu, Jun 08, 2000 at 12:24:21AM -0500, Carlos P . wrote:
> 
>       mutt -s 'the whole deal' [EMAIL PROTECTED] -A *.pdf
> 
> instead of having to enumerate the files:
> 
>       mutt -s 'the whole deal' [EMAIL PROTECTED] -a f1.pdf -a f2.pdf ...etc.
> 
> it also helps in scripts when you want to run things
> unattended.
> 
In that case I would suggest to write a small script, which collects
the filenames (via find or via shell wildcard substitution) and then
generates the -a aName options by using a for loop.

HTH
Frank

Reply via email to