Synch.
authoryamaoka <yamaoka>
Sun, 30 Jul 2000 22:30:32 +0000 (22:30 +0000)
committeryamaoka <yamaoka>
Sun, 30 Jul 2000 22:30:32 +0000 (22:30 +0000)
lisp/imap.el
lisp/nnimap.el

index 0085c82..570001b 100644 (file)
@@ -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*\")")
 
 \f
 ;; Utility functions:
index c188f92..083e233 100644 (file)
@@ -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)