emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/message.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/message.el
Date: Thu, 03 Mar 2005 18:02:22 -0500

Index: emacs/lisp/gnus/message.el
diff -c emacs/lisp/gnus/message.el:1.71 emacs/lisp/gnus/message.el:1.72
*** emacs/lisp/gnus/message.el:1.71     Wed Feb  9 15:50:37 2005
--- emacs/lisp/gnus/message.el  Thu Mar  3 23:02:21 2005
***************
*** 5675,5681 ****
  fragmented and very difficult to follow.
  
  Also, some source/announcement lists are not intended for discussion;
! responses here are directed to other addresses.")))
        (setq recipients (concat ", " mft)))
         (to-address
        (setq recipients (concat ", " to-address))
--- 5675,5684 ----
  fragmented and very difficult to follow.
  
  Also, some source/announcement lists are not intended for discussion;
! responses here are directed to other addresses.
! 
! You may customize the variable `message-use-mail-followup-to', if you
! want to get rid of this query permanently.")))
        (setq recipients (concat ", " mft)))
         (to-address
        (setq recipients (concat ", " to-address))
***************
*** 5871,5877 ****
  `Followup-To: poster' sends your response via e-mail instead of news.
  
  A typical situation where `Followup-To: poster' is used is when the poster
! does not read the newsgroup, so he wouldn't see any replies sent to it."))
                  (progn
                    (setq message-this-is-news nil)
                    (cons 'To (or mrt reply-to from "")))
--- 5874,5883 ----
  `Followup-To: poster' sends your response via e-mail instead of news.
  
  A typical situation where `Followup-To: poster' is used is when the poster
! does not read the newsgroup, so he wouldn't see any replies sent to it.
! 
! You may customize the variable `message-use-followup-to', if you
! want to get rid of this query permanently."))
                  (progn
                    (setq message-this-is-news nil)
                    (cons 'To (or mrt reply-to from "")))
***************
*** 5894,5900 ****
  be fragmented and very difficult to follow.
  
  Also, some source/announcement newsgroups are not intended for discussion;
! responses here are directed to other newsgroups."))
                  (cons 'Newsgroups followup-to)
                (cons 'Newsgroups newsgroups))))))
          (posted-to
--- 5900,5909 ----
  be fragmented and very difficult to follow.
  
  Also, some source/announcement newsgroups are not intended for discussion;
! responses here are directed to other newsgroups.
! 
! You may customize the variable `message-use-followup-to', if you
! want to get rid of this query permanently."))
                  (cons 'Newsgroups followup-to)
                (cons 'Newsgroups newsgroups))))))
          (posted-to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]