From 2c4b45788689d6b19cd02f932dbe25afc6c76abf Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 4 Oct 2010 21:49:53 +0200 Subject: [PATCH] (spam-report-url-ping-plain): Don't query about killing the process. --- lisp/ChangeLog | 3 +++ lisp/spam-report.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ce2eebd8..fb086e72e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-10-04 Lars Magne Ingebrigtsen + * spam-report.el (spam-report-url-ping-plain): Don't query about + killing the process. + * shr.el (shr-render-td): Protect against too-wide text. 2010-10-04 Julien Danjou diff --git a/lisp/spam-report.el b/lisp/spam-report.el index e73444e85..30e0ae58f 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -256,6 +256,7 @@ This is initialized based on `user-mail-address'." 80)) (error "Could not open connection to %s" host)) (set-marker (process-mark tcp-connection) (point-min)) + (gnus-set-process-query-on-exit-flag tcp-connection nil) (process-send-string tcp-connection (format "GET %s HTTP/1.1\nUser-Agent: %s\nHost: %s\n\n" -- 2.34.1