From a8e3b904e398321e039a218425621fe50f6f463e Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 17 Feb 2021 00:05:57 -0500 Subject: [PATCH 1/4] gnu: claws-mail: Add some comments. * gnu/packages/mail.scm (claws-mail): Add some comments. --- gnu/packages/mail.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 2bd376a1a1..1cb68ddf92 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1557,20 +1557,20 @@ compresses it.") (native-inputs `(("pkg-config" ,pkg-config))) (inputs - `(("bogofilter" ,bogofilter) + `(("bogofilter" ,bogofilter) ; For Bogofilter plugin support ("curl" ,curl) ("dbus-glib" ,dbus-glib) - ("enchant" ,enchant) + ("enchant" ,enchant) ; For spell-checker support ("expat" ,expat) ("ghostscript" ,ghostscript) ("hicolor-icon-theme" ,hicolor-icon-theme) - ("gnupg" ,gnupg) - ("gnutls" ,gnutls) - ("gpgme" ,gpgme) + ("gnupg" ,gnupg) ; For GnuPG support + ("gnutls" ,gnutls) ; For SSL support + ("gpgme" ,gpgme) ; For GnuPG support ("gtk" ,gtk+-2) ("libarchive" ,libarchive) - ("libcanberra" ,libcanberra) - ("libetpan" ,libetpan) + ("libcanberra" ,libcanberra) ; For sound notification support + ("libetpan" ,libetpan) ; For IMAP4 support ("libical" ,libical) ("libnotify" ,libnotify) ("libsm" ,libsm) -- 2.30.1