summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: mu: Update to 1.8.9.Tobias Geerinckx-Rice2022-08-14
| | | | | * gnu/packages/mail.scm (mu): Update to 1.8.9. [arguments]: Adjust the 'patch-bin-references phase accordingly.
* gnu: mu: Update to 1.8.8.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/mail.scm (mu): Update to 1.8.8.
* gnu: mutt: Update to 2.2.7.Efraim Flashner2022-08-12
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.7.
* gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.Morgan Smith2022-08-08
| | | | | | * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: postorius: Update to 1.3.6.Marius Bakke2022-08-08
| | | | | * gnu/packages/mail.scm (postorius): Update to 1.3.6. [inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
* gnu: msmtp: Use G-Expressions.Efraim Flashner2022-08-07
| | | | * gnu/packages/mail.scm (msmtp)[arguments]: Rewrite using G-Expressions.
* gnu: msmtp: Don't override defaults when checking for network.Efraim Flashner2022-08-07
| | | | | | | 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.
* gnu: msmtp: Update to 1.8.22.Efraim Flashner2022-08-07
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.22.
* gnu: urlscan: Update to 0.9.10.Efraim Flashner2022-08-05
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.10.
* gnu: mu: Update to 1.8.7.muradm2022-08-01
| | | | | | | | | | | | | | * 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>
* gnu: msmtp: Fix vim file install location.Efraim Flashner2022-07-10
| | | | | | * gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install-additional-files phase to install vim file in correct directory.
* gnu: mumi: Update to 0.0.2-1.0248507.Ricardo Wurmus2022-07-06
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.2-1.0248507.
* gnu: mumi: Update to 0.0.2-0.88a68ba.Ricardo Wurmus2022-07-06
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.2-0.88a68ba.
* gnu: mumi: Update to 0.0.1-9.f73df11.Ricardo Wurmus2022-07-06
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
* gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer2022-06-26
| | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
* gnu: exim: Remove input labels.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim)[inputs]: Remove input labels.
* gnu: exim: Use G-expressions.Tobias Geerinckx-Rice2022-06-19
| | | | | | * 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.
* gnu: exim: Don't address build inputs by their labels.Tobias Geerinckx-Rice2022-06-19
| | | | | | | 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.
* gnu: exim: Hide bogus CVE lint warning.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim)[properties]: Add lint-hidden-cve entry for CVE-2020-28017.
* gnu: exim: Update to 4.96.Tobias Geerinckx-Rice2022-06-19
| | | | | * gnu/packages/mail.scm (exim): Update to 4.96. [native-inputs]: Replace pcre:bin with pcre2.
* gnu: fdm: Edit description.Tobias Geerinckx-Rice2022-06-12
| | | | | * gnu/packages/mail.scm (fdm)[synopsis]: Use @acronym{}. [description]: Expand based on the README.
* gnu: fdm: Update to 2.1.Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/mail.scm (fdm): Update to 2.1.
* gnu: public-inbox: Fixes to allow the testsuite to runThiago Jung Bauermann2022-06-17
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* gnu: getmail6: Update to 6.18.9.base-for-series-12718base-for-series-12703base-for-series-12702base-for-series-12701base-for-series-12700base-for-series-12699base-for-series-12698Guillaume Le Vaillant2022-06-16
| | | | | * gnu/packages/mail.scm (getmail6): Update to 6.18.9. [description]: Fix typo.
* gnu: dovecot: Update to 2.3.19.1.Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.19.1.
* gnu: claws-mail: Update to 4.1.0.Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/mail.scm (claws-mail): Update to 4.1.0.
* gnu: alpine: Update to 2.26.Tobias Geerinckx-Rice2022-06-05
| | | | | | | * 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.
* gnu: python-notmuch: Remove trailing #t from phase.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/mail.scm (python-notmuch): [arguments]: Don't explicitly return #t from phase.
* gnu: notmuch: Update to 0.36.Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.36.
* gnu: mu: Update to 1.6.11.Leo Famulari2022-06-06
| | | | * gnu/packages/mail.scm (mu): Update to 1.6.11.
* gnu: Mutt: Update to 2.2.6.Leo Famulari2022-06-06
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.6.
* gnu: sendmail: Remove timestamps.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase.
* gnu: mumi: Update to 0.0.1-8.9b28ec7.Ricardo Wurmus2022-06-05
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-8.9b28ec7.
* gnu: public-inbox: Update to 1.8.0.Thiago Jung Bauermann2022-06-01
| | | | | | | | | | | | | | | | 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>
* gnu: public-inbox: Some packaging fixesThiago Jung Bauermann2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gnu: Remove python2-notmuch.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/mail.scm (python2-notmuch): Delete variable.
* gnu: Remove python2-mailmanclient.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/mail.scm (python2-mailmanclient): Delete variable.
* gnu: getmail: Deprecate with getmail6.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/mail.scm (getmail): Mark as deprecated in favor of... (getmail6): ... this new package.
* gnu: rspamd: Update to 3.2ykonai2022-05-30
| | | | | | | | | | | * 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>
* gnu: mutt: Update to 2.2.5.Efraim Flashner2022-05-29
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.5.
* gnu: perl-mail-dkim: Update to 1.20220520.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20220520.
* gnu: ytnef: Don't build static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: ytnef: Update to 2.0.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | * 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.
* gnu: mailutils: Omit static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/mail.scm (mailutils)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: mailutils: Update to 3.15.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/mail.scm (mailutils): Update to 3.15.
* gnu: dovecot-pigeonhole: Update to 0.5.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.19.
* gnu: dovecot: Update to 2.3.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.19.
* gnu: mumi: Use guile-json-4 instead of guile-json-3.Arun Isaac2022-05-09
| | | | | * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with guile-json-4.
* gnu: Mutt: Update to 2.2.4.Leo Famulari2022-05-02
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.4.
* gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].Leo Famulari2022-04-18
| | | | | | https://gitlab.com/muttmua/mutt/-/issues/404 * gnu/packages/mail.scm (mutt): Update to 2.2.3.