From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: ldap support for Claws Mail Date: Fri, 22 Mar 2019 11:04:37 +0100 Message-ID: <20190322110437.4d8f649c@gfi063209.klientdrift.uib.no> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/SMxNVIrL2_pfqf/fYiIFQet" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7H6d-0007uh-An for guix-devel@gnu.org; Fri, 22 Mar 2019 06:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7H2h-0000xA-Sl for guix-devel@gnu.org; Fri, 22 Mar 2019 06:04:53 -0400 Received: from alfons.uib.no ([2001:700:200:30::141]:44707) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7H2e-0000oa-1D for guix-devel@gnu.org; Fri, 22 Mar 2019 06:04:50 -0400 Received: from alfux.uib.no (smtp.uib.no) [2001:700:200:6::a:1f0c] by alfons.uib.no for guix-devel@gnu.org with esmtp (Exim 4.90_1) id 1h7H2V-001IYt-Fk; Fri, 22 Mar 2019 11:04:41 +0100 Received: from gfi063209.klientdrift.uib.no [129.177.63.209]:58026 by smtp.uib.no for guix-devel@gnu.org with esmtp (Exim 4.90_1) id 1h7H2T-0000YP-J4; Fri, 22 Mar 2019 11:04:37 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --MP_/SMxNVIrL2_pfqf/fYiIFQet Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Added configure option is enough (works without the openldap package). =E2=80=94Marco --MP_/SMxNVIrL2_pfqf/fYiIFQet Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0026-Claws-Mail-claws-mail-LDAP-support.patch >From 404cf25040fdf84e288170d2c7cc10519144cbec Mon Sep 17 00:00:00 2001 From: Marco van Hulten Date: Fri, 22 Mar 2019 10:58:51 +0100 Subject: [PATCH 26/26] Claws Mail (claws-mail) LDAP support. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 278ad1f7e..81c083773 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1127,7 +1127,7 @@ compresses it.") ("mime-info" ,shared-mime-info))) (arguments '(#:configure-flags - '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant") + '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant" "--enable-ldap") #:make-flags ;; Disable updating icon cache since it's done by the profile hook. ;; Conflict with other packages in the profile would be inevitable -- 2.17.1 --MP_/SMxNVIrL2_pfqf/fYiIFQet--