/[emacs]/emacs/lisp/gnus/gnus-sum.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-sum.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38.6.4 by miles, Wed Sep 15 08:59:52 2004 UTC revision 1.38.6.5 by miles, Fri Sep 17 14:31:04 2004 UTC
# Line 63  it will be killed sometime later." Line 63  it will be killed sometime later."
63    "*Non-nil means that Gnus will try to build threads by grabbing old headers.    "*Non-nil means that Gnus will try to build threads by grabbing old headers.
64  If an unread article in the group refers to an older, already read (or  If an unread article in the group refers to an older, already read (or
65  just marked as read) article, the old article will not normally be  just marked as read) article, the old article will not normally be
66  displayed in the Summary buffer.  If this variable is non-nil, Gnus  displayed in the Summary buffer.  If this variable is t, Gnus
67  will attempt to grab the headers to the old articles, and thereby  will attempt to grab the headers to the old articles, and thereby
68  build complete threads.  If it has the value `some', only enough  build complete threads.  If it has the value `some', only enough
69  headers to connect otherwise loose threads will be displayed.  This  headers to connect otherwise loose threads will be displayed.  This
# Line 74  old headers will be fetched, but none wi Line 74  old headers will be fetched, but none wi
74  The server has to support NOV for any of this to work."  The server has to support NOV for any of this to work."
75    :group 'gnus-thread    :group 'gnus-thread
76    :type '(choice (const :tag "off" nil)    :type '(choice (const :tag "off" nil)
77                     (const :tag "on" t)
78                   (const some)                   (const some)
79                     (const invisible)
80                   number                   number
81                   (sexp :menu-tag "other" t)))                   (sexp :menu-tag "other" t)))
82    

Legend:
Removed from v.1.38.6.4  
changed lines
  Added in v.1.38.6.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26