Yes. It is not useful in Emacs >= 22 and can be
deleted if the patch
below is applied to smime.el.
But the patch should only be applied in Emacs CVS and
not in Gnus CVS
(otherwise the stand alone Gnus will not work with
Xemacs and Emacs 21).
Ok, would someone please do this in the trunk, then ack?
Please also delete smime-ldap.el.
125c125
< (require 'smime-ldap)
---
> (require 'ldap)
593,594c593,594
< (let ((ldapresult (smime-ldap-search (concat
"mail=" mail)
< host '("userCertificate")
nil))
---
> (let ((ldapresult (cdr (ldap-search (concat
"mail=" mail)
> host '("userCertificate")
nil)))
_______________________________________________
Emacs-devel mailing list
Emacs-devel gnu.org
htt
p://lists.gnu.org/mailman/listinfo/emacs-devel
|