* ldap support for Claws Mail
@ 2019-03-22 10:04 Marco van Hulten
2019-03-22 14:05 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Marco van Hulten @ 2019-03-22 10:04 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 84 bytes --]
Added configure option is enough (works without the openldap package).
—Marco
[-- Attachment #2: 0026-Claws-Mail-claws-mail-LDAP-support.patch --]
[-- Type: text/x-patch, Size: 931 bytes --]
From 404cf25040fdf84e288170d2c7cc10519144cbec Mon Sep 17 00:00:00 2001
From: Marco van Hulten <Marco.Hulten@uib.no>
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: ldap support for Claws Mail
2019-03-22 10:04 ldap support for Claws Mail Marco van Hulten
@ 2019-03-22 14:05 ` Ricardo Wurmus
2019-11-28 9:17 ` Marco van Hulten
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2019-03-22 14:05 UTC (permalink / raw)
To: Marco van Hulten; +Cc: guix-devel
Hi Marco,
> Added configure option is enough (works without the openldap package).
Thanks for the patch!
I pushed it to the master branch after changing the commit summary and
the formatting.
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ldap support for Claws Mail
2019-03-22 14:05 ` Ricardo Wurmus
@ 2019-11-28 9:17 ` Marco van Hulten
0 siblings, 0 replies; 3+ messages in thread
From: Marco van Hulten @ 2019-11-28 9:17 UTC (permalink / raw)
To: Ricardo Wurmus, guix-devel
Hi Ricardo—
On 22 Mar 15:05 Ricardo Wurmus wrote:
> > Added configure option is enough (works without the openldap package).
>
> Thanks for the patch!
>
> I pushed it to the master branch after changing the commit summary and
> the formatting.
Thanks for this.
Sorry for the late response, but could someone check if LDAP is
actually enabled in Claws Mail? It doesn't look like it according to
'claws-mail --version-full'.
—Marco
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-28 9:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 10:04 ldap support for Claws Mail Marco van Hulten
2019-03-22 14:05 ` Ricardo Wurmus
2019-11-28 9:17 ` Marco van Hulten
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.