emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Emacs facilities from Gnus


From: Richard Stallman
Subject: Re: New Emacs facilities from Gnus
Date: Wed, 07 Nov 2007 02:56:38 -0500

    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)))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]