Michael Ludwig schrieb am 10.04.2011 um 23:07 (+0200):
> Looks like I'd have to modify viewhtmlmsg (which runs in Cygwin, just
> like Mutt) to use the Cygwin path notation to pass the path in Windows
> notation to Windows apps.
Had a look at the source:
/usr/lib/python2.6/site-packages/muttils/viewhtmlmsg.py
/usr/lib/python2.6/site-packages/muttils/viewhtmlmsgcommand.py
But I can't figure this out.
66 fp = open(htmlfile, 'wb')
67 fp.write(html)
68 fp.close()
69 self.items = [htmlfile]
70 self.urlvisit()
71 if self.keep:
72 time.sleep(self.keep)
Looks like self.urlvisit() launches the browser? Probably involving the
pybrowser module? Enough research for tonight ...
--
Michael Ludwig