Re: interactive options on mailcap

1999-09-29 Thread Eric Smith
Brian - And on Sat, Sep 25, 1999 at 11:54:40AM +0930 it was said by Brian Salter-Duke: | This does exactly what you asked for and is much shorter than the one I | posted a while back. | | #!/usr/local/bin/perl | $file = $ARGV[0]; | $base = $file; | $base =~ s?\.gz??; | print "Type the directory

Re: interactive options on mailcap

1999-09-24 Thread Brian Salter-Duke
On Fri, Sep 24, 1999 at 04:47:00PM +0200, Eric Smith wrote: > Maybe this is not really a mutt question. > > I have the following line(s) in my .mailcap which is most useful: > > application/zip; /usr/bin/unzip -d/var/tmp/unzipped/ %s > application/x-zip-compressed; /usr/bin/unzip -d/var/tmp

Re: interactive options on mailcap

1999-09-24 Thread Brian Salter-Duke
On Fri, Sep 24, 1999 at 04:47:00PM +0200, Eric Smith wrote: > Maybe this is not really a mutt question. > > I have the following line(s) in my .mailcap which is most useful: > > application/zip; /usr/bin/unzip -d/var/tmp/unzipped/ %s > application/x-zip-compressed; /usr/bin/unzip -d/var/tmp

Re: interactive options on mailcap

1999-09-24 Thread Brian Salter-Duke
On Fri, Sep 24, 1999 at 04:47:00PM +0200, Eric Smith wrote: > Maybe this is not really a mutt question. > > I have the following line(s) in my .mailcap which is most useful: > > application/zip; /usr/bin/unzip -d/var/tmp/unzipped/ %s > application/x-zip-compressed; /usr/bin/unzip -d/var/tmp