projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e76fea
)
(smtp-debug-info): Now a user option.
author
morioka
<morioka>
Wed, 26 May 1999 06:57:12 +0000
(06:57 +0000)
committer
morioka
<morioka>
Wed, 26 May 1999 06:57:12 +0000
(06:57 +0000)
smtp.el
patch
|
blob
|
history
diff --git
a/smtp.el
b/smtp.el
index
e83be87
..
baef1ec
100644
(file)
--- a/
smtp.el
+++ b/
smtp.el
@@
-68,7
+68,11
@@
don't define this value."
:type '(choice (const nil) string)
:group 'smtp)
-(defvar smtp-debug-info nil)
+(defcustom smtp-debug-info nil
+ "*smtp debug info printout. messages and process buffer."
+ :type 'boolean
+ :group 'smtp)
+
(defvar smtp-read-point nil)
(defun smtp-make-fqdn ()