Raymond Toy writes:
Sorry for taking so long, but Here is a proper patch for what
I've
done. I haven't had any problems with sending mail out with this
patch.
+(defun smtpmail-process-sentinel (process event)
+ (message event)
+ (delete-process process)
+ (unless smtpmail-debug-info
+ (kill-buffer process-buffer)))
Thanks for the patch. What do you know about the EVENT that triggers
the sentinel? It makes me nervous that you just delete the process
and kill the buffer on *any* event.
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta