2001-10-05 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 5 Oct 2001 20:06:25 +0000 (20:06 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 5 Oct 2001 20:06:25 +0000 (20:06 +0000)
* nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.

lisp/ChangeLog
lisp/nnheader.el

index 262a5f8..9fb4cd8 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-05  Simon Josefsson  <jas@extundo.com>
 
+       * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
+
        * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
 
        * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
index b68ca94..b335f22 100644 (file)
   (autoload 'gnus-intersection "gnus-range")
   (autoload 'gnus-sorted-complement "gnus-range"))
 
+(defcustom gnus-verbose-backends 7
+  "Integer that says how verbose the Gnus backends should be.
+The higher the number, the more messages the Gnus backends will flash
+to say what it's doing.  At zero, the Gnus backends will be totally
+mute; at five, they will display most important messages; and at ten,
+they will keep on jabbering all the time."
+  :group 'gnus-start
+  :type 'integer)
+
+(defcustom gnus-nov-is-evil nil
+  "If non-nil, Gnus backends will never output headers in the NOV format."
+  :group 'gnus-server
+  :type 'boolean)
+
 (defvar nnheader-max-head-length 4096
   "*Max length of the head of articles.
 
@@ -468,10 +482,6 @@ the line could be found."
 ;; Various cruft the backends and Gnus need to communicate.
 
 (defvar nntp-server-buffer nil)
-(defvar gnus-verbose-backends 7
-  "*A number that says how talkative the Gnus backends should be.")
-(defvar gnus-nov-is-evil nil
-  "If non-nil, Gnus backends will never output headers in the NOV format.")
 (defvar news-reply-yank-from nil)
 (defvar news-reply-yank-message-id nil)