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

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 7 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20171022161758.30783-1-dannym@scratchpost.org
* gnu/packages/mail.scm (claws-mail): Use module (gnu packages calendar).
[inputs]: Add libical.
---
gnu/packages/mail.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (20 lines)
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)
Ludovic Courtès wrote 7 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 28944@debbugs.gnu.org)
87bmkxqh5z.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/mail.scm (claws-mail): Use module (gnu packages calendar).
> [inputs]: Add libical.

LGTM! (Was vcalendar support disabled before?)

Ludo’.
Danny Milosavljevic wrote 7 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 28944-done@debbugs.gnu.org)
20171024081334.7725a480@scratchpost.org
Hi Ludo,

Toggle quote (2 lines)
> LGTM!

Pushed!

Toggle quote (2 lines)
>(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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28944@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28944
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help