X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-art.el;h=215423d6f18ecbb0609983d7a226830c4b1fbc3a;hp=c009a28eab8603970c012d05b4e22657864ef6ec;hb=754a007c9c67f3506008dab6e7e8943eb51848f2;hpb=c8279f0b19fb4eba0540f1f0f2cbf5be350d2829 diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index c009a28ea..215423d6f 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -167,7 +167,7 @@ regexp. If it matches, the text in question is not a signature." :group 'gnus-article-hiding) (defcustom gnus-article-x-face-command - " echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -" + "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -" "*String or function to be executed to display an X-Face header. If it is a string, the command will be executed in a sub-shell asynchronously. The compressed face will be piped to this command."