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-cus.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cus.el [lexbind]
Date: Tue, 14 Oct 2003 19:34:52 -0400

Index: emacs/lisp/gnus/gnus-cus.el
diff -c emacs/lisp/gnus/gnus-cus.el:1.6.18.1 
emacs/lisp/gnus/gnus-cus.el:1.6.18.2
*** emacs/lisp/gnus/gnus-cus.el:1.6.18.1        Fri Apr  4 01:20:20 2003
--- emacs/lisp/gnus/gnus-cus.el Tue Oct 14 19:34:50 2003
***************
*** 161,167 ****
                      (string :format "%v" :hide-front-space t)) "\
  Specify default value for GCC header.
  
! If this symbol is present in the group parameter list and set to `t',
  new composed messages will be `Gcc''d to the current group.  If it is
  present and set to `none', no `Gcc:' header will be generated, if it
  is present and a string, this string will be inserted literally as a
--- 161,167 ----
                      (string :format "%v" :hide-front-space t)) "\
  Specify default value for GCC header.
  
! If this symbol is present in the group parameter list and set to t,
  new composed messages will be `Gcc''d to the current group.  If it is
  present and set to `none', no `Gcc:' header will be generated, if it
  is present and a string, this string will be inserted literally as a
***************
*** 387,393 ****
  If you want to turn threading off in `news.answers', you could put
  `(gnus-show-threads nil)' in the group parameters of that group.
  `gnus-show-threads' will be made into a local variable in the summary
! buffer you enter, and the form `nil' will be `eval'ed there.
  
  This can also be used as a group-specific hook function, if you'd
  like.  If you want to hear a beep when you enter a group, you could
--- 387,393 ----
  If you want to turn threading off in `news.answers', you could put
  `(gnus-show-threads nil)' in the group parameters of that group.
  `gnus-show-threads' will be made into a local variable in the summary
! buffer you enter, and the form nil will be `eval'ed there.
  
  This can also be used as a group-specific hook function, if you'd
  like.  If you want to hear a beep when you enter a group, you could
***************
*** 500,514 ****
                   (sexp :format "%v"
                         :hide-front-space t)) "\
  This entry controls the adaptive scoring.
! If it is `t', the default adaptive scoring rules will be used.  If it
  is `ignore', no adaptive scoring will be performed on this group.  If
  it is a list, this list will be used as the adaptive scoring rules.
! If it isn't present, or is something other than `t' or `ignore', the
  default adaptive scoring rules will be used.  If you want to use
  adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring'
! to `t', and insert an `(adapt ignore)' in the groups where you do not
  want adaptive scoring.  If you only want adaptive scoring in a few
! groups, you'd set `gnus-use-adaptive-scoring' to `nil', and insert
  `(adapt t)' in the score files of the groups where you want it.")
  
      (adapt-file (file :tag "Adapt-file") "\
--- 500,514 ----
                   (sexp :format "%v"
                         :hide-front-space t)) "\
  This entry controls the adaptive scoring.
! If it is t, the default adaptive scoring rules will be used.  If it
  is `ignore', no adaptive scoring will be performed on this group.  If
  it is a list, this list will be used as the adaptive scoring rules.
! If it isn't present, or is something other than t or `ignore', the
  default adaptive scoring rules will be used.  If you want to use
  adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring'
! to t, and insert an `(adapt ignore)' in the groups where you do not
  want adaptive scoring.  If you only want adaptive scoring in a few
! groups, you'd set `gnus-use-adaptive-scoring' to nil, and insert
  `(adapt t)' in the score files of the groups where you want it.")
  
      (adapt-file (file :tag "Adapt-file") "\
***************
*** 818,821 ****
--- 818,822 ----
  
  (provide 'gnus-cus)
  
+ ;;; arch-tag: a37c285a-49bc-4235-8244-804536effeaf
  ;;; gnus-cus.el ends here




reply via email to

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