(spam-report-url-ping-plain): Don't query about killing the process.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 4 Oct 2010 19:49:53 +0000 (21:49 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 4 Oct 2010 19:49:53 +0000 (21:49 +0200)
lisp/ChangeLog
lisp/spam-report.el

index 3ce2eeb..fb086e7 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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  <julien@danjou.info>
        * shr.el (shr-render-td): Protect against too-wide text.
 
 2010-10-04  Julien Danjou  <julien@danjou.info>
index e73444e..30e0ae5 100644 (file)
@@ -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))
                 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"
       (process-send-string
        tcp-connection
        (format "GET %s HTTP/1.1\nUser-Agent: %s\nHost: %s\n\n"