On 03.01.12,14:23, Matthias Apitz wrote: > El día Tuesday, January 03, 2012 a las 08:16:56AM -0500, Patrick Shanahan > escribió: > > > * Matthias Apitz <[email protected]> [01-03-12 08:10]: > > > El día Tuesday, January 03, 2012 a las 07:58:20AM -0500, Patrick Shanahan > > > escribió: > > > > > > > try: text/html;firefox -new-window %s\;exit 1; \ > > > > nametemplate=%s.html; test=test -n "$DISPLAY" > > > > > > > > one line broken after "exit 1;" for display > > > > > > thanks; but gives as well: mailcap entry for type text/html not found > > > > do you still have a line with *only*: text/thml > > remove it: > > here is what I have in ~/,mailcap file: > > $ fgrep text .mailcap > # text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html > text/html;firefox3 -new-window %s\;exit 1; nametemplate=%s.html; test=test -n > "$DISPLAY" > # text/html; firefox3 %s > # text/html; mozilla %s; copiousoutput; nametemplate=%s.html > # text/html; kfmclient newTab %s; copiousoutput; nametemplate=%s.html > # text/html; /home/guru/konquNewTab.sh %s; copiousoutput; nametemplate=%s.html > # text/html; opera -remote 'openURL(%s,new-page)'; copiousoutput; > nametemplate=%s.html >
Try this line instead and do "m" on the html file in the attachment view: text/html; /usr/bin/firefox %s;exit 1; nametemplate=%s.html; test=test -n "$DISPLAY" Jostein
