summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: mblaze: Use G-expressions.Nicolas Goaziou2022-03-11
| | | | * gnu/packages/mail.scm (mblaze)[arguments]: Use G-expressions.
* gnu: mblaze: Enable tests.jgart via Guix-patches via2022-03-11
| | | | | | | | | * gnu/packages/mail.scm (mblaze)[arguments]: Enable tests and remove comment about broken tests since tests are not broken. See <https://github.com/leahneukirchen/mblaze/issues/221>. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: dovecot: Fix backtrace test on aarch64.Pierre Langlois2022-03-03
| | | | | * gnu/packages/mail.scm (dovecot)[arguments]: Add LDFLAGS=-rdynamic to make-flags.
* gnu: offlineimap3: Update to 8.0.0.Pierre Langlois2022-02-28
| | | | * gnu/packages/mail.scm (offlineimap3): Update to 8.0.0.
* gnu: Mutt: Update to 2.2.1.Leo Famulari2022-02-22
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.1.
* gnu: Remove unneeded uses of 'libiconv'.Marius Bakke2022-02-15
| | | | | | | | | | | | | | | | | iconv is part of glibc, there is no need to add it as input. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV. * gnu/packages/compression.scm (innoextract)[inputs]: Likewise. * gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise. * gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise. * gnu/packages/mail.scm (mailutils)[inputs]: Likewise. * gnu/packages/maths.scm (libqalculate)[inputs]: Likewise. * gnu/packages/pep.scm (pep-engine)[inputs]: Likewise. * gnu/packages/vim.scm (neovim)[inputs]: Likewise. * gnu/packages/wget.scm (wget2)[inputs]: Likewise. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise. * gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
* gnu: dovecot-pigeonhole: Update to 0.5.18.Tobias Geerinckx-Rice2022-02-13
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.18.
* gnu: dovecot: Update to 2.3.18.Tobias Geerinckx-Rice2022-02-13
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.18.
* gnu: Mutt: Update to 2.2.0.Leo Famulari2022-02-13
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.0.
* gnu: mumi: Update to 0.0.1-7.f5232c4.Ricardo Wurmus2022-02-07
| | | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-7.f5232c4. [inputs]: Add guile-kolam.
* gnu: emacs-notmuch: Use G-expressions.Nicolas Goaziou2022-02-07
| | | | | * gnu/packages/mail.scm (emacs-notmuch)[arguments]: Use G-expressions. <#:phases>: Use SEARCH-INPUT-FILE.
* gnu: notmuch: Use G-expressions.Nicolas Goaziou2022-02-07
| | | | | * gnu/packages/mail.scm (notmuch)[arguments]: Use G-expressions. <#:phases>: Use SEARCH-INPUT-FILES instead of WHICH.
* gnu: notmuch: Update to 0.35.Nicolas Goaziou2022-02-07
| | | | | * gnu/packages/mail.scm (notmuch): Update to 0.35. [arguments]<#:phases>: Remove DISABLE-FAILING-TESTS phase.
* gnu: urlscan: Update to 0.9.9.Efraim Flashner2022-02-02
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.9.
* gnu: mblaze: Update to 1.2.jgart via Guix-patches via2022-01-22
| | | | | | * gnu/packages/mail.scm (mblaze): Update to 1.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: crm114: Pass -fcommon to compiler.Arun Isaac2022-01-14
| | | | * gnu/packages/mail.scm (crm114)[arguments]: Add -fcommon to CFLAGS.
* gnu: postorius: Build with Django 2.2.Marius Bakke2022-01-12
| | | | | | * gnu/packages/mail.scm (postorius)[inputs]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. Move PYTHON-README-RENDERER early so that its propagated cffi takes precedence, in order to placate the sanity check.
* gnu: astroid: Use xorg-server-for-tests.Tobias Geerinckx-Rice2022-01-11
| | | | | * gnu/packages/mail.scm (astroid)[native-inputs]: Substitute xorg-server-for-tests for the regular xorg-server.
* gnu: mailutils: Use G-expressions.Tobias Geerinckx-Rice2022-01-11
| | | | | * gnu/packages/mail.scm (mailutils)[arguments]: Rewrite as G-expressions.
* gnu: mailutils: Update to 3.14.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/mail.scm (mailutils): Update to 3.14.
* gnu: getmail: Unquote arguments.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/mail.scm (getmail)[arguments]: Use LIST.
* gnu: getmail: Use HTTPS home page.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
* gnu: getmail: Update to 5.16.Tobias Geerinckx-Rice2022-01-11
| | | | * gnu/packages/mail.scm (getmail): Update to 5.16.
* gnu: claws-mail: Remove input labels.Efraim Flashner2022-01-11
| | | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Remove input labels. [arguments]: Use search-input-file.
* gnu: claws-mail: Build with correct librsvg.Efraim Flashner2022-01-11
| | | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Remove duplicate librsvg. Replace librsvg with librsvg-for-system.
* gnu: notmuch: Simplify inputs.Nicolas Goaziou2022-01-11
| | | | * gnu/packages/mail.scm (notmuch)[native-inputs]: Remove labels.
* gnu: notmuch: Update to 0.34.3.Nicolas Goaziou2022-01-11
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.34.3.
* gnu: astroid: Remove input labels.Tobias Geerinckx-Rice2022-01-09
| | | | | * gnu/packages/mail.scm (astroid)[inputs]: Remove input labels.
* gnu: astroid: Fix build.Tobias Geerinckx-Rice2022-01-09
| | | | | * gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2 for webkitgtk.
* gnu: urlscan: Update to 0.9.8.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.8.
* gnu: mutt: Update to 2.1.5.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/mail.scm (mutt): Update to 2.1.5.
* gnu: pan: Use G-expressions.Tobias Geerinckx-Rice2022-01-06
| | | | | * gnu/packages/mail.scm (pan)[arguments]: Rewrite as G-expressions.
* gnu: pan: Update to 0.149.Tobias Geerinckx-Rice2022-01-06
| | | | | | * gnu/packages/mail.scm (pan): Update to 0.149. [arguments]: Don't explicitly return #t from phases. [inputs]: Upgrade gmime-2.6 to gmime.
* gnu: Remove trailing period from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove trailing period. * gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise. * gnu/packages/bioinformatics.scm (python-mygene, python-scanpy, nanosv)[synopsis]: Likewise. * gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59, rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2, rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3, rust-http-types-2, rust-hyper-0.14, rust-indexmap-1, rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3, rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/disk.scm (f3)[synopsis]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]: Likewise. * gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis, ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]: Likewise. * gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise. * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]: Likewise. * gnu/packages/maven.scm (maven-wagon-http-shared, maven-surefire-plugin)[synopsis]: Likewise. * gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt, python-pylzma)[synopsis]: Likewise. * gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
* gnu: mutt: Update to 2.1.4.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/mail.scm (mutt): Update to 2.1.4.
* gnu: python-djangorestframework: Rename to python-django-rest-framework.Marius Bakke2021-12-17
| | | | | | | | | * gnu/packages/django.scm (python-djangorestframework): Define as deprecated alias for ... (python-django-rest-framework): ... this new variable. (python-django-filter)[native-inputs]: Adjust accordingly. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
* gnu: claws-mail: Fix build.Julien Lepiller2021-12-17
| | | | | * gnu/packages/mail.scm (claws-mail)[arguments]: Use search-input-file instead of search-input-directory.
* 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>