emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28944: closed ([PATCH] gnu: claws-mail: Re-enable


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28944: closed ([PATCH] gnu: claws-mail: Re-enable vcalendar.)
Date: Tue, 24 Oct 2017 06:14:01 +0000

Your message dated Tue, 24 Oct 2017 08:13:34 +0200
with message-id <address@hidden>
and subject line Re: [bug#28944] [PATCH] gnu: claws-mail: Re-enable vcalendar.
has caused the debbugs.gnu.org bug report #28944,
regarding [PATCH] gnu: claws-mail: Re-enable vcalendar.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28944
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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)



--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]