help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot open attachments with gnus


From: Ted Zlatanov
Subject: Re: Cannot open attachments with gnus
Date: Wed, 18 Dec 2013 16:51:27 -0500
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

On Wed, 18 Dec 2013 21:39:18 +0100 Alan Schmitt 
<alan.schmitt@polytechnique.org> wrote: 

AS> Ted Zlatanov <tzz@lifelogs.com> writes:
>> I'm glad you found something that works for now, either way!

AS> Thanks. And for the record, this is what I ended up doing:

AS> myopen.sh:
AS> #+BEGIN_SRC sh
AS> #!/bin/sh

AS> DESTDIR=`mktemp -d -t myopen`
AS> FILE=`basename $1`
AS> cp "$1" "$DESTDIR"
AS> open "$DESTDIR/$FILE"
AS> #+END_SRC

AS> It creates a "safe" copy of the file before calling open. I've been
AS> using it this afternoon and it works nicely.

Oh, nice.  That could go in the Gnus manual I'm sure (unless we've both
missed some key option that does it for us :)

Ted


reply via email to

[Prev in Thread] Current Thread [Next in Thread]