X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-html.el;h=6824fbf7d39b496eb9ae801cb6db2c8f019e2d61;hp=5bbf5d5893b1b4adb04b39cd20e71384fb3f89f9;hb=9b922c10bd39f8c5fa709ab420dc1134eff0181a;hpb=a0d8ab30a881364eb0da6f0814f4acddb50e6dd2 diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el index 5bbf5d589..6824fbf7d 100644 --- a/lisp/gnus-html.el +++ b/lisp/gnus-html.el @@ -84,7 +84,7 @@ fit these criteria." (not (eq charset 'ascii))) (mm-decode-coding-region (point-min) (point-max) charset)) (call-process-region (point-min) (point-max) - "w3m" + "w3m" nil article-buffer nil "-halfdump" "-no-cookie" @@ -328,7 +328,7 @@ fit these criteria." (push (gnus-html-image-id url) urls) (push "-o" urls))))) (let ((process - (apply 'start-process + (apply 'start-process "images" nil "curl" "-s" "--create-dirs" "--location"