From mboxrd@z Thu Jan 1 00:00:00 1970 From: johnbent@lanl.gov (John Bent) Date: Tue, 19 Feb 2008 10:54:10 -0700 Subject: [sup-talk] mime-view In-Reply-To: <1203442283-sup-4449@south> References: <1203393696-sup-1607@buckwheat> <1203442283-sup-4449@south> Message-ID: <1203443552-sup-3358@tangerine.lanl.gov> Excerpts from William Morgan's message of Tue Feb 19 10:32:57 -0700 2008: > Reformatted excerpts from Daniel Wagner's message of 2008-02-18: > > Recently, activating attachments has stopped working. > > You know, in reexamining this code, I think there is a silly bug here, > and I think it also caused the weirdness that John Bent was experiencing > a few weeks ago. > That's a relief. I thought I was the cause of the weirdness. This works great; thanks. Now my hooks/mime-view.rb (for a mac) is: ########################### system "open '#{filename}'" ########################### Thanks all! John