summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
AgeCommit message (Collapse)Author
2025-03-10gnu: mumi: Update to 0.7.1.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.7.1.
2025-03-09gnu: mutt: Update to 2.2.14.André Batista
* gnu/packages/mail.scm (mutt): Update to 2.2.14. Change-Id: I65ab08a29e5f20af932f3871acf6f8c9be2c535e Signed-off-by: Leo Famulari <[email protected]>
2025-03-09gnu: mumi: Update to 0.7.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.7.0.
2025-03-09gnu: mumi: Update to 0.6.1.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.6.1.
2025-03-08gnu: mumi: Update to 0.6.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.6.0. [inputs]: Remove guile-fibers.
2025-03-05gnu: mu: Update to 1.12.9.Zheng Junjie
* gnu/packages/mail.scm (mu): Update to 1.12.9. Change-Id: I54a3020460cfbbd0c17702c4b11d59721d0e15de Signed-off-by: Ludovic Courtès <[email protected]>
2025-02-25gnu: dovecot: Set moduledir to global directory.Alexey Abramov via Guix-patches via
* gnu/packages/mail.scm (dovecot)[arguments]: Add configure-flag to set moduledir. Adjust custom 'install phase to override moduledir so it successfully installs. Change-Id: I2614b2609f26f8ca2d8a97ab234f0041b86b8542 Signed-off-by: Christopher Baines <[email protected]>
2025-02-22gnu: mumi: Update to 0.5.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.5.0.
2025-02-19gnu: postorius: Update to 1.3.13.jgart
* gnu/packages/mail.scm (postorius): Update to 1.3.13. [build-system]: Use pyproject-build-system. [inputs]: Format inputs. [native-inputs]: Add python-pdm-backend and python-pytest. Change-Id: Iec0fe11b9b0d235ebd53b8675fa16db639b32139
2025-02-19gnu: urlscan: Update to 1.0.6.Efraim Flashner
* gnu/packages/mail.scm (urlscan): Update to 1.0.6. Change-Id: I1cd70ba9e760f316e1915439c6f928ddc91126b6
2025-02-17gnu: sendgmail: Improve package style.Sharlatan Hellseher
* gnu/packages/mail.scm (sendgmail): Re order fields and use list style. [arguments] <install-source?>: No need for source as it's a final command. <tests?>: No tests in upstream. [home-page]: Fix it. Change-Id: I5263a0a44b65d19ffda815069891f772be5e34b6
2025-02-17gnu: goimapnotify: Improve description.Sharlatan Hellseher
* gnu/packages/mail.scm (goimapnotify) [description]: Add more details and link to https://github.com/a-sk/python-imapnotify. Change-Id: Ie16b7e493b37b07bd32085c9ba29969a19ba707a
2025-02-17gnu: goimapnotify: Improve package style.Sharlatan Hellseher
* gnu/packages/mail.scm (goimapnotify): Update to 2.4. [arguments] <install-source?>: It's a final command, no need for source. [propagated-inputs]: Move from here ... [native-inputs]: ... to here. Change-Id: I979c87595bbddd4b3fd92d38cac96af1852302bf
2025-02-17gnu: Deprecate go-gitlab.com-shackra-goimapnotify.Sharlatan Hellseher
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Rename variable to goimapnotify, deprecate go-gitlab.com-shackra-goimapnotify. Change-Id: Idd5db9e5ee36d1bfc0f2a6f7751b760c8ebd3883
2025-02-17gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.4.Jussi Timperi
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.4. [propagated-inputs]: Remove go-golang-org-x-text; add go-github-com-emersion-go-imap-id, go-github-com-fatih-color and go-github-com-spf13-viper. Change-Id: Ifab10c5c386fa35243b3975ce86b923efa479770 Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-02-15gnu: opensmtpd: Use G-expressions.Zheng Junjie
* gnu/packages/mail.scm (opensmtpd)[arguments]<#:phases>: Use G-expressions. Reviewed-by: 宋文武 <[email protected]> Change-Id: I97dce2865e2b67f0f7cd4f10b0b6cc10a459ceb7
2025-02-15gnu: opensmtpd: Set sysconfdir to /etc.Zheng Junjie
* gnu/packages/mail.scm (opensmtpd)[arguments]<#:configure-flags>: Add --sysconfdir=/etc. <#:phases>: Add fix-smtpd.conf-install-path phase. Reviewed-by: 宋文武 <[email protected]> Change-Id: I949b8ec18e36b059cf3f56a109e750af1284b1d2
2025-02-12gnu: mumi: Update to 0.4.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.4.0. [inputs]: Add guile-avatar. Remove guile-json-4. Change-Id: I337d1b797beab7daec1ac19740de8d053f86927e
2025-02-12gnu: aerc: Improve package style.Sharlatan Hellseher
* gnu/packages/mail.scm (aerc): Rewrite with THIS-PACKAGE-INPUT and FORMAT to improve the flow and refresh the style. [phases] {install}: Respespect GOFLAGS from the go-build-system, apply CC-FOR-TARGET Change-Id: I52aac55f10909f800f3a43e59443691b2b576d80
2025-02-12gnu: aerc: Update to 0.20.1.Tanguy Le Carrour
* gnu/packages/mail.scm (aerc): Update to 0.20.1. [source]: Drop patch fixing a now solved problem with gpg-signed messages. [arguments] <build-flags>: Remove redundant "-tags=notmuch" as it's picked by 'install phase. [phases] {install}: Pass the build flag using an environment variable. [inputs]: Remove a comment. [native-inputs]: Remove go-git-sr-ht-rjarry-go-opt; add go-git-sr-ht-rjarry-go-opt-v2. Change-Id: I71cc1330233e03996de914027f3d4d76b280acb4 Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-02-11gnu: mailutils: Update to 3.18.Andy Tai
* gnu/packages/mail.scm (mailutils): Update to 3.18. Change-Id: I94cec0e8d033ef2b6cc30b6574d26becfe4005aa Signed-off-by: 宋文武 <[email protected]>
2025-01-27gnu: mu: Update to 1.12.8.Zheng Junjie
* gnu/packages/mail.scm (mu): Update to 1.12.8. Change-Id: I763db6935e53bd7573f00443656a3f37a930deed
2025-01-22gnu: opensmtpd: Fix fix for queuing of offline messages.Tomas Volf
The substituted path in smtpd.h was not used due to an #ifndef. The correct place to patch it seems to be mk/pathnames. This sadly triggers a bootstrap, so we need to add autoconf and automake to the native-inputs. * gnu/packages/mail.scm (opensmtpd)[arguments]<#:phases> {'patch-test-FHS-file-names}: Patch in mk/pathnames instead. [native-inputs]: Add autoconf and automake. Change-Id: I1d569b8aaae839d6fd4871ccb97c116e6930f1c9 Signed-off-by: Andreas Enge <[email protected]>
2025-01-20gnu: python-hyperkitty: Update to 1.3.12.Ricardo Wurmus
* gnu/packages/mail.scm (python-hyperkitty): Update to 1.3.12. [build-system]: Use pyproject-build-system. [arguments]: Run tests conditionally. [propagated-inputs]: Add python-django-debug-toolbar, python-django-q2, python-elasticsearch, python-isort, python-lxml, python-tzdata, and python-whoosh; remove python-django-q and python-pytz. [native-inputs]: Remove python-mock, python-elasticsearch, python-isort, and python-lxml; add tzdata-for-tests and python-pdm-backend. Change-Id: I38a38fe75bc43071443f9ea49eeb8ccc9bf3fa3d
2025-01-20gnu: python-django-mailman3: Update to 1.3.15.Sharlatan Hellseher
* gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.15. [build-system]: Swap to pyproject-build-system. [arguments] <test-flags>: Skip one test. <phases>: Use default 'check. [propagated-inputs]: Remove python-pytz. [native-inputs]: Remove python-mock; add python-pdm-backend, python-pytest, python-pytest-django, and python-tzdata. [description]: Adjust fill-column indentation. Change-Id: Iafb20fa469a48367fadc2c77a4d11a2581e50f0f
2024-12-26gnu: opensmtpd: Update to 7.6.0p1Ashish SHUKLA
* gnu/packages/mail.scm (opensmtpd): Update to 7.6.0p1 Change-Id: I1749cecc8c9b05ce8c9c46be5ba5f5fb961647d2 Signed-off-by: Ludovic Courtès <[email protected]>
2024-12-13gnu: Remove python-mistune-next.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-mistune-next): Delete variable. * gnu/packages/bioinformatics.scm (python-schema-salad) [propagated-inputs]: Remove python-mistune-next; add python-mistune. * gnu/packages/mail.scm (python-hyperkitty): Likewise. * gnu/packages/syndication.scm (giara): Likewise. Change-Id: Iccf5ffde2b2c5a8c9b8e1c0e6ebd6fa7eab9f144
2024-12-10gnu: Fix synopsis in miscelaneous packages.Gabriel Wicki
* gnu/packages/astronomy.scm (calcmysky-qt5): Fix synopsis. * gnu/packages/base.scm (hello): Fix synopsis. * gnu/packages/bioinformatics.scm (vembrane): Fix synopsis. * gnu/packages/browser-extensions.scm (passff): Fix synopsis. * gnu/packages/browser-extensions.scm (noscript): Fix synopsis. * gnu/packages/c.scm (orangeduck-mpc): Fix synopsis. * gnu/packages/cran.scm (r-d3r): Fix synopsis. * gnu/packages/docbook.scm (docbook-mathml-1.0): Fix synopsis. * gnu/packages/finance.scm (flowee): Fix synopsis. * gnu/packages/firmware.scm (seabios): Fix synopsis. * gnu/packages/games.scm (pinball): Fix synopsis. (morris): Fix synopsis. * gnu/packages/gawk.scm (cppawk-egawk): Fix synopsis. * gnu/packages/gnome.scm (gssdp): Fix synopsis. * gnu/packages/gstreamer.scm (gst-plugins-espeak): Fix synopsis. * gnu/packages/heads.scm (musl-cross): Fix synopsis. * gnu/packages/irc.scm (epic5): Fix synopsis. * gnu/packages/kde-pim.scm (itinerary): Fix synopsis. * gnu/packages/kde-plasma.scm (mpvqt): Fix synopsis. * gnu/packages/lesstif.scm (motif): Fix synopsis. * gnu/packages/linux.scm (ecryptfs-utils): Fix synopsis. * gnu/packages/linux.scm (falcosecurity-libs): Fix synopsis. * gnu/packages/mail.scm (pan): Fix synopsis. * gnu/packages/messaging.scm (biboumi): Fix synopsis. * gnu/packages/ocaml.scm (ocaml-ppx-import): Fix synopsis. * gnu/packages/pascal.scm (p2c): Fix synopsis. * gnu/packages/pdf.scm (unpaper): Fix synopsis. * gnu/packages/pure.scm (pure): Fix synopsis. * gnu/packages/qt.scm (qxlsx-qt5): Fix synopsis. * gnu/packages/smalltalk.scm (smalltalk): Fix synopsis. * gnu/packages/sugar.scm (sugar): Fix synopsis. * gnu/packages/terminals.scm (roxterm): Fix synopsis. * gnu/packages/virtualization.scm (xen): Fix synopsis. * gnu/packages/vpn.scm (sshoot): Fix synopsis. * gnu/packages/web.scm (buku-run): Fix synopsis. Signed-off-by: Vagrant Cascadian <[email protected]>
2024-11-12gnu: sendmail: Remove trailing #t from phases.Maxim Cournoyer
* gnu/packages/mail.scm (sendmail) [arguments] <#:phases>: Remove trailing #t and re-indent some expressions. Change-Id: I1557b07f53f4f7f4aad6850d98973570d1d2a8cc
2024-11-12gnu: sendmail: Update to 8.18.1. [security fixes]Nicolas Graves
This fixes CVE-2023-51765 and CVE-2021-3618. * gnu/packages/mail.scm (sendmail): Update to 8.18.1. Signed-off-by: Maxim Cournoyer <[email protected]>
2024-11-06gnu: sylpheed: Add release-monitoring-url property.Nicolas Graves
* gnu/packages/mail.scm (sylpheed)[properties]: Add release-monitoring-url. Signed-off-by: Ludovic Courtès <[email protected]>
2024-11-06gnu: mu: Update to 1.12.7.Zheng Junjie
* gnu/packages/mail.scm (mu): Update to 1.12.7. [source]: Switch to git-fetch. Change-Id: I377c49e3c1a83ae854f82e565660a1743ab0c2d7
2024-10-15gnu: aerc: Add a patch for bug with signed messages.Ashish SHUKLA
* gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch. Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3 Signed-off-by: Ludovic Courtès <[email protected]>
2024-09-29gnu: fetchmail: Wrap fetchmailconf.Efraim Flashner
* 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
2024-09-08gnu: aerc: Don't rely on input labels.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (aerc)[arguments]: Test for …/bin/zoxide directly. Change-Id: I6492bd969048a548c45504c0897b851f369277b9
2024-09-08gnu: aerc: Update to 0.18.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (aerc): Update to 0.18.2. Change-Id: I16ca6cc052f7af569249c569cec8e8ac6ef274e9
2024-09-09gnu: mpop: Update to 1.4.20.Timotej Lazar
* gnu/packages/mail.scm (mpop): Update to 1.4.20. Change-Id: I6ad78891b2621ca7a9fe1787aac405fef800cec0 Signed-off-by: Zheng Junjie <[email protected]>
2024-08-31gnu: alpine: Disable parallel build.宋文武
* gnu/packages/mail.scm (alpine)[arguments]: Add '#:parallel-build? #f'. Change-Id: Ic5c7f34ba8b720762b345670f4d568af5e39cb2d
2024-08-31gnu: opensmtpd-extras: Fix build.宋文武
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Add libxcrypt. Change-Id: I7ea93d34cfb14434d5b47e52751d137dab4d7afe
2024-08-31gnu: opensmtpd: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (opensmtpd)[inputs]: Add libxcrypt. Change-Id: Idb65d607830dfd64e1e60ea888be596ab04d9cdd
2024-08-31gnu: alpine: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (alpine)[inputs]: Add libxcrypt. Change-Id: Id492d0a868d7de55f7f6b10a19b3d3a7ab47ab2d
2024-08-31gnu: dovecot: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (dovecot)[inputs]: Add libxcrypt. Change-Id: I0457ca46dd9d7c776cdf176a189994554bcde168
2024-08-31gnu: exim: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (exim)[inputs]: Add libxcrypt. Change-Id: I7767ec43ecf67f3517f8b998c421907f3fda19b1
2024-08-31gnu: mailutils: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
2024-08-31gnu: mail: Add 'bash' input for 'wrap-program'.Maxime Devos
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 <[email protected]> Modified-by: Maxim Cournoyer <[email protected]> Change-Id: I0ebdd60a5b33725548850d53676d181e10c71103
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%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
2024-08-18Replace some more occurrences of ‘setuid-programs’.Tobias Geerinckx-Rice
* 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
2024-08-18gnu: opensmtpd: Fix cross-compilation.Tobias Geerinckx-Rice
* 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
2024-08-18gnu: opensmtpd: Update to 7.5.0p0.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd): Update to 7.5.0p0. Change-Id: Ie54546a505f0d700754b6990998810c97f2cd5a1
2024-08-19gnu: isync: Update to 1.5.0.John Kehayias
* 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