FWIW, if somebody can come up with a decent command line interface
for attachig multiple files, that would be a rather valuable
contribution.

-- 
Thomas Roessler   <[EMAIL PROTECTED]>





On 2007-03-20 13:33:34 +0100, Christoph Berg wrote:
> From: Christoph Berg <[EMAIL PROTECTED]>
> To: mutt-users@mutt.org
> Date: Tue, 20 Mar 2007 13:33:34 +0100
> Subject: Re: attach multiple files from command line
> X-Spam-Level: 
> X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.5
> 
> Re: Hein Zelle 2007-03-20 <[EMAIL PROTECTED]>
> > which gets cumbersome with 20+ files.  There's a good alternative
> > (attaching files from within mutt), but I was wondering if anyone has
> > solved this before.  Any clever shell scripts to add the -a option for
> > each of the filenames?
> 
> for f in *.png ; do a="$a -a $f" ; done
> mutt $a
> 
> or:
> 
> mutt `ls *.png | xargs -n1 echo -a`
> 
> Christoph
> -- 
> [EMAIL PROTECTED] | http://www.df7cb.de/


Reply via email to