Gnus development mailing list
 help / color / mirror / Atom feed
* gnus mime external display question
@ 2001-01-03 11:10 Gregory Chernov
  2001-01-05  5:37 ` ShengHuo ZHU
  0 siblings, 1 reply; 4+ messages in thread
From: Gregory Chernov @ 2001-01-03 11:10 UTC (permalink / raw)



Hi,

I always wanted to read archived attachments (tar, zip etc.)
inside gnus/xemacs. Maybe I'm reinventing the wheel but
simplest way do it for me is to use gnuclient.
I added new type to mailcap-mime-data:

("gnuclient"
  (viewer . "gnuclient %s")
  (type   . "application/gnuclient")
  (test   . (eq (mm-device-type) 'x))
  ("needsx11"))


and now with "view as type" application/gnuclient
I can browse tar/zip attachments inside xemacs.

Only problem is when I close client, temporary files
/tmp/emm.* are not deleted. 

Maybe somebody who understands how external display 
in gnus is worked can help me with this problem or
at least say in which gnus files/functions I should
look to solve it.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-09  6:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-03 11:10 gnus mime external display question Gregory Chernov
2001-01-05  5:37 ` ShengHuo ZHU
2001-01-05 10:42   ` Gregory Chernov
2001-01-09  6:58     ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).