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-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Fri, 17 Sep 2004 05:42:33 -0400

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.42 emacs/lisp/gnus/gnus-sum.el:1.43
*** emacs/lisp/gnus/gnus-sum.el:1.42    Mon Sep 13 16:01:26 2004
--- emacs/lisp/gnus/gnus-sum.el Fri Sep 17 09:26:42 2004
***************
*** 63,69 ****
    "*Non-nil means that Gnus will try to build threads by grabbing old headers.
  If an unread article in the group refers to an older, already read (or
  just marked as read) article, the old article will not normally be
! displayed in the Summary buffer.  If this variable is non-nil, Gnus
  will attempt to grab the headers to the old articles, and thereby
  build complete threads.  If it has the value `some', only enough
  headers to connect otherwise loose threads will be displayed.  This
--- 63,69 ----
    "*Non-nil means that Gnus will try to build threads by grabbing old headers.
  If an unread article in the group refers to an older, already read (or
  just marked as read) article, the old article will not normally be
! displayed in the Summary buffer.  If this variable is t, Gnus
  will attempt to grab the headers to the old articles, and thereby
  build complete threads.  If it has the value `some', only enough
  headers to connect otherwise loose threads will be displayed.  This
***************
*** 74,80 ****
--- 74,82 ----
  The server has to support NOV for any of this to work."
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
+                (const :tag "on" t)
                 (const some)
+                (const invisible)
                 number
                 (sexp :menu-tag "other" t)))
  




reply via email to

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