summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
AgeCommit message (Collapse)Author
2 daysgnu: alpine: Disable parallel build.宋文武
* gnu/packages/mail.scm (alpine)[arguments]: Add '#:parallel-build? #f'. Change-Id: Ic5c7f34ba8b720762b345670f4d568af5e39cb2d
2 daysgnu: opensmtpd-extras: Fix build.宋文武
* gnu/packages/mail.scm (opensmtpd-extras)[inputs]: Add libxcrypt. Change-Id: I7ea93d34cfb14434d5b47e52751d137dab4d7afe
2 daysgnu: opensmtpd: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (opensmtpd)[inputs]: Add libxcrypt. Change-Id: Idb65d607830dfd64e1e60ea888be596ab04d9cdd
2 daysgnu: alpine: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (alpine)[inputs]: Add libxcrypt. Change-Id: Id492d0a868d7de55f7f6b10a19b3d3a7ab47ab2d
2 daysgnu: dovecot: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (dovecot)[inputs]: Add libxcrypt. Change-Id: I0457ca46dd9d7c776cdf176a189994554bcde168
2 daysgnu: exim: Add libxcrypt dependency.宋文武
* gnu/packages/mail.scm (exim)[inputs]: Add libxcrypt. Change-Id: I7767ec43ecf67f3517f8b998c421907f3fda19b1
2 daysgnu: mailutils: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/mail.scm (mailutils): Add libxcrypt dependency. Change-Id: Ide005e58ffa6312350539f4b4f9648191a0bdc31
2 daysgnu: 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 <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I0ebdd60a5b33725548850d53676d181e10c71103
2 daysbuild-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
4 daysgnu: exim: Update to 4.97.1.Wilko Meyer
* 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>
9 daysgnu: emacs-notmuch: Install desktop files.Arun Isaac
* gnu/packages/mail.scm (emacs-notmuch)[arguments]: Add install-desktop-files phase. Change-Id: I9f3a049acb7062807a58d95ca526813caab0d563 Signed-off-by: jgart <jgart@dismail.de>
2024-06-11gnu: mu: Update to 1.12.5.Sergey Trofimov
* 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
2024-06-10gnu: mumi: Update to 0.3.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.3.0. Change-Id: I5893d5a2537b79a1d1e214d6f11b82f6d4b1622f
2024-06-10gnu: mpop: Update to 1.4.19.Timotej Lazar
* gnu/packages/mail.scm (mpop): Update to 1.4.19. Change-Id: I52123309eac66c4c8668a1582d183c6fce000e11 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-06-05gnu: mumi: Update to 0.2.1.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.2.1. Change-Id: Ib06e98e4b5d8d8408c314dc2724ccebd1b17163a
2024-06-03gnu: mumi: Update to 0.2.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.2.0. Change-Id: I312edaf870ecaa114f828086fd9807aa549fb84d
2024-05-13gnu: notmuch: Add sfsexp input.Fabio Natali
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>
2024-05-11gnu: mumi: Update to 0.1.0.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.1.0. [inputs]: Add xdg-utils. Change-Id: If1444b6abb72f7f039d0417b7d7b38b8221bc9ba
2024-05-06gnu: msmtp: Update to 1.8.26.Timotej Lazar
* gnu/packages/mail.scm (msmtp): Update to 1.8.26. Change-Id: I85eea2d64944a3e1b7b4ed3022772190ee5787c2
2024-05-04gnu: gmime: Update to 3.2.14.Danny Milosavljevic
* gnu/packages/mail.scm (gmime): Update to 3.2.14. [native-inputs]: Replace autoconf by autoconf-2.71. Change-Id: If72864085d085e55883ea1474b1c05ca1610d21a
2024-04-27gnu: mumi: Update to 0.0.10.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.0.10. Change-Id: I1a2f4f81e0c1ccc7fe2eab442e1544f94a08ee2f
2024-04-25gnu: mumi: Update to 0.0.9.Arun Isaac
* gnu/packages/mail.scm (mumi): Update to 0.0.9. Change-Id: I992a9466fbe3e4bcac1a3cd6f57daac2142c2f18
2024-04-23gnu: Add nmail.M
* 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
2024-04-19gnu: mu: Update to 1.12.4.John Kehayias
* gnu/packages/mail.scm (mu): Update to 1.12.4. Change-Id: I6381136409b2c7dde2f85c0795425dc0272cbfee
2024-03-30Merge branch 'emacs-team'Liliana Marie Prikler
2024-03-29gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/mail.scm: Add (gnu packages golang-xyz) module. Change-Id: I2d5d0565f4c758f49032cadfa1dcca7e884a577b
2024-03-27Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-03-26gnu: mutt: Update to 2.2.13.Efraim Flashner
* gnu/packages/mail.scm (mutt): Update to 2.2.13. Change-Id: Id63ad1a31221f001039abf6ddf6705200bd75ade
2024-03-22gnu: mu: Update to 1.12.2.Benjamin Slade
* gnu/packages/mail.scm (mu): Update to 1.12.2. [inputs]: Add READLINE and PYTHON. [arguments]: Adjust ‘patch-bin-references’ phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I9f44d037abdb90d9efcd1a86479203ee1ef25538
2024-03-21gnu: khard: Update to 0.19.1.Efraim Flashner
* gnu/packages/mail.scm (khard): Update to 0.19.1. Change-Id: Ic091cc761920776f03a0d69189dc0b117db3786f
2024-03-02Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-02-27gnu: l2md: Fix build on 32-bit systems.Efraim Flashner
* gnu/packages/mail.scm (l2md)[source]: Add snippet to gate macOS build fix to only apply when building for Apple devices. Change-Id: Id303a89ec78ce160cfb6ebed232a841c8283e812
2024-02-22gnu: Remove duplicate module import.Ricardo Wurmus
* gnu/packages/mail.scm: Remove extra import of (guix utils). Change-Id: I757af2e1249e687aedb9774986304c6366c625a9
2024-02-22gnu: Add libdbx.Ricardo Wurmus
* gnu/packages/mail.scm (libdbx): New variable. Change-Id: Ia50bec92c5de72e4037cbf59ee7ecc6bf657fdd0
2024-02-14gnu: mailutils: Update to 3.17.Andy Tai
* gnu/packages/mail.scm (mailutils): Update to 3.17. Change-Id: I337e561f11185470e1cf43ddf9f9c25d64a0084a Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-02-13gnu: go-golang-org-x-text: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-text): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-build) module. * gnu/packages/bioinformatics.scm: As above. * gnu/packages/mail.scm: As above. Change-Id: Ifd15b35b460ae30c5c1d677551e95842b322b246
2024-02-13gnu: anubis: Update to 4.3.Andy Tai
* gnu/packages/mail.scm (anubis): Update to 4.3. Change-Id: If80772daaaa517e4baadfb8a7a00969749fcddda Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-01-29gnu: mumi: Update to 0.0.8.Maxim Cournoyer
* gnu/packages/mail.scm (mumi): Update to 0.0.8. Change-Id: I0342f3cfb1b257d7beb25a5d9d0732895f88ec35
2024-01-29gnu: mumi: Update to 0.0.7.Maxim Cournoyer
* gnu/packages/mail.scm (mumi): Update to 0.0.7. Change-Id: Ia9280574a6774e27f8ab0b4654997b6518c561d2
2024-01-28gnu: go-github-com-emersion-go-pgpmail: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-emersion-go-pgpmail): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/mail.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I6e5d284bb045acb30881c79258573c6c79ecc512
2024-01-28gnu: Include the notmuch logo in emacs-notmuch.Tom Willemse
* gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg Change-Id: Iaae79717d11d7f91cdef3f7470c290489e2b397a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-01-26gnu: mumi: Update to 0.0.6.Maxim Cournoyer
* gnu/packages/mail.scm (mumi): Update to 0.0.6. Change-Id: Ie98c2f72d916318aa1f43384a3286ae80ae3655a
2024-01-22gnu: notmuch: Update to 0.38.2.Nicolas Goaziou
* gnu/packages/mail.scm (notmuch): Update to 0.38.2. * gnu/packages/patches/notmuch-emacs-test-output.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Apply file deletion. Change-Id: I60d0487f2258ed5ef8602de7a624686c5f012a4f
2024-01-21Merge branch 'master' into emacs-teamLiliana Marie Prikler
2024-01-03gnu: go-cloud-google-com-go-compute-metadata: Move to (gnu packages golang-web).Sharlatan Hellseher
* gnu/packages/golang.scm (go-cloud-google-com-go-compute-metadata): Move from here... * gnu/packages/golang-web.scm: ...to here. * gnu/packages/mail.scm: Add (gnu packages golang-web) module. Change-Id: Ic97e5f4afd26376d37860fbb4758e8037e758f58
2023-12-08gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler
As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise.
2023-11-01gnu: crm114: Adjust to changes in emacs-build-system.Liliana Marie Prikler
* gnu/packages/mail.scm (crm114)[#:phases]: Move ‘make-autoloads’ after ‘unpack’. Delete ‘enable-autoloads-compilation’. Adjust ordering of other phases accordingly.
2023-11-01gnu: emacs-mew: Adjust to changes in emacs-build-system.Liliana Marie Prikler
* gnu/packages/mail.scm (emacs-mew)[arguments]: Only let-bind icon-dir. <#:modules>: Add (guix build emacs-build-system). <#:imported-modules>: Use %emacs-build-system-modules. <#:configure-flags>: Set elispdir with emacs:elpa-directory. <#:phases>: Move ‘generate-autoloads’ after ‘unpack’. Generate the autoloads locally. Also enable compilation.
2023-10-29gnu: opensmtpd: Update to 7.4.0p0 (bis).Tobias Geerinckx-Rice
This time fixing a segfault reported & debugged entirely by graywolf. See: <https://github.com/OpenSMTPD/OpenSMTPD/issues/1233> So, what went wrong here? Mostly me being entirely convinced, to the point of not even looking, that we have no opensmtpd system test. We do. Instead, I tested the update on my own mail server, which for entirely unhysterical raisins happens to link OpenSMTPd against OpenSSL and so just happens to sidestep this bug. Aiya. * gnu/packages/mail.scm (opensmtpd): Update to 7.4.0p0. [native-inputs]: Add pkg-config. [inputs]: Add libbsd. [arguments]: Add "--with-libbsd" to #:configure-flags. Co-authored-by: graywolf in #guix Change-Id: I5536b828eecd16f041ed9381b16bd7aa54158155
2023-10-29Revert "gnu: opensmtpd: Update to 7.4.0p0."Tobias Geerinckx-Rice
This reverts commit b6e8d587c4551f0fd28fcef96f33909a8ab8e9df pending investigation of a segfault reported by graywolf in #guix.