From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Claws Mail LDAP support Date: Thu, 21 Mar 2019 09:49:22 +0100 Message-ID: <20190321094922.4f347a76@gfi063209.klientdrift.uib.no> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6tOJ-0000Gg-Cr for help-guix@gnu.org; Thu, 21 Mar 2019 04:49:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6tOI-0002Gr-Dq for help-guix@gnu.org; Thu, 21 Mar 2019 04:49:35 -0400 Received: from alfons.uib.no ([2001:700:200:30::141]:60520) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6tOG-0002E1-M4 for help-guix@gnu.org; Thu, 21 Mar 2019 04:49:34 -0400 Received: from ulf.uib.no (smtp.uib.no) [2001:700:200:6::136] by alfons.uib.no for help-guix@gnu.org with esmtp (Exim 4.90_1) id 1h6tO9-000ODH-Hi; Thu, 21 Mar 2019 09:49:26 +0100 Received: from gfi063209.klientdrift.uib.no [129.177.63.209]:51352 by smtp.uib.no for help-guix@gnu.org with esmtp (Exim 4.90_1) id 1h6tO7-0006WY-8A; Thu, 21 Mar 2019 09:49:23 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix Hello=E2=80=94 I would like to have LDAP support in Claws Mail. Right now I am missing the LDAP menu entry under the Book menu in the Address Book. Though I'm short on time right now, I found copying e-mail addresses from old e-mail becoming a bit too anoying, so I did a throw at modifying the package to enable LDAP. I just added (inputs ("openldap" ,openldap)). No idea if that should work. I put this in a file claws-mail.scm, together with a (use-modules ...). I entered this command: guix package --install-from-file=3Dclaws-mail.scm That doesn't do anything. Does (inputs ...) only specify dependencies, and actually doesn't change Guix' state (when openldap is already installed)? Long story short: can LDAP be enabled in Claws Mail? =E2=80=94Marco