summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | 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.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: sendgmail: Don't limit domain name of sender.Philip McGrath2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: sendgmail: Rename package to match command.Philip McGrath2021-12-10
| | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: notmuch: Update to 0.34.2.Nicolas Goaziou2021-12-10
| | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.34.2.
| * gnu: mumi: Update to 0.0.1-6.8a45281.Ricardo Wurmus2021-12-09
| | | | | | | | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-6.8a45281. [arguments]: Remove trailing #T.
| * gnu: dovecot-pigeonhole: Update to 0.5.17.1.Tobias Geerinckx-Rice2021-12-07
| | | | | | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.1.
| * gnu: dovecot: Update to 2.3.17.1.Tobias Geerinckx-Rice2021-12-07
| | | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.17.1.
| * gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}].Leo Famulari2021-12-05
| | | | | | | | * gnu/packages/mail.scm (isync): Update to 1.4.4.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: alot: Update to 0.10.Tanguy Le Carrour2021-11-27
| | | | | | | | | | | | | | * gnu/packages/mail.scm (alot): Update to 0.10. [inputs]: Use python-notmuch2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add python-notmuch2.Tanguy Le Carrour2021-11-27
| | | | | | | | | | | | * gnu/packages/mail.scm (python-notmuch2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: notmuch: Update to 0.34.1.Tanguy Le Carrour2021-11-27
| | | | | | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.34.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: urlscan: Update to 0.9.7.Efraim Flashner2021-11-26
| | | | | | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.7.
* | gnu: python-mailman-hyperkitty: Update to 1.2.0.Marius Bakke2021-12-05
| | | | | | | | | | * gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.0. [source](patches): Remove.
* | gnu: python-hyperkitty: Update to 1.3.5.Marius Bakke2021-12-05
| | | | | | | | | | | | | | | | * 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.
* | gnu: python-django-mailman3: Update to 1.3.7.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.7.
* | gnu: python-mailmanclient: Update to 3.3.3.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.3.
* | gnu: gmime: Install the vapi file.Vivien Kraus2021-11-19
| | | | | | | | | | | | | | * gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file. [native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: alot: Disable hanging test.Tanguy Le Carrour2021-11-14
| | | | | | | | | | | | * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add neatmail.jgart via Guix-patches via2021-11-14
| | | | | | | | | | | | * gnu/packages/mail.scm (neatmail): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: mu: Update to 1.6.10.Tobias Geerinckx-Rice2021-11-14
| | | | | | | | * gnu/packages/mail.scm (mu): Update to 1.6.10.
| * gnu: Add rss2email.Morgan Smith2021-11-12
| | | | | | | | | | | | * gnu/packages/mail.scm (rss2email): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: msmtp: Update to 1.8.19.Xinglu Chen2021-11-06
| | | | | | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.19. [properties]: Set ‘release-monitoring-url’.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: mhonarc: Update to 2.6.24.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (mhonarc): Update to 2.6.24.
| * gnu: neomutt: Update to 20211029.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20211029. [arguments]: Don't explicitly return #t from phases.
| * gnu: fetchmail: Update to 6.4.23.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
| * gnu: mu: Fix typo.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (mu)[description]: Fix typo.
| * gnu: mu: Update to 1.6.9.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/mail.scm (mu): Update to 1.6.9.
| * gnu: mpop: Update to 1.4.16.Arun Isaac2021-11-01
| | | | | | | | * gnu/packages/mail.scm (mpop): Update to 1.4.16.
| * gnu: msmtp: Update to 1.8.18.Xinglu Chen2021-11-01
| | | | | | | | | | | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.18. [arguments]<#:phases>: Remove trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: dovecot-pigeonhole: Update to 0.5.17.Tobias Geerinckx-Rice2021-10-28
| | | | | | | | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17. [arguments]: Don't explicitly return #t from phases.
| * gnu: dovecot: Update to 2.3.17.Tobias Geerinckx-Rice2021-10-28
| | | | | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.17. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: neomutt: Update to 20211015.Tobias Geerinckx-Rice2021-10-15
| | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20211015.
| * gnu: alpine: Update to 2.25.Tobias Geerinckx-Rice2021-10-15
| | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: astroid: Update to 0.16.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | * gnu/packages/mail.scm (astroid): Update to 0.16. [arguments]: Don't explicitly return #t from phases.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: notmuch: Update to 0.33.2.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.33.2.
| * gnu: exim: Don't return #t from phases.Tobias Geerinckx-Rice2021-09-29
| | | | | | | | * gnu/packages/mail.scm (exim)[arguments]: Don't explicitly return #t from phases.
| * gnu: exim: Prepare for cross-compilation.Tobias Geerinckx-Rice2021-09-29
| | | | | | | | * gnu/packages/mail.scm (exim)[arguments]: Use CC-FOR-TARGET.
| * gnu: exim: Update to 4.95.Tobias Geerinckx-Rice2021-09-29
| | | | | | | | * gnu/packages/mail.scm (exim): Update to 4.95.