From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@wagner-home.com (Daniel Wagner) Date: Tue, 19 Feb 2008 22:59:16 -0800 Subject: [sup-talk] mime-view In-Reply-To: <1203442283-sup-4449@south> References: <1203393696-sup-1607@buckwheat> <1203442283-sup-4449@south> Message-ID: <1203490669-sup-3520@buckwheat> Excerpts from William Morgan's message of Tue Feb 19 09:32:57 -0800 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. > > Can you try the latest (master/next) from git, or apply the following > patch: Applied it (by hand), still no joy. BUT! On a little more digging, it looks like the #{} syntax wasn't properly escaping spaces in the filename. A few \" later, I'm back in business. system "see #{content_type}:\"#{filename}\"" Thanks, ~d