Ivan Vilata-i-Balaguer
892be267ee
gnu: mutt: Enable Autocrypt support.
...
* gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
[arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
"--with-idn2".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Tobias Geerinckx-Rice
0d48690908
gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247].
...
It's still unclear (to me) whether our opensmtpd package is affected,
but this change has been delayed for long enough in any case.
* gnu/packages/mail.scm (opensmtpd-next): Rename to…
(opensmtpd): …this.
* gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-29 22:47:00 +01:00
Tobias Geerinckx-Rice
e19e3430cd
gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes].
...
Upstream[0] says “Qualys has found a critical vulnerability leading to
a possible privilege escalation” and will provide more information
later.
[0]: https://www.opensmtpd.org
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
2020-01-29 00:54:46 +01:00
宋文武
4a0e49279d
gnu: public-inbox: Enable support for background HTTP/NNTP daemons.
...
* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-net-server.
2020-01-27 17:38:49 +08:00
Ludovic Courtès
98dd9ff800
gnu: mailutils: Add "guile3.0-mailutils" variant.
...
* gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags,
replace hard-coded "2.2" with the 'version-major+minor' of the "guile"
input.
(guile3.0-mailutils): New variable.
2020-01-26 23:21:38 +01:00
宋文武
99b23feeb9
gnu: public-inbox: Update to 1.2.0-0.05a06f3.
...
* gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
2020-01-26 17:17:49 +08:00
Tobias Geerinckx-Rice
bc0eb34759
gnu: alpine: Remove pre-built binaries from source.
...
* gnu/packages/mail.scm (alpine)[source]: Add a snippet to hunt down
and destroy pre-compiled objects.
2020-01-23 00:06:51 +01:00
Marius Bakke
43987c977c
gnu: mailutils: Update to 3.8.
...
* gnu/packages/mail.scm (mailutils): Update to 3.8.
[arguments]: Adjust substitutions.
2020-01-20 21:53:52 +01:00
Tobias Geerinckx-Rice
c3c56a4eb5
gnu: neomutt: Fix home page.
...
* gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www subdomain.
2020-01-17 23:32:34 +01:00
Tobias Geerinckx-Rice
d7df48fad4
gnu: neomutt: Update to 20191207.
...
* gnu/packages/mail.scm (neomutt): Update to 20191207.
2020-01-16 17:32:35 +01:00
Tobias Geerinckx-Rice
40b1cee620
gnu: mpop: Mark up description.
...
* gnu/packages/mail.scm (mpop)[description]: Use @acronym.
2020-01-15 23:02:11 +01:00
Tobias Geerinckx-Rice
4a30c51eb8
gnu: mpop: Update to 1.4.7.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.7.
2020-01-15 22:42:17 +01:00
Tobias Geerinckx-Rice
fb5ecdecdf
gnu: mpop: Remove unnecessary libidn input.
...
gnu/packages/mail.scm (mpop)[inputs]: Remove libidn.
2020-01-15 22:42:17 +01:00
Tobias Geerinckx-Rice
bb335e84ed
gnu: exim: Build (more) reproducibly.
...
* gnu/packages/mail.scm (exim)[arguments]: Add a ‘build-reproducibly’
phase.
2020-01-08 02:26:18 +01:00
Tobias Geerinckx-Rice
c9b99e88f5
gnu: exim: Use XZ-compressed sources.
...
* gnu/packages/mail.scm (exim)[source]: Fetch the .tar.xz archive.
2020-01-08 02:26:17 +01:00
Tobias Geerinckx-Rice
cda8250b20
gnu: exim: Update to 4.93.0.4.
...
* gnu/packages/mail.scm (exim): Update to 4.93.0.4.
[source]: Add /fixes/ URI to the list.
[inputs]: Use gnutls/dane variant.
[native-inputs]: Add pkg-config.
[arguments]: Set USE_GNUTLS* variables to use the new inputs..
Add CC=gcc to #:make-flags.
2020-01-08 02:26:17 +01:00
Efraim Flashner
0aa203717e
Revert "gnu: libetpan: Update to 1.9.4."
...
This version of libetpan does not ship with libetpan-config, which
prefents claws-mail from building.
This reverts commit e2f5de1455
.
2020-01-03 15:47:23 +02:00
Efraim Flashner
e2f5de1455
gnu: libetpan: Update to 1.9.4.
...
* gnu/packages/mail.scm (libetpan): Update to 1.9.4.
2019-12-30 10:11:46 +02:00
Efraim Flashner
d98438e6a3
gnu: gmime: Update to 3.2.5.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.5.
2019-12-30 10:05:48 +02:00
Efraim Flashner
a4fd9423b0
gnu: msmtp: Update to 1.8.7.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
2019-12-30 10:00:12 +02:00
Christopher Baines
03460d2bd3
gnu: mumimu: Remove reference to guile-email.
...
The use of guile-email in this package definition seems to cause errors when
working with other packages, errors like: error: guile-email: unbound variable
I'm not sure why the version of the Guile email package is appropriate here
either, but for now just to avoid the problems, inline the current version of
the package (and add a comment so this is more obvious). This issue was
probably introduced in: c7b2b53980
* gnu/packages/mail.scm (mumimu)[version]: Inline the current value
of (package-version guile-email) as a string.
2019-12-26 10:35:37 +00:00
Tobias Geerinckx-Rice
0fd6f28d7f
gnu: perl-email-sender: Update to 1.300034.
...
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300034.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice
de22745907
gnu: pan: Update to 0.146.
...
* gnu/packages/mail.scm (pan): Update to 0.146.
2019-12-25 17:10:50 +01:00
Tobias Geerinckx-Rice
48947e6b51
gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.9.2.
2019-12-25 17:10:50 +01:00
Ludovic Courtès
c48c6152a8
gnu: mumi: Add dependency on GnuTLS.
...
* gnu/packages/mail.scm (mumi)[inputs]: Add GNUTLS.
2019-12-21 23:55:25 +01:00
Ludovic Courtès
ec73e50bad
gnu: mumi: Install assets.
...
* gnu/packages/mail.scm (mumi)[source](snippet): Modify "Makefile.am" so
that assets are installed.
2019-12-21 23:55:25 +01:00
Ludovic Courtès
8ff573d3a0
gnu: mumi: Pass "--localstatedir=/var".
...
* gnu/packages/mail.scm (mumi)[arguments]: Add #:configure-flags.
2019-12-21 23:55:24 +01:00
Ludovic Courtès
c7b2b53980
gnu: mumi: Add dependency on mumimu.
...
The package definition of mumi was taken from the 'guix.scm' file in mumi.
* gnu/packages/mail.scm (mumimu): New variable.
(mumi)[inputs]: Add it.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-21 23:55:24 +01:00
Ludovic Courtès
18e4d11bdf
gnu: mumi: Install .go files in the right place.
...
* gnu/packages/mail.scm (mumi)[source](modules, snippet): New fields.
2019-12-21 23:55:24 +01:00
Ludovic Courtès
1214684bbd
gnu: mumi: Do not hard-code "2.2".
...
* gnu/packages/mail.scm (mumi)[arguments]: Add #:modules and
#:imported-modules. In 'wrap-executable' phase, use
'target-guile-effective-version' instead of hard-coding "2.2".
2019-12-21 23:55:24 +01:00
Efraim Flashner
a101b15b5a
gnu: mutt: Add preferred source uri.
...
* gnu/packages/mail.scm (mutt)[source]: Add upstream's preferred uri.
2019-12-20 09:20:51 +02:00
Efraim Flashner
9dd5249e96
gnu: mutt: Update to 1.13.2.
...
* gnu/packages/mail.scm (mutt): Update to 1.13.2.
2019-12-20 09:20:14 +02:00
Tobias Geerinckx-Rice
0ba5755868
gnu: bogofilter: Use HTTPS home page.
...
* gnu/packages/mail.scm (bogofilter)[home-page]: Use HTTPS.
2019-12-12 03:02:30 +01:00
Tobias Geerinckx-Rice
2665ff41e9
gnu: bogofilter: Update to 1.2.5.
...
* gnu/packages/mail.scm (bogofilter): Update to 1.2.5.
[license]: Upgrade to GPL3+.
2019-12-12 03:02:30 +01:00
Tobias Geerinckx-Rice
29a87ed18c
gnu: imapfilter: Update to 2.6.16.
...
* gnu/packages/mail.scm (imapfilter): Update to 2.6.16.
[arguments]: Remove ‘fix-include-path’ phase.
2019-12-04 23:10:21 +01:00
Tobias Geerinckx-Rice
8f15c1c9fe
gnu: mpop: Update to 1.4.6.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.6.
2019-12-04 23:10:21 +01:00
Pierre Neidhardt
1cd9149938
gnu: notmuch: Fix build.
...
* gnu/packages/mail.scm (notmuch): Refer to the updated installation
directory.
2019-12-04 21:57:12 +01:00
Tobias Geerinckx-Rice
fe147c9750
gnu: tnef: Update to 1.4.18.
...
* gnu/packages/mail.scm (tnef): Update to 1.4.18.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice
293fe0d423
gnu: perl-email-sender: Update to 1.300033.
...
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300033.
2019-11-29 23:53:54 +01:00
Marius Bakke
60392114ae
gnu: notmuch: Update to 0.29.3.
...
* gnu/packages/mail.scm (notmuch): Update to 0.29.3.
2019-11-28 00:33:47 +01:00
Tobias Geerinckx-Rice
3b27ffec0f
gnu: perl-mail-dkim: Update to 0.58.
...
* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.58.
2019-11-14 18:01:40 +01:00
Tobias Geerinckx-Rice
9dfe49e408
gnu: opensmtpd-next: Update to 6.6.1p1.
...
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
2019-11-06 14:53:38 +01:00
Tanguy Le Carrour
82680f8016
gnu: khard: Update to 0.15.1.
...
* gnu/packages/mail.scm (khard): Update to 0.15.1.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-05 14:57:10 +01:00
Tobias Geerinckx-Rice
061da0f686
gnu: dovecot: Update to 2.3.8.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.8.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
01a0b1417e
gnu: claws-mail: Update to 3.17.4.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.17.4.
2019-11-03 00:16:16 +01:00
Tobias Geerinckx-Rice
d54a759d2b
gnu: neomutt: Update to 20191102.
...
* gnu/packages/mail.scm (neomutt): Update to 20191102.
2019-11-02 22:35:26 +01:00
Tobias Geerinckx-Rice
447b61d4cf
gnu: fetchmail: Use HTTPS home page.
...
* gnu/packages/mail.scm (fetchmail)[home-page]: Use HTTPS.
2019-10-27 23:52:58 +01:00
Tobias Geerinckx-Rice
271b3c9d16
gnu: fetchmail: Update to 6.4.1.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.1.
[source]: Parameterize URI.
[arguments]: Add ‘create-test-environment’ phase.
2019-10-27 23:46:14 +01:00
Tobias Geerinckx-Rice
996aca2852
gnu: opensmtpd-next: Update to 6.6.0p1.
...
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.0p1.
[inputs]: Replace openssl with libressl.
2019-10-27 00:49:22 +02:00
Tobias Geerinckx-Rice
5cc96489ae
gnu: neomutt: Update to 20191025.
...
* gnu/packages/mail.scm (neomutt): Update to 20191025.
[inputs]: Use libidn2 instead of libidn.
[arguments]: Adjust #:configure-flags accordingly.
Enable tests. Remove ‘fix-sasl-test’ phase.
2019-10-25 23:23:35 +02:00
Tobias Geerinckx-Rice
cb9744f5de
gnu: neomutt: Don't use unstable tarball.
...
* gnu/packages/mail.scm (neomutt)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-10-25 23:22:50 +02:00
Marius Bakke
28391dc038
gnu: notmuch: Update to 0.29.2.
...
* gnu/packages/mail.scm (notmuch): Update to 0.29.2.
2019-10-20 00:31:16 +02:00
Leo Famulari
bf67988070
gnu: Exim: Update to 4.92.3 [fixes CVE-2019-16928].
...
* gnu/packages/mail.scm (exim): Update to 4.92.3.
2019-10-17 15:05:48 -04:00
Tobias Geerinckx-Rice
c6a99354f3
gnu: mailutils: Update to 3.7.
...
* gnu/packages/mail.scm (mailutils): Update to 3.7.
2019-10-12 16:29:50 +02:00
Tobias Geerinckx-Rice
e65bbec98f
gnu: perl-mail-dkim: Update to 0.57.
...
* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57.
2019-10-09 19:21:05 +02:00
Ricardo Wurmus
e08902d3cb
Merge branch 'master' into core-updates
2019-10-06 22:02:20 +02:00
Tobias Geerinckx-Rice
992f2069d5
gnu: gmime: Update to 3.2.4.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.4.
2019-10-05 20:59:00 +02:00
Marius Bakke
58da4b0a84
gnu: msmtp: Update to 1.8.6.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.6.
2019-10-02 15:22:42 +02:00
Ludovic Courtès
0cf2b6f2db
Merge branch 'master' into core-updates
2019-10-01 12:06:00 +02:00
Tobias Geerinckx-Rice
803f05841e
gnu: urlscan: Update to 0.9.4.
...
* gnu/packages/mail.scm (urlscan): Update to 0.9.4.
2019-09-28 17:16:39 +02:00
Mathieu Othacehe
1fdab9d3b3
gnu: isync: Use openssl-1.0 to fix build.
...
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix
the build.
2019-09-27 11:07:30 +02:00
Tobias Geerinckx-Rice
265f30c9c4
gnu: mutt: Update to 1.12.2.
...
* gnu/packages/mail.scm (mutt): Update to 1.12.2.
2019-09-21 23:58:39 +02:00
Ricardo Wurmus
b7f1a1aafd
gnu: mumi: Update to 0.0.0-5.8a57c87.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.0-5.8a57c87.
2019-09-20 00:43:16 +02:00
Tobias Geerinckx-Rice
ccbd1648f4
gnu: exim: Update to 4.92.2 [fixes CVE-2019-15846].
...
* gnu/packages/mail.scm (exim): Update to 4.92.2.
2019-09-06 17:36:04 +02:00
Leo Famulari
3b4eb3ba15
gnu: Dovecot: Update to 2.3.7.2 [fixes CVE-2019-11500].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.7.2.
2019-08-28 14:05:05 -04:00
Tobias Geerinckx-Rice
88e903a5f1
gnu: getmail: Update to 5.14.
...
* gnu/packages/mail.scm (getmail): Update to 5.14.
2019-08-21 22:07:21 +02:00
Tobias Geerinckx-Rice
7e14ed93f5
gnu: getmail: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
2019-08-21 22:07:20 +02:00
Tobias Geerinckx-Rice
eb936efb2a
gnu: opensmtpd-next: Update to 6.4.2p1.
...
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
2019-08-21 11:52:50 +02:00
Efraim Flashner
1f53fdae82
gnu: dovecot-libsodium-plugin: Remove extra build phase.
...
* gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]: Remove
unneeded 'autogen phase.
2019-08-07 20:05:59 +03:00
Efraim Flashner
7b0efd4c32
gnu: dovecot-trees: Remove extra build phase.
...
* gnu/packages/mail.scm (dovecot-trees)[arguments]: Remove unneeded
'autogen phase.
2019-08-07 20:05:58 +03:00
Efraim Flashner
02abfcca46
gnu: libetpan: Rework custom phases.
...
* gnu/packages/mail.scm (libetpan)[arguments]: Use custom 'autogen phase
to replace 'boostrap phase.
2019-08-07 20:05:58 +03:00
Danny Milosavljevic
3d88855dfd
gnu: claws-mail: Add startup-notification.
...
* gnu/packages/mail.scm (claws-mail)[inputs]: Add startup-notification.
2019-07-31 14:07:01 +02:00
Tobias Geerinckx-Rice
28e4c3bbb0
gnu: dkimproxy: Fix dkim_responder.pl.
...
* gnu/packages/mail.scm (dkimproxy)[arguments]: Wrap dkim_responder.pl.
[inputs]: Add perl-mime-tools and perl-timedate.
2019-07-26 01:16:40 +02:00
Tobias Geerinckx-Rice
8c07824c52
gnu: dkimproxy: Factorise wrapping.
...
This is a follow-up to 66e39000c6
, in a
way, since it adds the forgotten *6 inputs.
* gnu/packages/mail.scm (dkimproxy)[arguments]: Refactor ’make-wrapper’ phase.
Add perl-io-socket-inet6 and perl-socket6 to the list.
2019-07-26 01:16:39 +02:00
Tobias Geerinckx-Rice
d045dce16d
gnu: dkimproxy: Keyword-stuff descriptions.
...
* gnu/packages/mail.scm (dkimproxy)[synopsis]: Do so.
[description]: Also.
2019-07-26 01:16:39 +02:00
Tobias Geerinckx-Rice
2b456dd836
gnu: dkimproxy: Correct licence.
...
* gnu/packages/mail.scm (dkimproxy)[license]: Change to gpl2+.
2019-07-25 22:42:39 +02:00
Tobias Geerinckx-Rice
66e39000c6
gnu: dkimproxy: Add IPv6 support.
...
* gnu/packages/mail.scm (dkimproxy)[source]: Add patch.
* gnu/packages/patches/dkimproxy-add-ipv6-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-07-25 22:42:39 +02:00
Julien Lepiller
8582202c5b
gnu: Add dkimproxy.
...
* gnu/packages/mail.scm (dkimproxy): New variable.
2019-07-25 21:27:27 +02:00
Julien Lepiller
930c52ae66
gnu: Add perl-mail-dkim.
...
* gnu/packages/mail.scm (perl-mail-dkim): New variable.
2019-07-25 21:27:25 +02:00
Julien Lepiller
f115d81748
gnu: Add perl-mail-authenticationresults.
...
* gnu/packages/mail.scm (perl-mail-authenticationresults): New variable.
2019-07-25 21:26:58 +02:00
Tobias Geerinckx-Rice
108edc964b
gnu: exim: Update to 4.92.1 [fixes CVE-2019-13917].
...
* gnu/packages/mail.scm (exim): Update to 4.92.1.
2019-07-25 17:35:29 +02:00
Ludovic Courtès
91f55717ab
gnu: Explicitly refer to 'guile-json-1' when needed.
...
* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Change
'guile-json' to 'guile-json-1'.
* gnu/packages/ci.scm (cuirass)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (artanis)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-mastodon)[inputs]: Likewise.
* gnu/packages/mail.scm (mumi)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix-daemon)[inputs]: Likewise.
* gnu/packages/web.scm (hpcguix-web)[inputs]: Likewise.
2019-07-25 00:18:45 +02:00
Tobias Geerinckx-Rice
214cbec2cf
gnu: msmtp: Update to 1.8.5.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.5.
2019-07-16 23:50:50 +02:00
Tobias Geerinckx-Rice
fcc6503d73
gnu: mpop: Update to 1.4.5.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.5.
2019-07-16 23:50:50 +02:00
Ricardo Wurmus
c5ac35d750
gnu: mumi: Update to 0.0.0-4.ea0a28f.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.0-4.ea0a28f.
2019-07-11 23:48:08 +02:00
Efraim Flashner
34e549d813
gnu: msmtp: Install additional files.
...
* gnu/packages/mail.scm (msmtp)[arguments]: Rename custom phase
install-msmtpq to install-additional-files. Install vim plugins.
2019-07-11 09:56:08 +03:00
Tobias Geerinckx-Rice
03b6c47445
gnu: alpine: Build reproducibly.
...
This follows up commit 54278e225e
.
* gnu/packages/mail.scm (arguments): Replace Makefile.in substitution
with the new ‘--with-date-stamp’ configure-flag.
2019-07-02 23:59:41 +02:00
Tobias Geerinckx-Rice
0ca2507319
gnu: alpine: Don't use unstable tarball.
...
* gnu/packages/mail.scm (alpine)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-07-02 23:59:41 +02:00
Tobias Geerinckx-Rice
54278e225e
gnu: alpine: Update to 2.21.99999.
...
* gnu/packages/mail.scm (alpine): Update to 2.21.99999.
2019-07-02 23:13:21 +02:00
Tobias Geerinckx-Rice
da83224dd0
gnu: alpine: Use HTTPS home page.
...
* gnu/packages/mail.scm (alpine)[home-page]: Use HTTPS.
2019-07-02 23:13:20 +02:00
Tobias Geerinckx-Rice
5e15ec6734
gnu: mutt: Update to 1.12.1.
...
* gnu/packages/mail.scm (mutt): Update to 1.12.1.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice
a5d8a2b24b
gnu: isync: Update to 1.3.1.
...
* gnu/packages/mail.scm (isync): Update to 1.3.1.
2019-06-23 00:22:29 +02:00
Tobias Geerinckx-Rice
f58b10cb30
gnu: balsa: Update to 2.5.7.
...
* gnu/packages/mail.scm (balsa): Update to 2.5.7.
[inputs]: Build with gtksourceview@3.
2019-06-19 17:58:48 +02:00
Tobias Geerinckx-Rice
76472ed959
gnu: notmuch: Update to 0.29.1.
...
* gnu/packages/mail.scm (notmuch): Update to 0.29.1.
2019-06-19 17:50:44 +02:00
Marius Bakke
6c98d9c7fc
gnu: offlineimap: Update to 7.2.4.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.2.4.
2019-06-11 09:31:24 +02:00
Marius Bakke
80fa745cf9
gnu: notmuch: Update to 0.29.
...
* gnu/packages/mail.scm (notmuch): Update to 0.29.
[source]: Change to ".xz" tarball.
2019-06-08 23:49:46 +02:00
Leo Famulari
a85d3fb07f
gnu: Mutt: Update to 1.12.0.
...
* gnu/packages/mail.scm (mutt): Update to 1.12.0.
2019-06-04 13:40:00 -04:00
Marius Bakke
9d0c291e3e
gnu: Move Sphinx and friends to (gnu packages sphinx).
...
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport,
python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx,
python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme,
python2-sphinx-rtd-theme, python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed,
python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput,
python-sphinx-repoze-interface, python2-sphinx-repoze-interface,
python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme,
python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme,
python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ...
(gnu):
* gnu/packages/sphinx.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm, gnu/packages/cluster.scm,
gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm,
gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm,
gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm,
gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm,
gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm,
gnu/packages/search.scm, gnu/packages/statistics.scm,
gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm,
gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-24 21:54:31 +02:00
Marius Bakke
3d3c07f3ee
gnu: notmuch: Update to 0.28.4.
...
* gnu/packages/mail.scm (notmuch): Update to 0.28.4.
[native-inputs]: Change PYTHON-2 and PYTHON2-DOCUTILS to PYTHON and
PYTHON-DOCUTILS.
2019-05-23 17:49:06 +02:00
Vagrant Cascadian
586ddde514
gnu: compface: Fix typo "This package".
...
* gnu/packages/mail (compface)[description]: Fix typo.
2019-05-22 18:08:50 -07:00
Marius Bakke
556530c95c
gnu: vigra, notmuch: Use the Python3 Sphinx variant.
...
* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to
PYTHON-SPHINX.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
2019-05-15 00:22:51 +02:00
Tobias Geerinckx-Rice
b786ae69aa
gnu: dovecot: Update to 2.3.6.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.6.
2019-05-08 23:21:34 +02:00
Tobias Geerinckx-Rice
05ee17872c
gnu: mpop: Update to 1.4.4.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.4.
2019-05-08 23:21:34 +02:00
Tobias Geerinckx-Rice
3f45c6cfcb
gnu: gmime: Update to 3.2.3.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.3.
2019-05-08 23:21:34 +02:00
Marius Bakke
06c86f166d
gnu: msmtp: Update to 1.8.4.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.4.
2019-04-29 20:10:43 +02:00
Arun Isaac
9694b44e3b
gnu: notmuch-addrlookup-c: Update to 9.
...
* gnu/packages/mail.scm (notmuch-addrlookup-c): Update to 9.
[arguments]: Remove PREFIX from #:make-flags.
2019-04-23 22:06:45 +05:30
Leo Famulari
b3a476624c
gnu: dovecot-trees: Fix typo.
...
* gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
2019-04-10 19:27:30 -04:00
宋文武
eff3a9b2dd
gnu: Add public-inbox.
...
* gnu/packages/mail.scm (public-inbox): New variable.
2019-04-10 19:22:01 +08:00
宋文武
944d3b4b01
gnu: Add perl-email-address-xs.
...
* gnu/packages/mail.scm (perl-email-address-xs): New variable.
2019-04-10 19:00:18 +08:00
Pierre Langlois
857fabcd0b
gnu: mu: Update to 1.2.
...
* gnu/packages/mail.scm (mu): Update to 1.2.
[inputs]: Use gmime 3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-04-08 12:42:14 +02:00
Leo Famulari
6d3e149f10
gnu: dovecot: Update to 2.3.5.1 [fixes CVE-2019-7524].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.5.1.
2019-03-30 15:57:13 -04:00
Marco van Hulten
9716f62119
gnu: claws-mail: Enable LDAP support.
...
* gnu/packages/mail.scm (claws-mail)[arguments]: Add "--enable-ldap" to
configure flags.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-03-22 14:42:09 +01:00
Tobias Geerinckx-Rice
aef4c482a3
gnu: mailutils: Add SEARCH CHARSET support.
...
* gnu/packages/mail.scm (mailutils)[inputs]: Add libiconv and libunistring.
2019-03-18 21:08:20 +01:00
Tobias Geerinckx-Rice
330aa6c2fa
gnu: mailutils: Update to 3.6.
...
* gnu/packages/mail.scm (mailutils): Update to 3.6.
2019-03-18 21:08:19 +01:00
Tobias Geerinckx-Rice
9a0681d149
gnu: fdm: Update to 2.0.
...
* gnu/packages/mail.scm (fdm): Update to 2.0.
[source]: Remove redundant FILE-NAME.
2019-03-18 21:08:19 +01:00
Tobias Geerinckx-Rice
dc8871efbe
gnu: mutt: Update to 1.11.4.
...
* gnu/packages/mail.scm (mutt): Update to 1.11.4.
2019-03-18 21:08:19 +01:00
Tobias Geerinckx-Rice
15871b520f
gnu: exim: Update to 4.92 [fixes CVE-2018-6789].
...
* gnu/packages/mail.scm (exim): Update to 4.92.
[inputs]: Use bdb-5.3.
2019-03-18 16:17:51 +01:00
Tobias Geerinckx-Rice
27f172a946
gnu: perl-mail-spf: Clean up.
...
* gnu/packages/mail.scm (perl-mail-spf): Re-indent.
[version]: Drop leading ‘v’.
2019-03-18 16:17:51 +01:00
Tobias Geerinckx-Rice
b6c7df92ca
gnu: perl-email-address: Update to 1.912.
...
* gnu/packages/mail.scm (perl-email-address): Update to 1.912.
2019-03-18 16:17:51 +01:00
Tobias Geerinckx-Rice
4bccdb0ff1
gnu: libetpan: Update to 1.9.3.
...
* gnu/packages/mail.scm (libetpan): Update to 1.9.3.
2019-03-18 16:17:51 +01:00
Tobias Geerinckx-Rice
611a6980dc
gnu: emacs-mew: Update to 6.8.
...
* gnu/packages/mail.scm (emacs-mew): Update to 6.8.
2019-03-18 15:06:14 +01:00
Tobias Geerinckx-Rice
dfc79ae78e
gnu: mpop: Update to 1.4.3.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.3.
2019-03-18 15:06:13 +01:00
Tobias Geerinckx-Rice
822c8501a4
gnu: mpop: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (mpop)[source]: Hard-code NAME.
2019-03-18 15:06:13 +01:00
ng0
47956fa0c2
Correct name and email address for ng0.
...
* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi,
doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm,
gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm,
gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm,
gnu/packages/language.scm, gnu/packages/libcanberra.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm:
Correct name and email address for ng0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-03-18 15:05:08 +01:00
Ricardo Wurmus
e1c58440bd
gnu: Add ytnef.
...
* gnu/packages/mail.scm (ytnef): New variable.
2019-03-16 23:14:53 +01:00
Marius Bakke
df8dbfb30b
gnu: notmuch: Update to 0.28.3.
...
* gnu/packages/mail.scm (notmuch): Update to 0.28.3.
2019-03-10 18:30:51 +01:00
Tobias Geerinckx-Rice
4eb57ca883
gnu: Add opensmtpd-next.
...
* gnu/packages/mail.scm (opensmtpd-next): New public variable.
2019-03-10 13:37:18 +01:00
Tobias Geerinckx-Rice
37fc44eab9
gnu: dovecot: Avoid unnecessary patching.
...
* gnu/packages/mail.scm (dovecot)[arguments]: Replace ‘pre-configure’
patching with custom ‘make install sysconfdir=…’.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice
f762e49f28
gnu: dovecot: Indent arguments.
...
* gnu/packages/mail.scm (dovecot)[arguments]: C-M-q and tuck left.
2019-03-09 02:33:31 +01:00
Tobias Geerinckx-Rice
13b1fb5c92
gnu: dovecot: Update to 2.3.5.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.5.
[arguments]: Patch more tests in ‘patch-file-names’ phase, renamed from
‘patch-other-file-names’.
2019-03-08 01:34:41 +01:00
Tobias Geerinckx-Rice
2fa1a3a808
gnu: dovecot: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (dovecot)[source]: Hard-code NAME.
2019-03-08 01:34:40 +01:00
Tobias Geerinckx-Rice
1e1142d8cb
gnu: Add nullmailer.
...
* gnu/packages/mail.scm (nullmailer): New public variable.
2019-03-07 15:39:46 +01:00
Tobias Geerinckx-Rice
23e3094b87
gnu: opensmtpd: Remove unused arguments.
...
* gnu/packages/mail.scm (opensmtpd)[arguments]: Remove unused procedure
arguments to 'patch-FHS-file-names' phase.
2019-03-01 23:41:42 +01:00
Leo Famulari
e05da20448
gnu: Mutt: Update to 1.11.3.
...
* gnu/packages/mail.scm (mutt): Update to 1.11.3.
2019-02-21 16:03:37 -05:00
Marius Bakke
0e525a89c1
gnu: notmuch: Update to 0.28.2.
...
* gnu/packages/mail.scm (notmuch): Update to 0.28.2.
2019-02-17 18:44:19 +01:00
Marius Bakke
888f213780
gnu: offlineimap: Update to 7.2.3.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.2.3.
2019-02-17 18:44:19 +01:00
Marius Bakke
ce53048fb8
gnu: msmtp: Update to 1.8.3.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.3.
2019-02-14 00:13:07 +01:00
Efraim Flashner
2385012b89
gnu: khard: Enable tests.
...
* gnu/packages/mail.scm (khard)[arguments]: Enable test suite.
2019-02-13 21:48:12 +02:00
Efraim Flashner
2de52d0cbb
gnu: khard: Update to 0.13.0.
...
* gnu/packages/mail.scm (khard): Update to 0.13.0.
2019-02-13 21:48:11 +02:00
Efraim Flashner
91b3631821
gnu: urlscan: Update to 0.9.2.
...
* gnu/packages/mail.scm (urlscan): Update to 0.9.2.
2019-02-13 21:48:06 +02:00
Leo Famulari
c03b355fa7
gnu: Dovecot: Update to 2.3.4.1 [fixes CVE-2019-3814].
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.4.1.
2019-02-10 22:03:50 -05:00
Marius Bakke
2c7a28ecce
gnu: notmuch: Update to 0.28.1.
...
* gnu/packages/mail.scm (notmuch): Update to 0.28.1.
2019-02-09 20:58:16 +01:00
Marius Bakke
4a3436449b
gnu: offlineimap: Remove redundant wrapper.
...
* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
2019-02-09 20:58:15 +01:00
Arun Isaac
4745f8d71d
gnu: swaks: Update to 20181104.0.
...
* gnu/packages/mail.scm (swaks): Update to 20181104.0.
2019-02-09 01:08:36 +05:30
Arun Isaac
f4f8c23bae
gnu: mpop: Update to 1.4.2.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.2.
2019-02-06 13:05:45 +05:30
Marius Bakke
b8c0b9c1a3
gnu: msmtp: Update to 1.8.2.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.2.
2019-01-31 20:57:21 +01:00
Leo Famulari
f5eb570c59
gnu: Mutt: Update to 1.11.2.
...
* gnu/packages/mail.scm (mutt): Update to 1.11.2.
2019-01-29 15:52:33 -05:00
Ricardo Wurmus
40864d79fc
gnu: mumi: Update to 0.0.0-3.ea5a738.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.0-3.ea5a738.
2019-01-28 15:27:16 +01:00
Ricardo Wurmus
0791437f97
gnu: Move most packages from guile.scm to new module.
...
* gnu/packages/guile.scm (artanis, guildhall, guile-aspell, guile-bash,
guile-8sync, guile-daemon, guile-dsv, guile-fibers, guile-syntax-highlight,
guile-sjson, guile-colorized, guile-pfds, guile-aa-tree, guile-simple-zmq,
jupyter-guile-kernel, guile-sparql, guile-debbugs, guile-email,
guile-debbugs-next, guile-newt, guile-mastodon, guile-parted, guile-xosd,
guile-dbi, guile-dbd-sqlite3, guile-config, guile-hall, guile-ics, guile-wisp,
guile-sly, g-wrap, guile-miniadapton, guile-reader, guile2.2-reader,
guile-ncurses, guile-ncurses/gpm, guile-lib, guile2.0-lib, guile2.2-lib,
guile-minikanren, guile2.0-minikanren, guile2.2-minikanren, guile-irregex,
guile2.0-irregex, guile2.2-irregex, haunt, guile2.0-haunt, guile2.2-haunt,
guile-redis, guile2.0-redis, guile2.2-redis, guile-commonmark,
guile2.0-commonmark, guile2.2-commonmark, mcron, mcron2): Move these variables
from here...
* gnu/packages/guile-xyz.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/installer.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/ci.scm,
gnu/packages/gtk.scm,
gnu/packages/guile.scm,
gnu/packages/mail.scm,
gnu/packages/package-management.scm,
gnu/packages/skribilo.scm,
gnu/packages/web.scm,
gnu/services/mcron.scm: Update module references.
2019-01-28 14:57:10 +01:00
Ricardo Wurmus
255d1bbe77
gnu: Move dbm databases to new module.
...
* gnu/packages/databases.scm (gdbm, bdb, bdb-5.3): Move from here...
* gnu/packages/dbm.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/audio.scm,
gnu/packages/avahi.scm,
gnu/packages/backup.scm,
gnu/packages/cobol.scm,
gnu/packages/cyrus-sasl.scm,
gnu/packages/databases.scm,
gnu/packages/finance.scm,
gnu/packages/game-development.scm,
gnu/packages/gnome.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/linux.scm,
gnu/packages/mail.scm,
gnu/packages/man.scm,
gnu/packages/nvi.scm,
gnu/packages/openldap.scm,
gnu/packages/package-management.scm,
gnu/packages/php.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/sawfish.scm: Update module references.
2019-01-16 16:08:22 +01:00