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.el,v [EMACS_22_BASE]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el,v [EMACS_22_BASE]
Date: Tue, 21 Aug 2007 04:52:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Miles Bader <miles>     07/08/21 04:52:23

Index: lisp/gnus/gnus.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/gnus/gnus.el,v
retrieving revision 1.59.2.1
retrieving revision 1.59.2.2
diff -u -b -r1.59.2.1 -r1.59.2.2
--- lisp/gnus/gnus.el   25 Jul 2007 04:20:20 -0000      1.59.2.1
+++ lisp/gnus/gnus.el   21 Aug 2007 04:52:21 -0000      1.59.2.2
@@ -1501,6 +1501,17 @@
   :type '(choice (const :tag "No limit" nil)
                 integer))
 
+(defcustom gnus-maximum-newsgroup nil
+  "The maximum number of articles a newsgroup.
+If this is a number, old articles in a newsgroup exceeding this number
+are silently ignored.  If it is nil, no article is ignored.  Note that
+setting this variable to a number might prevent you from reading very
+old articles."
+  :group 'gnus-group-select
+  :version "22.2"
+  :type '(choice (const :tag "No limit" nil)
+                integer))
+
 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
   "*Non-nil means that the default name of a file to save articles in is the 
group name.
 If it's nil, the directory form of the group name is used instead.




reply via email to

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