me
/
guix
Archived
1
0
Fork 0
Commit Graph

1170 Commits (2d6ebcbcc4e42767d01b3616283017a1316a32a0)

Author SHA1 Message Date
Vagrant Cascadian 75b538daf4
gnu: Fix various synopsis and description issues.
* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on
  pam-mount synopsis.
  [description]: Use two spaces consistently.
  (greetd)[synopsis]: Begin sentence with upper-case.
* gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of
  wlsunsest.
* gnu/packages/mail.scm (libpst): Add synopsis.
* gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis.
  (lcrq)[description]: Use two spaces after sentences.
2022-11-03 15:43:18 -07:00
Tobias Geerinckx-Rice 75bf5dac2e
gnu: mu: Update to 1.8.11.
* gnu/packages/mail.scm (mu): Update to 1.8.11.
2022-10-23 02:00:05 +02:00
Vagrant Cascadian a2e4e3489b
gnu: Various typo fixes.
* gnu/packages/emacs-xyz.scm (emacs-popup-kill-ring)[description]: Fix very
  sneaky "This packages" variant. Thanks to nckhexen!
* gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix use of
  "allows to".
* gnu/packages/check.scm (python-pytest-freezegun)[description]: Ditto.
* gnu/packages/linux.scm (tp-smapi-module)[description]: Ditto.
* gnu/packages/mail.scm (procmail): Ditto.
* gnu/packages/maths.scm (maxima): Ditto.
* gnu/packages/samba.scm (wsdd)[description]: Ditto.
* gnu/packages/ssh.scm (openssh): Ditto.
2022-10-24 17:35:19 -07:00
Tobias Geerinckx-Rice 8cfcb3b043
gnu: claws-mail: Update to 4.1.1.
* gnu/packages/mail.scm (claws-mail): Update to 4.1.1.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice db1265fa8f
gnu: imapfilter: Use G-expressions.
* gnu/packages/mail.scm (imapfilter)[arguments]:
Rewrite as G-expressions.
2022-10-16 02:00:28 +02:00
Tobias Geerinckx-Rice 6832a4140f
gnu: imapfilter: Update to 2.7.6.
* gnu/packages/mail.scm (imapfilter): Update to 2.7.6.
2022-10-16 02:00:27 +02:00
Tobias Geerinckx-Rice f228c39e2e
gnu: mpop: Update to 1.4.17.
* gnu/packages/mail.scm (mpop): Update to 1.4.17.
2022-10-16 02:00:27 +02:00
Nicolas Goaziou 7fdbd37e12
gnu: notmuch: Update to 0.37.
* gnu/packages/mail.scm (notmuch): Update to 0.37.
2022-10-18 18:40:01 +02:00
Efraim Flashner d104aca167
gnu: public-inbox: Fix build on 32-bit systems.
* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-file-fcntllock
on all 32-bit systems.
2022-10-11 07:35:04 +03:00
Thiago Jung Bauermann bdb13dfd29
gnu: public-inbox: Update to 1.9.0.
The patch is included in version 1.9.0, so remove it from Guix.

On i686-linux, test t/pop3d.t fails unless the File::FcntlLock module is
present so add it.

* gnu/packages/patches/public-inbox-fix-spawn-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/mail.scm (public-inbox)[version]: Change to 1.9.0.
[source]: Update hash.  Remove patch.
[inputs]: Add perl-file-fcntllock if target is x86-32.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-09 22:32:14 +02:00
jgart 0f51eb2890
gnu: Add bower.
* gnu/packages/mail.scm (bower): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-02 10:01:34 -04:00
Zhu Zihao 03e7df49c4
gnu: mu: Use G-expressions.
* gnu/packages/mail.scm (mu)[arguments]: Use G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-14 02:00:00 +02:00
Zhu Zihao 3138d3f3c9
gnu: mu: Fix autoloads generation.
* gnu/packages/mail.scm (mu)[arguments]<#:phases>: In the
'install-emacs-autoloads' phase, fix the path to mu4e files to generate
autoloads.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-14 02:00:00 +02:00
Tobias Geerinckx-Rice 73eca39df7
gnu: mu: Update to 1.8.9.
* gnu/packages/mail.scm (mu): Update to 1.8.9.
[arguments]: Adjust the 'patch-bin-references phase accordingly.
2022-08-14 02:00:00 +02:00
Tobias Geerinckx-Rice bf35cded18
gnu: mu: Update to 1.8.8.
* gnu/packages/mail.scm (mu): Update to 1.8.8.
2022-08-07 02:00:00 +02:00
Efraim Flashner a76cb08d0d
gnu: mutt: Update to 2.2.7.
* gnu/packages/mail.scm (mutt): Update to 2.2.7.
2022-08-12 05:15:22 +03:00
Morgan Smith bc3eaf9d83
gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-08 11:22:31 +02:00
Marius Bakke 8ad976d49f
gnu: postorius: Update to 1.3.6.
* gnu/packages/mail.scm (postorius): Update to 1.3.6.
[inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
2022-08-08 09:32:13 +02:00
Efraim Flashner eed987855c
gnu: msmtp: Use G-Expressions.
* gnu/packages/mail.scm (msmtp)[arguments]: Rewrite using G-Expressions.
2022-08-07 20:36:19 +03:00
Efraim Flashner f63ef9ab0d
gnu: msmtp: Don't override defaults when checking for network.
This is no longer needed as the defaults have changed upstream.

* gnu/packages/mail.scm (msmtp)[arguments]: Remove substitution to force
'ping' instead of 'netcat' to check for network access.
2022-08-07 20:31:31 +03:00
Efraim Flashner eb8ab91284
gnu: msmtp: Update to 1.8.22.
* gnu/packages/mail.scm (msmtp): Update to 1.8.22.
2022-08-07 20:04:53 +03:00
Efraim Flashner ff91ab7689
gnu: urlscan: Update to 0.9.10.
* gnu/packages/mail.scm (urlscan): Update to 0.9.10.
2022-08-05 17:38:07 +03:00
muradm 7e3234cb70
gnu: mu: Update to 1.8.7.
* gnu/packages/mail.scm (mu): Update to 1.8.7.
[source]: Fetch from git.
[build-system]: Use meson-build-system.
[native-inputs]: Remove glib:bin and tzdata; add gnupg and texinfo; use new
style.
[inputs]: Remove guile.
[arguments]: Remove obsolete 'patch-configure, 'fix-ffi, and
'check-tz-setup phases.  Rename 'patch-bin-sh-in-tests
to 'patch-bin-references and update it.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-01 16:03:21 +02:00
Efraim Flashner 9bb14bd237
gnu: msmtp: Fix vim file install location.
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom
'install-additional-files phase to install vim file in correct
directory.
2022-07-10 09:40:07 +03:00
Ricardo Wurmus 17892c5f9c
gnu: mumi: Update to 0.0.2-1.0248507.
* gnu/packages/mail.scm (mumi): Update to 0.0.2-1.0248507.
2022-07-06 20:31:27 +02:00
Ricardo Wurmus e1ae5ab2b9
gnu: mumi: Update to 0.0.2-0.88a68ba.
* gnu/packages/mail.scm (mumi): Update to 0.0.2-0.88a68ba.
2022-07-06 18:10:49 +02:00
Ricardo Wurmus d4d07ed92b
gnu: mumi: Update to 0.0.1-9.f73df11.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
2022-07-06 14:21:32 +02:00
Maxim Cournoyer ed210c1b8f
gnu: python-setuptools-scm: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-26 22:10:38 -04:00
Tobias Geerinckx-Rice a47c9463d0
gnu: exim: Remove input labels.
* gnu/packages/mail.scm (exim)[inputs]:
Remove input labels.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice f454e0fcaa
gnu: exim: Use G-expressions.
* gnu/packages/mail.scm (exim)[arguments]:
Rewrite as G-expressions.  Make some surface tweaks to reduce
excessive indentation in places, but again the output is unchanged.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice 41bc69886a
gnu: exim: Don't address build inputs by their labels.
The package's output remains identical.

* gnu/packages/mail.scm (exim)[arguments]: Use SEARCH-INPUT-FILE or
PATCH-SHEBANG in place of ASSOC-REF for all inputs.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice b1cb621063
gnu: exim: Hide bogus CVE lint warning.
* gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry
for CVE-2020-28017.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice 35d7fd4cde
gnu: exim: Update to 4.96.
* gnu/packages/mail.scm (exim): Update to 4.96.
[native-inputs]: Replace pcre:bin with pcre2.
2022-06-19 02:00:00 +02:00
Tobias Geerinckx-Rice b9d309114b
gnu: fdm: Edit description.
* gnu/packages/mail.scm (fdm)[synopsis]: Use @acronym{}.
[description]: Expand based on the README.
2022-06-12 02:00:01 +02:00
Tobias Geerinckx-Rice 37e64eed03
gnu: fdm: Update to 2.1.
* gnu/packages/mail.scm (fdm): Update to 2.1.
2022-06-12 02:00:01 +02:00
Thiago Jung Bauermann 861108ca6a
gnu: public-inbox: Fixes to allow the testsuite to run
This patch makes the public-inbox testsuite pass. Some tests are skipped,
so the test coverage could likely be increased with more massaging.

Perhaps the most significant change is using tini to run the testsuite so
that the testsuite's sub-processes are reaped. The ‘check’ phase is based on
the one from the mutter package. Thanks to Maxim Cournoyer for pointing out
this solution.

* gnu/packages/patches/public-inbox-fix-spawn-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch.
* gnu/packages/mail.scm (public-inbox)[source]: Add new patch.
[arguments]<#:tests?>: Remove argument.
<#:imported-modules>: Add argument.
<#:modules>: Likewise.
<#:phases>{qualify-paths}: Substitute path for ‘/bin/cp’.
{pre-check}: Don't skip httpd-unix.t test.  Remove unnecessary path
substitutions for “env” and “/bin/sh”.
{check}: Replace with custom version that launches the tests under tini.
[native-inputs]: Add tini.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-17 15:31:33 +02:00
Guillaume Le Vaillant ef2d908e22
gnu: getmail6: Update to 6.18.9.
* gnu/packages/mail.scm (getmail6): Update to 6.18.9.
  [description]: Fix typo.
2022-06-16 10:25:13 +02:00
Tobias Geerinckx-Rice 2682b12ca4
gnu: dovecot: Update to 2.3.19.1.
* gnu/packages/mail.scm (dovecot): Update to 2.3.19.1.
2022-06-12 02:00:09 +02:00
Tobias Geerinckx-Rice b76a0cbe49
gnu: claws-mail: Update to 4.1.0.
* gnu/packages/mail.scm (claws-mail): Update to 4.1.0.
2022-06-05 02:00:01 +02:00
Tobias Geerinckx-Rice cb475aea08
gnu: alpine: Update to 2.26.
* gnu/packages/mail.scm (alpine): Update to 2.26.
[source]: Remove patch.
* gnu/packages/patches/alpine-fix-privacy-policy-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-06-05 02:00:01 +02:00
Tobias Geerinckx-Rice 4cb22c07d2
gnu: python-notmuch: Remove trailing #t from phase.
* gnu/packages/mail.scm (python-notmuch):
[arguments]: Don't explicitly return #t from phase.
2022-06-05 02:00:01 +02:00
Tobias Geerinckx-Rice 9ae55f8482
gnu: notmuch: Update to 0.36.
* gnu/packages/mail.scm (notmuch): Update to 0.36.
2022-06-05 02:00:01 +02:00
Leo Famulari 337441609c
gnu: mu: Update to 1.6.11.
* gnu/packages/mail.scm (mu): Update to 1.6.11.
2022-06-06 20:53:49 -04:00
Leo Famulari 3b4e56c953
gnu: Mutt: Update to 2.2.6.
* gnu/packages/mail.scm (mutt): Update to 2.2.6.
2022-06-06 20:53:49 -04:00
Vagrant Cascadian 41cf573f0a
gnu: sendmail: Remove timestamps.
* gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps
  phase.
2022-06-05 17:31:35 -07:00
Ricardo Wurmus 45a6af1c18
gnu: mumi: Update to 0.0.1-8.9b28ec7.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-8.9b28ec7.
2022-06-05 10:23:41 +02:00
Thiago Jung Bauermann 1e1de83719
gnu: public-inbox: Update to 1.8.0.
Some fixes are needed in both the testsuite and the package itself before
tests can pass so disable them for now.

Also, the lei command needs curl to work, so add it to the PATH in
‘wrap-program’.

* gnu/packages/mail.scm (public-inbox)[version]: Change to 1.8.0.
[source]: Update hash.
[arguments]<#:tests?>: Set to #f.
[arguments]<#:phases>{wrap-programs}: Add curl to PATH.
[inputs]: Add curl and perl-socket-msghdr.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-01 23:28:14 +02:00
Thiago Jung Bauermann c017acec34
gnu: public-inbox: Some packaging fixes
The file ‘script/public-inbox-compact’ doesn't call ‘xapian-compact’ directly
anymore, so the substitution in the ‘qualify-paths’ phase doesn't do anything.

Now there's a reference to ‘xapian-compact’ in ‘lib/PublicInbox/Xapcmd.pm’,
so substitute the path there.

And move xapian from native-inputs to inputs and use its input path in the
substitution, since ‘xapian-compact’ is called during normal execution of
public-inbox.

Also add ‘bash-minimal’ to the package's inputs, since it uses ‘wrap-program’.

Finally, take the opportunity to change build phases to not return #t
unconditionally, since that isn't necessary anymore.

* gnu/packages/mail.scm (public-inbox)[arguments]<#:phases>: Don't return #t
from each phase.
{qualify-paths}: Substitute ‘xapian-compact’ path in the correct file.  Use
‘search-input-file’ rather than ‘which’ to find it.
[native-inputs]: Move ‘xapian’ from here ...
[inputs]: ... to here. Add ‘bash-minimal’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-01 22:44:09 +02:00
Maxim Cournoyer e0c152e4a2
gnu: Remove python2-notmuch.
* gnu/packages/mail.scm (python2-notmuch): Delete variable.
2022-05-31 14:52:54 -04:00
Maxim Cournoyer 310cf09851
gnu: Remove python2-mailmanclient.
* gnu/packages/mail.scm (python2-mailmanclient): Delete variable.
2022-05-31 14:52:31 -04:00
Maxim Cournoyer 7c443f9158
gnu: getmail: Deprecate with getmail6.
* gnu/packages/mail.scm (getmail): Mark as deprecated in favor of...
(getmail6): ... this new package.
2022-05-31 14:52:31 -04:00
ykonai 5e5e37fbc4
gnu: rspamd: Update to 3.2
* gnu/packages/mail.scm (rspamd): Update to 3.2

I also added a new build option, that changes the LOCAL_CONFDIR variable to
/etc/rspamd. This allows for rspamd configuration via the /etc/rspamd/local.d
and override.d directories, which by default were located in the PREFIX which
is in /gnu/store.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-30 16:34:40 +02:00
Efraim Flashner 1ed40eee39
gnu: mutt: Update to 2.2.5.
* gnu/packages/mail.scm (mutt): Update to 2.2.5.
2022-05-29 16:31:59 +03:00
Tobias Geerinckx-Rice 6e5b956b8d
gnu: perl-mail-dkim: Update to 1.20220520.
* gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20220520.
2022-05-22 02:00:09 +02:00
Tobias Geerinckx-Rice 954db7378e
gnu: ytnef: Don't build static library.
* gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static"
to #:configure-flags.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice 1290fce44d
gnu: ytnef: Update to 2.0.
* gnu/packages/mail.scm (ytnef): Update to 2.0.
[source]: Remove patches.
* gnu/packages/patches/ytnef-CVE-2021-3403.patch,
gnu/packages/patches/ytnef-CVE-2021-3404.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-05-22 02:00:08 +02:00
Tobias Geerinckx-Rice 52e17b9f3f
gnu: mailutils: Omit static library.
* gnu/packages/mail.scm (mailutils)[arguments]:
Add "--disable-static" to #:configure-flags.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice 4771e67c04
gnu: mailutils: Update to 3.15.
* gnu/packages/mail.scm (mailutils): Update to 3.15.
2022-05-22 02:00:00 +02:00
Tobias Geerinckx-Rice b6b504d64f
gnu: dovecot-pigeonhole: Update to 0.5.19.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.19.
2022-05-08 02:00:00 +02:00
Tobias Geerinckx-Rice 605b1f7764
gnu: dovecot: Update to 2.3.19.
* gnu/packages/mail.scm (dovecot): Update to 2.3.19.
2022-05-08 02:00:00 +02:00
Arun Isaac 1a23c0a0c7
gnu: mumi: Use guile-json-4 instead of guile-json-3.
* gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with
guile-json-4.
2022-05-09 23:25:21 +05:30
Leo Famulari 654f878f0b
gnu: Mutt: Update to 2.2.4.
* gnu/packages/mail.scm (mutt): Update to 2.2.4.
2022-05-02 19:31:42 -04:00
Leo Famulari 31f42393e8
gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].
https://gitlab.com/muttmua/mutt/-/issues/404

* gnu/packages/mail.scm (mutt): Update to 2.2.3.
2022-04-18 00:24:01 -04:00
B. Wilson 35a1de1a4c
gnu: mblaze: Offer contrib executables.
* gnu/packages/mail.scm (mblaze)[outputs, inputs]: New fields.
[arguments]: Add #:modules.  Add 'install-contrib' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-15 19:13:02 +02:00
terramorpha 950f3e4f98
gnu: Add smtpmail.
* gnu/packages/mail.scm (smtpmail): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-12 23:55:14 +02:00
Andrew Tropin e777c3e34c
gnu: l2md: Update to 9db252bc.
[[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-03-28T11:03:48+0200 using RSA]]

* gnu/packages/mail.scm (l2md): Update to 9db252bc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05 20:41:41 +02:00
Efraim Flashner cb00a5fd85
gnu: msmtp: Update to 1.8.20.
* gnu/packages/mail.scm (msmtp): Update to 1.8.20.
2022-03-30 20:24:55 +03:00
Leo Famulari 457999ce36
gnu: Mutt: Update to 2.2.2.
* gnu/packages/mail.scm (mutt): Update to 2.2.2.
2022-03-29 23:33:07 -04:00
Liliana Marie Prikler 7258c90572
gnu: python-notmuch2: Use new style.
* gnu/packages/mail.scm (python-notmuch2)[version]: Explicitly inherit from
notmuch.
[arguments]: Use list of G-Expressions.
2022-03-23 21:12:38 +01:00
Tanguy Le Carrour 8d33d7b42f
gnu: python-notmuch2: Fix build.
* gnu/packages/mail.scm (python-notmuch2)[#:phases]: Add
‘create-notmuch-config’ and ‘patch-setup.’py after ‘enter-python-dir’.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-03-23 21:07:00 +01:00
Nicolas Goaziou 45d36b0e2f
gnu: mblaze: Use G-expressions.
* gnu/packages/mail.scm (mblaze)[arguments]: Use G-expressions.
2022-03-11 01:27:34 +01:00
jgart via Guix-patches via fde7fbe9dc
gnu: mblaze: Enable tests.
* gnu/packages/mail.scm (mblaze)[arguments]: Enable tests
and remove comment about broken tests since tests are not broken.

See <https://github.com/leahneukirchen/mblaze/issues/221>.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-03-11 01:26:12 +01:00
Pierre Langlois 74130e73c0
gnu: dovecot: Fix backtrace test on aarch64.
* gnu/packages/mail.scm (dovecot)[arguments]: Add LDFLAGS=-rdynamic to
make-flags.
2022-03-03 23:03:04 +00:00
Pierre Langlois 508960f95a
gnu: offlineimap3: Update to 8.0.0.
* gnu/packages/mail.scm (offlineimap3): Update to 8.0.0.
2022-02-28 19:52:43 +00:00
Leo Famulari 64772639a2
gnu: Mutt: Update to 2.2.1.
* gnu/packages/mail.scm (mutt): Update to 2.2.1.
2022-02-22 11:49:44 -05:00
Marius Bakke 1bd1f42a31
gnu: Remove unneeded uses of 'libiconv'.
iconv is part of glibc, there is no need to add it as input.

* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV.
* gnu/packages/compression.scm (innoextract)[inputs]: Likewise.
* gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise.
* gnu/packages/mail.scm (mailutils)[inputs]: Likewise.
* gnu/packages/maths.scm (libqalculate)[inputs]: Likewise.
* gnu/packages/pep.scm (pep-engine)[inputs]: Likewise.
* gnu/packages/vim.scm (neovim)[inputs]: Likewise.
* gnu/packages/wget.scm (wget2)[inputs]: Likewise.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise.
* gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
2022-02-15 20:44:21 +01:00
Tobias Geerinckx-Rice 2b2f8c6b59
gnu: dovecot-pigeonhole: Update to 0.5.18.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.18.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice e9d15acb3e
gnu: dovecot: Update to 2.3.18.
* gnu/packages/mail.scm (dovecot): Update to 2.3.18.
2022-02-13 01:00:00 +01:00
Leo Famulari d65979c46c
gnu: Mutt: Update to 2.2.0.
* gnu/packages/mail.scm (mutt): Update to 2.2.0.
2022-02-13 13:02:40 -05:00
Ricardo Wurmus 4396fef047
gnu: mumi: Update to 0.0.1-7.f5232c4.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-7.f5232c4.
[inputs]: Add guile-kolam.
2022-02-07 15:19:49 +01:00
Nicolas Goaziou 699e79e0fb
gnu: emacs-notmuch: Use G-expressions.
* gnu/packages/mail.scm (emacs-notmuch)[arguments]: Use G-expressions.
<#:phases>: Use SEARCH-INPUT-FILE.
2022-02-07 11:05:23 +01:00
Nicolas Goaziou d7368fe7f2
gnu: notmuch: Use G-expressions.
* gnu/packages/mail.scm (notmuch)[arguments]: Use G-expressions.
<#:phases>: Use SEARCH-INPUT-FILES instead of WHICH.
2022-02-07 11:00:33 +01:00
Nicolas Goaziou fb3508bb36
gnu: notmuch: Update to 0.35.
* gnu/packages/mail.scm (notmuch): Update to 0.35.
[arguments]<#:phases>: Remove DISABLE-FAILING-TESTS phase.
2022-02-07 10:56:53 +01:00
Efraim Flashner 25d1a31434
gnu: urlscan: Update to 0.9.9.
* gnu/packages/mail.scm (urlscan): Update to 0.9.9.
2022-02-02 12:06:49 +02:00
jgart via Guix-patches via 2f51d374b8
gnu: mblaze: Update to 1.2.
* gnu/packages/mail.scm (mblaze): Update to 1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:56:06 +03:00
Arun Isaac 3a555a93a9
gnu: crm114: Pass -fcommon to compiler.
* gnu/packages/mail.scm (crm114)[arguments]: Add -fcommon to CFLAGS.
2022-01-14 19:58:46 +05:30
Marius Bakke a46a5a4196
gnu: postorius: Build with Django 2.2.
* gnu/packages/mail.scm (postorius)[inputs]: Change from PYTHON-DJANGO to
PYTHON-DJANGO-2.2.  Move PYTHON-README-RENDERER early so that its propagated
cffi takes precedence, in order to placate the sanity check.
2022-01-12 23:50:14 +01:00
Tobias Geerinckx-Rice dcc00e0635
gnu: astroid: Use xorg-server-for-tests.
* gnu/packages/mail.scm (astroid)[native-inputs]: Substitute
xorg-server-for-tests for the regular xorg-server.
2022-01-11 07:38:02 +00:00
Tobias Geerinckx-Rice 76f5e5f775
gnu: mailutils: Use G-expressions.
* gnu/packages/mail.scm (mailutils)[arguments]:
Rewrite as G-expressions.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice 97e596e4f6
gnu: mailutils: Update to 3.14.
* gnu/packages/mail.scm (mailutils): Update to 3.14.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice 19b9bbb611
gnu: getmail: Unquote arguments.
* gnu/packages/mail.scm (getmail)[arguments]: Use LIST.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice 132a251dd7
gnu: getmail: Use HTTPS home page.
* gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
2022-01-11 20:17:50 +00:00
Tobias Geerinckx-Rice ac50046d23
gnu: getmail: Update to 5.16.
* gnu/packages/mail.scm (getmail): Update to 5.16.
2022-01-11 20:17:50 +00:00
Efraim Flashner eea0a5fb72
gnu: claws-mail: Remove input labels.
* gnu/packages/mail.scm (claws-mail)[inputs]: Remove input labels.
[arguments]: Use search-input-file.
2022-01-11 16:05:40 +02:00
Efraim Flashner f52813ecf8
gnu: claws-mail: Build with correct librsvg.
* gnu/packages/mail.scm (claws-mail)[inputs]: Remove duplicate librsvg.
Replace librsvg with librsvg-for-system.
2022-01-11 16:05:40 +02:00
Nicolas Goaziou a7478b1ca0
gnu: notmuch: Simplify inputs.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Remove labels.
2022-01-11 10:34:16 +01:00
Nicolas Goaziou 509ef2125d
gnu: notmuch: Update to 0.34.3.
* gnu/packages/mail.scm (notmuch): Update to 0.34.3.
2022-01-11 10:32:46 +01:00
Tobias Geerinckx-Rice df20a46a0e
gnu: astroid: Remove input labels.
* gnu/packages/mail.scm (astroid)[inputs]:
Remove input labels.
2022-01-09 21:58:34 +01:00
Tobias Geerinckx-Rice 35d606f8f1
gnu: astroid: Fix build.
* gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2
for webkitgtk.
2022-01-09 21:58:34 +01:00
Tobias Geerinckx-Rice 05b0491d06
gnu: urlscan: Update to 0.9.8.
* gnu/packages/mail.scm (urlscan): Update to 0.9.8.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice f2a2a9e9a2
gnu: mutt: Update to 2.1.5.
* gnu/packages/mail.scm (mutt): Update to 2.1.5.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice 1326b36073
gnu: pan: Use G-expressions.
* gnu/packages/mail.scm (pan)[arguments]:
Rewrite as G-expressions.
2022-01-06 05:24:17 +01:00
Tobias Geerinckx-Rice 0d78ac083a
gnu: pan: Update to 0.149.
* gnu/packages/mail.scm (pan): Update to 0.149.
[arguments]: Don't explicitly return #t from phases.
[inputs]: Upgrade gmime-2.6 to gmime.
2022-01-06 05:24:17 +01:00
Vagrant Cascadian 38376090c3
gnu: Remove trailing period from synopsis.
* gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove
  trailing period.
* gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise.
* gnu/packages/bioinformatics.scm (python-mygene, python-scanpy,
  nanosv)[synopsis]: Likewise.
* gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise.
* gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59,
  rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2,
  rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3,
  rust-http-types-2, rust-hyper-0.14, rust-indexmap-1,
  rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3,
  rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3,
  rust-ttf-parser-0.12)[synopsis]: Likewise.
* gnu/packages/disk.scm (f3)[synopsis]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]:
  Likewise.
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]:
  Likewise.
* gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis,
  ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]:
  Likewise.
* gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]:
  Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise.
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]:
  Likewise.
* gnu/packages/maven.scm (maven-wagon-http-shared,
  maven-surefire-plugin)[synopsis]: Likewise.
* gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise.
* gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise.
* gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt,
  python-pylzma)[synopsis]: Likewise.
* gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
2021-12-30 19:11:46 -08:00
Tobias Geerinckx-Rice fd290a81fc
gnu: mutt: Update to 2.1.4.
* gnu/packages/mail.scm (mutt): Update to 2.1.4.
2021-12-17 22:51:56 +01:00
Marius Bakke 3399c29b8f
gnu: python-djangorestframework: Rename to python-django-rest-framework.
* gnu/packages/django.scm (python-djangorestframework): Define as deprecated
alias for ...
(python-django-rest-framework): ... this new variable.
(python-django-filter)[native-inputs]: Adjust accordingly.
* gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
2021-12-17 19:07:18 +01:00
Julien Lepiller eb4ce2de69
gnu: claws-mail: Fix build.
* gnu/packages/mail.scm (claws-mail)[arguments]: Use search-input-file
instead of search-input-directory.
2021-12-17 04:01:32 +01:00
Ludovic Courtès e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Mathieu Othacehe 32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates 2021-12-10 21:49:25 +01:00
Philip McGrath 7c2d84df1c
gnu: sendgmail: Don't limit domain name of sender.
There are three open pull requests adding this functionality:

  - https://github.com/google/gmail-oauth2-tools/pull/17 (October 2019)
  - https://github.com/google/gmail-oauth2-tools/pull/26 (May 2020)
  - https://github.com/google/gmail-oauth2-tools/pull/37 (May 2021)
    (The patch here is identical to #26, so I just closed this one.)

Meanwhile, the most recent commit to the upstream repository was in
May 2019: that was the commit that first added `sendgmail`.

This commit adjusts Guix's `sendgmail`, following Postel's advice,
to make the command "liberal in its receiving behavior" (RFC 760):
it always accepts email addresses with any domain name, as in #26,
and it accepts (and ignores) the `-gsuite` flag used in #17.

* gnu/packages/patches/sendgmail-remove-domain-restriction.patch:
New file. This is the patch from #26.
* gnu/packages/patches/sendgmail-accept-ignored-gsuite-flag.patch:
New file, based on #17.
* gnu/local.mk (dist_patch_DATA): Add the new patches.
* gnu/packages/mail.scm (sendgmail)[source]: Apply the new patches.
Increment the "revision" argument to `git-version` from 0 to 1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-10 15:32:45 +01:00
Philip McGrath 5cf2c889c9
gnu: sendgmail: Rename package to match command.
Suggested by Ludo’ in <https://issues.guix.gnu.org/50420#3>.

* gnu/packages/golang.scm
(go-github-com-google-gmail-oauth2-tools-go-sendgmail): Move to ...
* gnu/packages/mail.scm (sendgmail): ... this variable.
Change `propagated-inputs` to `inputs`.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-10 15:32:45 +01:00
Nicolas Goaziou 549aa66e46
gnu: notmuch: Update to 0.34.2.
* gnu/packages/mail.scm (notmuch): Update to 0.34.2.
2021-12-10 09:01:59 +01:00
Ricardo Wurmus 13bc332ed5
gnu: mumi: Update to 0.0.1-6.8a45281.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-6.8a45281.
[arguments]: Remove trailing #T.
2021-12-09 19:17:22 +01:00
Tobias Geerinckx-Rice 8775efe8f1
gnu: dovecot-pigeonhole: Update to 0.5.17.1.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.1.
2021-12-07 18:42:48 +01:00
Tobias Geerinckx-Rice 86d8a0460c
gnu: dovecot: Update to 2.3.17.1.
* gnu/packages/mail.scm (dovecot): Update to 2.3.17.1.
2021-12-07 18:42:48 +01:00
Leo Famulari 764be13ee6
gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}].
* gnu/packages/mail.scm (isync): Update to 1.4.4.
2021-12-05 23:36:42 -05:00
Ricardo Wurmus 9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
Marius Bakke 0d196ab9bd
gnu: python-mailman-hyperkitty: Update to 1.2.0.
* gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.0.
[source](patches): Remove.
2021-12-05 14:02:10 +01:00
Marius Bakke 3f9d122dcb
gnu: python-hyperkitty: Update to 1.3.5.
* gnu/packages/mail.scm (python-hyperkitty): Update to 1.3.5.
[arguments]: Add pythonpath in test invokation.
[propagated-inputs]: Add PYTHON-MISTUNE-NEXT.  Change from PYTHON-DJANGO-2.2
to PYTHON-DJANGO.
[native-inputs]: Add PYTHON-LXML.
2021-12-05 14:02:10 +01:00
Marius Bakke 9f5b9d18d8
gnu: python-django-mailman3: Update to 1.3.7.
* gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.7.
2021-12-05 14:02:09 +01:00
Marius Bakke 837688e505
gnu: python-mailmanclient: Update to 3.3.3.
* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.3.
2021-12-05 14:02:09 +01:00
Tanguy Le Carrour 214b3c52ce
gnu: alot: Update to 0.10.
* gnu/packages/mail.scm (alot): Update to 0.10.
[inputs]: Use python-notmuch2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-27 10:02:11 +01:00
Tanguy Le Carrour 4be46b231f
gnu: Add python-notmuch2.
* gnu/packages/mail.scm (python-notmuch2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-27 10:01:45 +01:00
Tanguy Le Carrour 7aff105123
gnu: notmuch: Update to 0.34.1.
* gnu/packages/mail.scm (notmuch): Update to 0.34.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-27 10:01:34 +01:00
Efraim Flashner 8ad22b42b1
gnu: urlscan: Update to 0.9.7.
* gnu/packages/mail.scm (urlscan): Update to 0.9.7.
2021-11-26 15:46:16 +02:00
Vivien Kraus 86f031e877
gnu: gmime: Install the vapi file.
* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file.
[native-inputs]: Add vala.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19 14:26:14 +01:00
Ludovic Courtès 3a317f7476
Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01:00
Tanguy Le Carrour 0aeb7b91a8
gnu: alot: Disable hanging test.
* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 23:18:08 +01:00
jgart via Guix-patches via 1a72b6e999
gnu: Add neatmail.
* gnu/packages/mail.scm (neatmail): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-14 15:14:51 +01:00
Tobias Geerinckx-Rice 7f7f739e23
gnu: mu: Update to 1.6.10.
* gnu/packages/mail.scm (mu): Update to 1.6.10.
2021-11-14 02:45:05 +01:00
Morgan Smith 3374894786
gnu: Add rss2email.
* gnu/packages/mail.scm (rss2email): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-12 23:58:32 +01:00
Maxim Cournoyer feab09f72a
gnu: gtk: Replace gdk-pixbuf+svg by librsvg.
With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.

The replacement was automated with the following command:

   $ git grep -l ',gdk-pixbuf+svg)' \
     | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i

* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
2021-11-11 12:18:20 -05:00
Tobias Geerinckx-Rice 9b14b26f0a
gnu: packages: Remove last year's deprecations.
* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable.
* gnu/packages/benchmark.scm (imb-openmpi): Likewise.
* gnu/packages/boost.scm (boost-with-python3): Likewise.
* gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly.
* gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise.
* gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly.
* gnu/packages/cups.scm (escpr): Likewise.
* gnu/packages/django.scm (python-django-jsonfield): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme)
(emacs-modus-vivendi-theme): Likewise.
* gnu/packages/engineering.scm (kicad-i18l): Likewise.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise.
* gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u):
Likewise.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic):
Likewise.
* gnu/packages/game-development.scm (guile3.0-chickadee)
(python-sge-pygame): Likewise.
* gnu/packages/games.scm (retux)[inputs]: Adjust accordingly.
* gnu/packages/gnome-xyz.scm (numix-theme): Likewise.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise.
* gnu/packages/gstreamer.scm (gst-transcoder): Likewise.
* gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg):
Likewise.
* gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark)
(guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi)
(guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics)
(guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren)
(guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted)
(guile3.0-pfds, guile3.0-picture-language, guile3.0-semver)
(guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight)
(guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package)
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3)
(guile3.0-bytestructures, guile3.0-git): Likewise.
* gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise.
* gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise.
* gnu/packages/mail.scm (guile3.0-mailutils): Likewise.
* gnu/packages/monitoring.scm (python2-graphite-web): Likewise.
* gnu/packages/package-management.scm (guile3.0-guix): Likewise.
* gnu/packages/package-management.scm (python-conda): Likewise.
* gnu/packages/phabricator.scm (libphutil): Likewise.
* gnu/packages/plotutils.scm (guile3.0-charting): Likewise.
* gnu/packages/python-xyz.scm (python2-smmap2, python-glances)
(python-smmap2): Likewise.
* gnu/packages/shells.scm (oil-shell): Likewise.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise.
* gnu/packages/ssh.scm (guile3.0-ssh): Likewise.
* gnu/packages/terminals.scm (et): Likewise.
* gnu/packages/tls.scm (guile3.0-gnutls): Likewise.
* gnu/packages/vlang.scm (v): Likewise.
* gnu/packages/vpn.scm (wireguard): Likewise.
* gnu/packages/web-browsers.scm (next, sbcl-next): Likewise.
* gnu/packages/xorg.scm (transset-df): Likewise.
2021-11-08 23:00:55 +01:00
Efraim Flashner 1c94392a13
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-11-08 09:06:14 +02:00
Xinglu Chen e58994f113
gnu: msmtp: Update to 1.8.19.
* gnu/packages/mail.scm (msmtp): Update to 1.8.19.
[properties]: Set ‘release-monitoring-url’.
2021-11-06 10:47:14 +01:00
Efraim Flashner 075df3d3e2
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-11-03 14:27:51 +02:00
Tobias Geerinckx-Rice 2fb6510746
gnu: mhonarc: Update to 2.6.24.
* gnu/packages/mail.scm (mhonarc): Update to 2.6.24.
2021-11-03 11:19:55 +01:00
Tobias Geerinckx-Rice f14cedfc16
gnu: neomutt: Update to 20211029.
* gnu/packages/mail.scm (neomutt): Update to 20211029.
[arguments]: Don't explicitly return #t from phases.
2021-11-03 03:10:53 +01:00
Tobias Geerinckx-Rice 1264c6e72d
gnu: fetchmail: Update to 6.4.23.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
2021-11-03 03:10:53 +01:00
Tobias Geerinckx-Rice c5ef5f81e4
gnu: mu: Fix typo.
* gnu/packages/mail.scm (mu)[description]: Fix typo.
2021-11-03 00:39:49 +01:00
Tobias Geerinckx-Rice 688f573bb1
gnu: mu: Update to 1.6.9.
* gnu/packages/mail.scm (mu): Update to 1.6.9.
2021-11-03 00:39:49 +01:00
Arun Isaac 6e5ca0bb84
gnu: mpop: Update to 1.4.16.
* gnu/packages/mail.scm (mpop): Update to 1.4.16.
2021-11-01 20:11:32 +05:30
Xinglu Chen 0e19713c1f
gnu: msmtp: Update to 1.8.18.
* gnu/packages/mail.scm (msmtp): Update to 1.8.18.
[arguments]<#:phases>: Remove trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-01 12:38:08 +02:00
Efraim Flashner bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-10-31 14:49:47 +02:00
Tobias Geerinckx-Rice 3fb19280bb
gnu: dovecot-pigeonhole: Update to 0.5.17.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.
[arguments]: Don't explicitly return #t from phases.
2021-10-28 21:03:37 +02:00
Tobias Geerinckx-Rice afe6c8a97f
gnu: dovecot: Update to 2.3.17.
* gnu/packages/mail.scm (dovecot): Update to 2.3.17.
[arguments]: Don't explicitly return #t from phases.
2021-10-28 21:03:37 +02:00
Mathieu Othacehe e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates 2021-10-18 14:37:26 +00:00
Tobias Geerinckx-Rice 3f396ec339
gnu: neomutt: Update to 20211015.
* gnu/packages/mail.scm (neomutt): Update to 20211015.
2021-10-15 18:12:44 +02:00
Tobias Geerinckx-Rice dfa2e5b44b
gnu: alpine: Update to 2.25.
* gnu/packages/mail.scm (alpine): Update to 2.25.
[source]: Add patch.  Don't explicitly return #t from snippet.
[arguments]: Nor from phases.
* gnu/packages/patches/alpine-fix-privacy-policy-crash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-10-15 17:30:57 +02:00