GNU bug report logs - #28944
[PATCH] gnu: claws-mail: Re-enable vcalendar.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sun, 22 Oct 2017 16:32:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: bug#28944: closed (Re: [bug#28944] [PATCH] gnu: claws-mail:
 Re-enable vcalendar.)
Date: Tue, 24 Oct 2017 06:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28944: [PATCH] gnu: claws-mail: Re-enable vcalendar.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28944 <at> debbugs.gnu.org.

-- 
28944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 28944-done <at> debbugs.gnu.org
Subject: Re: [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar.
Date: Tue, 24 Oct 2017 08:13:34 +0200
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.

[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: claws-mail: Re-enable vcalendar.
Date: Sun, 22 Oct 2017 18:17:58 +0200
* 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)



This bug report was last modified 7 years and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.