* [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar.
@ 2017-10-22 16:17 Danny Milosavljevic
2017-10-24 4:54 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2017-10-22 16:17 UTC (permalink / raw)
To: 28944
* gnu/packages/mail.scm (claws-mail): Use module (gnu packages calendar).
[inputs]: Add libical.
---
gnu/packages/mail.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index acbb68b51..e9a7283cf 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -48,6 +48,7 @@
#:use-module (gnu packages backup)
#:use-module (gnu packages bash)
#:use-module (gnu packages bison)
+ #:use-module (gnu packages calendar)
#:use-module (gnu packages crypto)
#:use-module (gnu packages curl)
#:use-module (gnu packages cyrus-sasl)
@@ -939,6 +940,7 @@ compresses it.")
("libarchive" ,libarchive)
("libcanberra" ,libcanberra)
("libetpan" ,libetpan)
+ ("libical" ,libical)
("libnotify" ,libnotify)
("libsm" ,libsm)
("libxml2" ,libxml2)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar.
2017-10-22 16:17 [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar Danny Milosavljevic
@ 2017-10-24 4:54 ` Ludovic Courtès
2017-10-24 6:13 ` bug#28944: " Danny Milosavljevic
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-24 4:54 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 28944
Danny Milosavljevic <dannym@scratchpost.org> skribis:
> * gnu/packages/mail.scm (claws-mail): Use module (gnu packages calendar).
> [inputs]: Add libical.
LGTM! (Was vcalendar support disabled before?)
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28944: [PATCH] gnu: claws-mail: Re-enable vcalendar.
2017-10-24 4:54 ` Ludovic Courtès
@ 2017-10-24 6:13 ` Danny Milosavljevic
0 siblings, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2017-10-24 6:13 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 28944-done
Hi Ludo,
> LGTM!
Pushed!
>(Was vcalendar support disabled before?)
It was a regression. VCAL support was enabled, then got disabled some time in-between and now I'm enabling it again.
claws-mail didn't check for libical before 3.15.0 because libical was bundled with claws-mail in 3.14.0.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-24 6:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-22 16:17 [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar Danny Milosavljevic
2017-10-24 4:54 ` Ludovic Courtès
2017-10-24 6:13 ` bug#28944: " Danny Milosavljevic
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).