summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: mu: Update to 1.6.11.Leo Famulari2022-06-06
| | | | * gnu/packages/mail.scm (mu): Update to 1.6.11.
* gnu: Mutt: Update to 2.2.6.Leo Famulari2022-06-06
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.6.
* gnu: sendmail: Remove timestamps.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase.
* gnu: mumi: Update to 0.0.1-8.9b28ec7.Ricardo Wurmus2022-06-05
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-8.9b28ec7.
* gnu: public-inbox: Update to 1.8.0.Thiago Jung Bauermann2022-06-01
| | | | | | | | | | | | | | | | Some fixes are needed in both the testsuite and the package itself before tests can pass so disable them for now. Also, the lei command needs curl to work, so add it to the PATH in ‘wrap-program’. * gnu/packages/mail.scm (public-inbox)[version]: Change to 1.8.0. [source]: Update hash. [arguments]<#:tests?>: Set to #f. [arguments]<#:phases>{wrap-programs}: Add curl to PATH. [inputs]: Add curl and perl-socket-msghdr. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: public-inbox: Some packaging fixesThiago Jung Bauermann2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | The file ‘script/public-inbox-compact’ doesn't call ‘xapian-compact’ directly anymore, so the substitution in the ‘qualify-paths’ phase doesn't do anything. Now there's a reference to ‘xapian-compact’ in ‘lib/PublicInbox/Xapcmd.pm’, so substitute the path there. And move xapian from native-inputs to inputs and use its input path in the substitution, since ‘xapian-compact’ is called during normal execution of public-inbox. Also add ‘bash-minimal’ to the package's inputs, since it uses ‘wrap-program’. Finally, take the opportunity to change build phases to not return #t unconditionally, since that isn't necessary anymore. * gnu/packages/mail.scm (public-inbox)[arguments]<#:phases>: Don't return #t from each phase. {qualify-paths}: Substitute ‘xapian-compact’ path in the correct file. Use ‘search-input-file’ rather than ‘which’ to find it. [native-inputs]: Move ‘xapian’ from here ... [inputs]: ... to here. Add ‘bash-minimal’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python2-notmuch.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/mail.scm (python2-notmuch): Delete variable.
* gnu: Remove python2-mailmanclient.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/mail.scm (python2-mailmanclient): Delete variable.
* gnu: getmail: Deprecate with getmail6.Maxim Cournoyer2022-05-31
| | | | | * gnu/packages/mail.scm (getmail): Mark as deprecated in favor of... (getmail6): ... this new package.
* gnu: rspamd: Update to 3.2ykonai2022-05-30
| | | | | | | | | | | * gnu/packages/mail.scm (rspamd): Update to 3.2 I also added a new build option, that changes the LOCAL_CONFDIR variable to /etc/rspamd. This allows for rspamd configuration via the /etc/rspamd/local.d and override.d directories, which by default were located in the PREFIX which is in /gnu/store. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mutt: Update to 2.2.5.Efraim Flashner2022-05-29
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.5.
* gnu: perl-mail-dkim: Update to 1.20220520.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20220520.
* gnu: ytnef: Don't build static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: ytnef: Update to 2.0.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | * gnu/packages/mail.scm (ytnef): Update to 2.0. [source]: Remove patches. * gnu/packages/patches/ytnef-CVE-2021-3403.patch, gnu/packages/patches/ytnef-CVE-2021-3404.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: mailutils: Omit static library.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/mail.scm (mailutils)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: mailutils: Update to 3.15.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/mail.scm (mailutils): Update to 3.15.
* gnu: dovecot-pigeonhole: Update to 0.5.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.19.
* gnu: dovecot: Update to 2.3.19.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.19.
* gnu: mumi: Use guile-json-4 instead of guile-json-3.Arun Isaac2022-05-09
| | | | | * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with guile-json-4.
* gnu: Mutt: Update to 2.2.4.Leo Famulari2022-05-02
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.4.
* gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].Leo Famulari2022-04-18
| | | | | | https://gitlab.com/muttmua/mutt/-/issues/404 * gnu/packages/mail.scm (mutt): Update to 2.2.3.
* gnu: mblaze: Offer contrib executables.B. Wilson2022-04-15
| | | | | | | * gnu/packages/mail.scm (mblaze)[outputs, inputs]: New fields. [arguments]: Add #:modules. Add 'install-contrib' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add smtpmail.terramorpha2022-04-12
| | | | | | * gnu/packages/mail.scm (smtpmail): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: l2md: Update to 9db252bc.Andrew Tropin2022-04-05
| | | | | | | | [[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-03-28T11:03:48+0200 using RSA]] * gnu/packages/mail.scm (l2md): Update to 9db252bc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: msmtp: Update to 1.8.20.Efraim Flashner2022-03-30
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.20.
* gnu: Mutt: Update to 2.2.2.Leo Famulari2022-03-29
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.2.
* gnu: python-notmuch2: Use new style.Liliana Marie Prikler2022-03-23
| | | | | | * gnu/packages/mail.scm (python-notmuch2)[version]: Explicitly inherit from notmuch. [arguments]: Use list of G-Expressions.
* gnu: python-notmuch2: Fix build.Tanguy Le Carrour2022-03-23
| | | | | | | * gnu/packages/mail.scm (python-notmuch2)[#:phases]: Add ‘create-notmuch-config’ and ‘patch-setup.’py after ‘enter-python-dir’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* 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.