Synch with Oort Gnus.
authoryamaoka <yamaoka>
Mon, 1 Jul 2002 09:47:16 +0000 (09:47 +0000)
committeryamaoka <yamaoka>
Mon, 1 Jul 2002 09:47:16 +0000 (09:47 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index a9a4e1b..b3e537f 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-msg.el (gnus-summary-resend-default-address): New user option.
+       (gnus-summary-resend-message): Use it.
+
 2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * nntp.el (nntp-via-rlogin-command-switches): New variable.
index 9fdeb9a..6bf7aaf 100644 (file)
@@ -253,6 +253,13 @@ news."
   :group 'gnus-message
   :type 'boolean)
 
+(defcustom gnus-summary-resend-default-address t
+  "If non-nil, Gnus tries to suggest a default address to resend to.
+If nil, the address field will always be empty after invoking
+`gnus-summary-resend-message'."
+  :group 'gnus-message
+  :type 'boolean)
+
 ;;; Internal variables.
 
 (defvar gnus-inhibit-posting-styles nil
@@ -1306,7 +1313,8 @@ forward those articles instead."
   (interactive
    (list (message-read-from-minibuffer
          "Resend message(s) to: "
-         (when (gnus-buffer-live-p gnus-original-article-buffer)
+         (when (and gnus-summary-resend-default-address
+                    (gnus-buffer-live-p gnus-original-article-buffer))
            ;; If some other article is currently selected, the
            ;; initial-contents is wrong. Whatever, it is just the
            ;; initial-contents.