On Thu, Jun 08, 2000 at 12:24:21AM -0500, Carlos P . <[EMAIL PROTECTED]> wrote:
> could i suggest a new option, say -A, that
> would allow one to start mutt attaching the rest
> of the command line arguments, like this:
>
> 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.
Why not use the following, especially if you are already in a
script?
mutt -s 'the whole deal' [EMAIL PROTECTED] `for f in *.html;do echo -a $f;done`
Possibly use a variable in place of *.html .
--
Bob Bell Compaq Computer Corporation
Software Engineer 110 Spit Brook Rd - ZKO3-3/U14
TruCluster Group Nashua, NH 03062-2698
[EMAIL PROTECTED] 603-884-0595