>>>>> Joe Galaxy wrote:
> I have a ~/.mailcap file and it is parsed.
> My problem is that i want see the x-faces in a xterm not with
> imagemagick display, but with xv or qiv or feh. I have in my mailcap
> for example: image/*;z xv -nodecor %s
> but won't work for that.

Maybe this works:

(setq gnus-article-x-face-command
      "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv 
-nodecor -")

The means that Gnus displays X-Face is special; see the value of
the `gnus-article-x-face-command' variable when running Gnus in
xterm.  The default value for that condition is:

"{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | display -"
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to