Sometimes I want to see the info about the communication with the
SMTP-server. But I find it not very handy to remember the variable to
set or reset. That is why I made the folowing function:
    (defun dcbl-switch-smtp-debug-info ()
      (interactive)
      (if smtpmail-debug-info
          (progn
            (setq smtpmail-debug-info nil)
            (message "disabled smtp-debug-info"))
        (setq smtpmail-debug-info t)
        (message "enabled smtp-debug-info")))

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to