aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: aerc: Add a patch for bug with signed messages.Ashish SHUKLA2024-10-15
| | | | | | | * gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch. Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fetchmail: Wrap fetchmailconf.Efraim Flashner2024-09-29
| | | | | | | | * gnu/packages/mail.scm (fetchmail)[arguments]: Add a phase to wrap fetchmailconf with GUIX_PYTHONPATH. [inputs]: Add bash-minimal, python-future, python-wrapper. Change-Id: I6f48361e7d739bfcaa2d1f20eb177933e5e7a5d8
* gnu: aerc: Don't rely on input labels.Tobias Geerinckx-Rice2024-09-08
| | | | | | * gnu/packages/mail.scm (aerc)[arguments]: Test for …/bin/zoxide directly. Change-Id: I6492bd969048a548c45504c0897b851f369277b9
* gnu: aerc: Update to 0.18.2.Tobias Geerinckx-Rice2024-09-08
| | | | | | * gnu/packages/mail.scm (aerc): Update to 0.18.2. Change-Id: I16ca6cc052f7af569249c569cec8e8ac6ef274e9
* gnu: mpop: Update to 1.4.20.Timotej Lazar2024-09-09
| | | | | | | * gnu/packages/mail.scm (mpop): Update to 1.4.20. Change-Id: I6ad78891b2621ca7a9fe1787aac405fef800cec0 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: alpine: Disable parallel build.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (alpine)[arguments]: Add '#:parallel-build? #f'. Change-Id: Ic5c7f34ba8b720762b345670f4d568af5e39cb2d
* gnu: opensmtpd-extras: Fix build.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Add libxcrypt. Change-Id: I7ea93d34cfb14434d5b47e52751d137dab4d7afe
* gnu: opensmtpd: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (opensmtpd)[inputs]: Add libxcrypt. Change-Id: Idb65d607830dfd64e1e60ea888be596ab04d9cdd
* gnu: alpine: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (alpine)[inputs]: Add libxcrypt. Change-Id: Id492d0a868d7de55f7f6b10a19b3d3a7ab47ab2d
* gnu: dovecot: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (dovecot)[inputs]: Add libxcrypt. Change-Id: I0457ca46dd9d7c776cdf176a189994554bcde168
* gnu: exim: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/mail.scm (exim)[inputs]: Add libxcrypt. Change-Id: I7767ec43ecf67f3517f8b998c421907f3fda19b1
* gnu: mailutils: Add libxcrypt dependency.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
* gnu: mail: Add 'bash' input for 'wrap-program'.Maxime Devos2024-08-31
| | | | | | | | | | | | | | | | | It is required for cross-compilation. * gnu/packages/mail.scm (astroid)[inputs]: Add 'bash-minimal'. (notifymuch)[inputs]: Likewise. (dkimproxy)[inputs]: Likewise. (swaks): Delete trailing #t. [inputs]: Add 'bash-minimal'. (mumi)[inputs]: Likewise. (public-inbox)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I0ebdd60a5b33725548850d53676d181e10c71103
* build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | | | | | | | | | %default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
* Replace some more occurrences of ‘setuid-programs’.Tobias Geerinckx-Rice2024-08-18
| | | | | | | | | | | | | | * gnu/packages/containers.scm (podman, buildah)[arguments]: Substitute /run/privileged/bin for /run/setuid-programs. * gnu/packages/mail.scm (opensmtpd)[arguments]: Likewise. * gnu/packages/spice.scm (spice-gtk)[arguments]: Likewise. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[description]: Rewrite example code to use the ‘privileged-program(s)’ terminology. * doc/guix-cookbook.texi (Network bridge for QEMU): Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Update a comment. Change-Id: I7f467e8743a3ef556cd89bac41509bf51d9edb30
* gnu: opensmtpd: Fix cross-compilation.Tobias Geerinckx-Rice2024-08-18
| | | | | | | | | * gnu/packages/mail.scm (opensmtpd)[arguments]: Specify the correct, non-native ‘zcat’ in #:configure-flags. Fix the 'patch-FHS-file-names phase to do the same for ‘cat’ & ‘sh’. [inputs]: Add bash-minimal, coreutils, and gzip. Change-Id: I0877b982929b4931abf0fc82871d05cab9e888c0
* gnu: opensmtpd: Update to 7.5.0p0.Tobias Geerinckx-Rice2024-08-18
| | | | | | * gnu/packages/mail.scm (opensmtpd): Update to 7.5.0p0. Change-Id: Ie54546a505f0d700754b6990998810c97f2cd5a1
* gnu: isync: Update to 1.5.0.John Kehayias2024-08-19
| | | | | | | | | * gnu/packages/mail.scm (isync): Update to 1.5.0. [source]: Remove unneeded patch. * gnu/packages/patches/isync-openssl3-fix.patch: Remove. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: Idf814371f94bdd2848aa06c5f4150d9ac8702f65
* gnu: mu: Update to 1.12.6.John Kehayias2024-08-19
| | | | | | * gnu/packages/mail.scm (mu): Update to 1.12.6. Change-Id: Ibfbc2328b02dc29e29cf88a4522498ed12bb72e0
* gnu: dovecot-pigeonhole: Update to 0.5.21.1.Tobias Geerinckx-Rice2024-08-11
| | | | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.21.1. Change-Id: Ib336af56a4f32af9314986abae34cb4c955e95e8
* gnu: dovecot: Update to 2.3.21.1 [fixes CVE-2024-23184, CVE-2024-23185].Tobias Geerinckx-Rice2024-08-11
| | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.21.1. Change-Id: Ic70f05f0c8a556fd21ea1a7ed38893c21bf62625
* Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher2024-08-08
|\ | | | | | | Change-Id: Ib66e48c4cb84e9e97ebcec334ab0b9f3dbfb1457
| * gnu: Add hydroxide.Jean SIMARD2024-07-28
| | | | | | | | | | | | | | * gnu/packages/mail.scm (hydroxide): New variable. Change-Id: Ic20d8d3d22afc4a580094bed64d0aa5059a1a9cf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| * gnu: aerc: Update to 0.18.1.Sharlatan Hellseher2024-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (aerc): Update to 0.18.1. [arguments]: <#:phases>: Adjust 'patch-paths phase to replace all occurrences of "sh" in all found *.go files. [inputs]: Add notmuch. [native-inputs]: Remove go-git-sr-ht-rockorager-tcell-term, go-git-sr-ht-sircmpwn-getopt, go-github-com-creack-pty, go-github-com-ddevault-go-libvterm, go-github-com-gdamore-tcell-v2, go-github-com-google-shlex, go-github-com-imdario-mergo, go-github-com-kyoh86-xdg, go-github-com-miolini-datacounter, go-github-com-mitchellh-go-homedir, go-github-com-xo-terminfo, and go-github-com-zenhack-go-notmuch; add go-git-sr-ht-rjarry-go-opt, go-git-sr-ht-rockorager-go-jmap, go-git-sr-ht-rockorager-vaxis, go-golang-org-x-image, go-golang-org-x-sys, and go-golang-org-x-tools. Change-Id: I4cd6de3fb90b33a1b421612c804ee2b01f6c8078
| * gnu: aerc: Adjust inputs.Sharlatan Hellseher2024-07-28
| | | | | | | | | | | | | | * gnu/packages/mail.scm (aerc): Move all Golang packages from [inputs] to [native-inputs] and sort alphabetically. Change-Id: Ie2a55f761f57050f877d6a8861eb380c958e8814
| * gnu: aerc: Fix indentation.Sharlatan Hellseher2024-07-28
| | | | | | | | | | | | * gnu/packages/mail.scm (aerc): Fix indentation. Change-Id: I9422a40880ec15f30b7ee2863d843c3334f3a974
* | gnu: Add bubger.jgart2024-07-25
|/ | | | | | * gnu/packages/mail.scm (bubger): New variable. Change-Id: I68a3d4dea546b8643ddef19d2bd3dd5edd263cb4
* gnu: bower: Update to 1.1.jgart2024-07-24
| | | | | | * gnu/packages/mail.scm (bower): Update to 1.1. Change-Id: I240870755317de0b44b5c7af8ce9a77727649e7e
* gnu: exim: Update to 4.98 [security fixes].Wilko Meyer2024-07-18
| | | | | | | | | Fixes CVE-2024-39929. * gnu/packages/mail.scm (exim): Update to 4.98. Change-Id: Iec780a9a718e256688aa531da2ce0b3183c3c7a4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: opensmtpd: Correct hard coded path.Felix Lechner2024-07-09
| | | | | | | | * gnu/packages/mail.scm (opensmtpd)[arguments]: Substitute non existent path. Change-Id: I6da8c3650be66f7e2297ea6174a66b7f0b1bc0c0 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: go-github-com-syndtr-goleveldb-leveldb: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-syndtr-goleveldb-leveldb): Rename variable to go-github-com-syndtr-goleveldb to reflect go.mode name. [arguments]: <#:import-path>: Adjust it to reflect go.mode import path. <#:phases>: Delete 'build phase; use custom 'check phase. * gnu/packages/ipfs.scm (kubo) [inputs]: Remove go-github-com-syndtr-goleveldb-leveldb. Add go-github-com-syndtr-goleveldb * gnu/packages/mail.scm: Likewise. Change-Id: I84c6a2b398adc7230494847215ccbd1cde73afc9
* gnu: claws-mail: Update to 4.3.0.kiasoc52024-07-01
| | | | | | | * gnu/packages/mail.scm (claws-mail): Update to 4.3.0. Change-Id: I19ee398cb595e77493c9ad79d9ae482950ffb459 Signed-off-by: jgart <jgart@dismail.de>
* gnu: exim: Update to 4.97.1.Wilko Meyer2024-06-24
| | | | | | | | | * gnu/packages/mail.scm (exim): Update to 4.97.1. [inputs]: Add perl-file-fcntllock. [arguments]: Add fix-perl-file-names phase. Change-Id: Ide1ba09368c2b23fd8ab6d6cdae8887ccb7edbeb Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-notmuch: Install desktop files.Arun Isaac2024-06-19
| | | | | | | | * gnu/packages/mail.scm (emacs-notmuch)[arguments]: Add install-desktop-files phase. Change-Id: I9f3a049acb7062807a58d95ca526813caab0d563 Signed-off-by: jgart <jgart@dismail.de>
* gnu: mu: Update to 1.12.5.Sergey Trofimov2024-06-11
| | | | | | | | * gnu/packages/mail.scm (mu): Update to 1.12.5. [arguments]: Wrap /bin/mu to enable running Guile extension scripts. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I04409ad934716a4b7dfa12a225415881cd682b49
* gnu: mumi: Update to 0.3.0.Arun Isaac2024-06-10
| | | | | | * gnu/packages/mail.scm (mumi): Update to 0.3.0. Change-Id: I5893d5a2537b79a1d1e214d6f11b82f6d4b1622f
* gnu: mpop: Update to 1.4.19.Timotej Lazar2024-06-10
| | | | | | | * gnu/packages/mail.scm (mpop): Update to 1.4.19. Change-Id: I52123309eac66c4c8668a1582d183c6fce000e11 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: mumi: Update to 0.2.1.Arun Isaac2024-06-05
| | | | | | * gnu/packages/mail.scm (mumi): Update to 0.2.1. Change-Id: Ib06e98e4b5d8d8408c314dc2724ccebd1b17163a
* gnu: mumi: Update to 0.2.0.Arun Isaac2024-06-03
| | | | | | * gnu/packages/mail.scm (mumi): Update to 0.2.0. Change-Id: I312edaf870ecaa114f828086fd9807aa549fb84d
* gnu: notmuch: Add sfsexp input.Fabio Natali2024-05-13
| | | | | | | | | | | | | | sfsexp is a C/C++ library for the manipulation (read, parse, modify, and create) of symbolic expressions. In an environment where sfsexp is available, Notmuch will compile with support for a S-expression-based query format. This commit is to add sfsexp as a Notmuch dependency and therefore to add S-exp support. * gnu/packages/mail.scm (notmuch)[native-inputs]: Add git-minimal/pinned. [inputs]: Add sfsexp. Change-Id: Ic3b4a30b2672ad690d66b283e9bdc8e2197f97a7 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: mumi: Update to 0.1.0.Arun Isaac2024-05-11
| | | | | | | * gnu/packages/mail.scm (mumi): Update to 0.1.0. [inputs]: Add xdg-utils. Change-Id: If1444b6abb72f7f039d0417b7d7b38b8221bc9ba
* gnu: msmtp: Update to 1.8.26.Timotej Lazar2024-05-06
| | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.26. Change-Id: I85eea2d64944a3e1b7b4ed3022772190ee5787c2
* gnu: gmime: Update to 3.2.14.Danny Milosavljevic2024-05-04
| | | | | | | * gnu/packages/mail.scm (gmime): Update to 3.2.14. [native-inputs]: Replace autoconf by autoconf-2.71. Change-Id: If72864085d085e55883ea1474b1c05ca1610d21a
* gnu: mumi: Update to 0.0.10.Arun Isaac2024-04-27
| | | | | | * gnu/packages/mail.scm (mumi): Update to 0.0.10. Change-Id: I1a2f4f81e0c1ccc7fe2eab442e1544f94a08ee2f
* gnu: mumi: Update to 0.0.9.Arun Isaac2024-04-25
| | | | | | * gnu/packages/mail.scm (mumi): Update to 0.0.9. Change-Id: I992a9466fbe3e4bcac1a3cd6f57daac2142c2f18
* gnu: Add nmail.M2024-04-23
| | | | | | | | * gnu/packages/mail.scm (nmail): New variable. Reviewed-by: Christina O'Donnell <cdo@mutix.org> Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I850ac3a1b6e6db6d1869bb3fe8ff9d3a9e71cc86
* gnu: mu: Update to 1.12.4.John Kehayias2024-04-19
| | | | | | * gnu/packages/mail.scm (mu): Update to 1.12.4. Change-Id: I6381136409b2c7dde2f85c0795425dc0272cbfee
* Merge branch 'emacs-team'Liliana Marie Prikler2024-03-30
|\
| * Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-27
| |\
| * \ Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-02
| |\ \