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/gnus-msg.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-msg.el
Date: Sat, 16 Feb 2002 14:55:58 -0500

Index: emacs/lisp/gnus/gnus-msg.el
diff -c emacs/lisp/gnus/gnus-msg.el:1.15 emacs/lisp/gnus/gnus-msg.el:1.16
*** emacs/lisp/gnus/gnus-msg.el:1.15    Sat Oct 27 18:52:29 2001
--- emacs/lisp/gnus/gnus-msg.el Sat Feb 16 14:54:44 2002
***************
*** 37,57 ****
  (defcustom gnus-post-method 'current
    "*Preferred method for posting USENET news.
  
! If this variable is `current', Gnus will use the \"current\" select
! method when posting.  If it is nil (which is the default), Gnus will
! use the native select method when posting.
  
  This method will not be used in mail groups and the like, only in
  \"real\" newsgroups.
  
! If not nil nor `native', the value must be a valid method as discussed
  in the documentation of `gnus-select-method'.  It can also be a list of
  methods.  If that is the case, the user will be queried for what select
  method to use when posting."
    :group 'gnus-group-foreign
!   :type `(choice (const nil)
!                  (const current)
!                (const native)
                 (sexp :tag "Methods" ,gnus-select-method)))
  
  (defvar gnus-outgoing-message-group nil
--- 37,57 ----
  (defcustom gnus-post-method 'current
    "*Preferred method for posting USENET news.
  
! If this variable is `current' (which is the default), Gnus will use
! the \"current\" select method when posting.  If it is `native', Gnus
! will use the native select method when posting.
  
  This method will not be used in mail groups and the like, only in
  \"real\" newsgroups.
  
! If not `native' nor `current', the value must be a valid method as discussed
  in the documentation of `gnus-select-method'.  It can also be a list of
  methods.  If that is the case, the user will be queried for what select
  method to use when posting."
    :group 'gnus-group-foreign
!   :link '(custom-manual "(gnus)Posting Server")
!   :type `(choice (const native)
!                (const current)
                 (sexp :tag "Methods" ,gnus-select-method)))
  
  (defvar gnus-outgoing-message-group nil



reply via email to

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