From a4f35b1a15a5cfcc0e4037822323bb2198bf370d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 30 Jul 2000 22:30:32 +0000 Subject: [PATCH] Synch. --- lisp/imap.el | 6 ++++-- lisp/nnimap.el | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/imap.el b/lisp/imap.el index 0085c82..570001b 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -358,10 +358,12 @@ human readable response text (a string).") The actually value is really the text on the continuation line.") (defvar imap-log nil - "Imap session trace.") + "Name of buffer for imap session trace. +For example: (setq imap-log \"*imap-log*\")") (defvar imap-debug nil ;"*imap-debug*" - "Random debug spew.") + "Name of buffer for random debug spew. +For example: (setq imap-debug \"*imap-debug*\")") ;; Utility functions: diff --git a/lisp/nnimap.el b/lisp/nnimap.el index c188f92..083e233 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -281,7 +281,9 @@ restrict visible folders.") ;; Internal variables: -(defvar nnimap-debug nil);; "*nnimap-debug*") +(defvar nnimap-debug nil + "Name of buffer to record debugging info. +For example: (setq nnimap-debug \"*nnimap-debug*\")") (defvar nnimap-current-move-server nil) (defvar nnimap-current-move-group nil) (defvar nnimap-current-move-article nil) -- 1.7.10.4