Age | Commit message (Expand) | Author |
2020-04-26 | gnu: Add sylpheed....* gnu/packages/mail.scm (sylpheed): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Eric Brown |
2020-04-22 | gnu: Remove mumimu....* gnu/packages/mail.scm (mumimu): Remove variable.
| Ricardo Wurmus |
2020-04-22 | gnu: mumi: Update to 0.0.0-16.9175199....* gnu/packages/mail.scm (mumi): Update to 0.0.0-16.9175199.
[inputs]: Add guile-xapian; remove mumimu.
| Ricardo Wurmus |
2020-04-19 | gnu: mu: Update to 1.4....* gnu/packages/mail.scm (mu): Update to 1.4.
[arguments]: Remove 'fix-date-tests phase. Add 'patch-bin-sh-in-tests phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pierre Langlois |
2020-04-17 | gnu: dovecot: Add libunwind input for arm....* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Langlois |
2020-04-17 | gnu: khard: Move propagated-inputs to inputs....As a package one would install we can rely on wrapping the package and
not propagating inputs to make it work correctly.
* gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python
packages ...
[inputs]: ... to here.
| Efraim Flashner |
2020-04-16 | gnu: khard: Update to 0.16.1....* gnu/packages/mail.scm (khard): Update to 0.16.1.
[arguments]: Remove custom 'install-doc phase. Add 'install-completions
phase.
| Efraim Flashner |
2020-04-13 | gnu: Mutt: Update to 1.13.5....* gnu/packages/mail.scm (mutt): Update to 1.13.5.
| Leo Famulari |
2020-04-07 | gnu: mumi: Update to 0.0.0-15.c85015d....* gnu/packages/mail.scm (mumi): Update to 0.0.0-15.c85015d.
| Ricardo Wurmus |
2020-04-07 | gnu: mumi: Update to 0.0.0-14.ab53797....* gnu/packages/mail.scm (mumi): Update to 0.0.0-14.ab53797.
| Ricardo Wurmus |
2020-04-06 | gnu: mumi: Update to 0.0.0-13.1fee105....* gnu/packages/mail.scm (mumi): Update to 0.0.0-13.1fee105.
| Ricardo Wurmus |
2020-04-06 | gnu: mumi: Update to 0.0.0-12.bb2fe92....* gnu/packages/mail.scm (mumi): Update to 0.0.0-12.bb2fe92.
[inputs]: Add guile-gcrypt, guile-redis, guile-webutils, mailutils.
* gnu/services/web.scm (<mumi-configuration>): New record type.
(mumi-configuration, mumi-configuration?, mumi-configuration-mumi,
mumi-configuration-mailer?, mumi-configuration-sender,
mumi-configuration-smtp): New procedures.
(mumi-shepherd-services): Accept configuration; adjust start commands; add
Shepherd service for mumi mailer.
(mumi-service-type): Pass default configuration.
* doc/guix.texi (Web Services): Update documentation.
| Ricardo Wurmus |
2020-04-03 | gnu: Add muchsync....* gnu/packages/mail.scm (muchsync): New variable.
| Justus Winter |
2020-04-02 | gnu: mailutils: Make some inputs native....* gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Vincent Legoll |
2020-04-01 | gnu: mumi: Update to 0.0.0-11.0e9af8d....* gnu/packages/mail.scm (mumi): Update to 0.0.0-11.0e9af8d.
| Ricardo Wurmus |
2020-04-01 | gnu: mumi: Update to 0.0.0-10.f7d6a54....* gnu/packages/mail.scm (mumi): Update to 0.0.0-10.f7d6a54.
| Ricardo Wurmus |
2020-03-31 | gnu: mumi: Update to 0.0.0-9.5fdbc3e....* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
| Ricardo Wurmus |
2020-03-31 | gnu: gmime: Update to 3.2.7....* gnu/packages/mail.scm (gmime): Update to 3.2.7.
| Tobias Geerinckx-Rice |
2020-03-31 | gnu: mumi: Update to 0.0.0-8.9f66dbc....* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc.
| Ricardo Wurmus |
2020-03-29 | gnu: msmtp: Don't rely on netcat to send queued messages....* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install phase
to also patch msmtpq to not need netcat.
| Efraim Flashner |
2020-03-27 | gnu: mailutils: Update to 3.9....* gnu/packages/mail.scm (mailutils): Update to 3.9.
[arguments]: In 'prepare-test-suite' phase, adjust name of the mda
'testsuite' files.
| Ludovic Courtès |
2020-03-23 | gnu: Mutt: Update to 1.13.4....* gnu/packages/mail.scm (mutt): Update to 1.13.4.
[source]: Prefer HTTPS URL and replace FTP URL with HTTP.
| Leo Famulari |
2020-03-19 | gnu: emacs-mew: Remove guix.d from the Elisp installation directory....* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation
prefix.
| Maxim Cournoyer |
2020-03-19 | gnu: neomutt: Update to 20200313....* gnu/packages/mail.scm (neomutt): Update to 20200313.
| Tobias Geerinckx-Rice |
2020-03-19 | gnu: dovecot: Use libsodium....This adds support for ARGON2I and ARGON2ID password hashing in exchange
for a <1% increase in closure size.
* gnu/packages/mail.scm (dovecot)[inputs]: Add libsodium.
(dovecot-libsodium-plugin)[description]: Note its use.
| Tobias Geerinckx-Rice |
2020-03-19 | gnu: dovecot: Use SQLite....* gnu/packages/mail.scm (dovecot)[arguments]: Add "--with-sqlite"
to #:configure-flags.
| Tobias Geerinckx-Rice |
2020-03-18 | gnu: dovecot: Support LZ4 compression....* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4.
| Tobias Geerinckx-Rice |
2020-03-12 | gnu: mumi: Update to 0.0.0-7.6653e2d....* gnu/packages/mail.scm (mumi): Update to 0.0.0-7.6653e2d.
[inputs]: Add guile-sqlite3.
| Ricardo Wurmus |
2020-03-09 | gnu: compface: Update home page....* gnu/packages/mail.scm (compface)[home-page]: Follow (HTTPS)
redirection.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: compface: Don't use NAME in source URI....* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: claws-mail: Update to 3.17.5....* gnu/packages/mail.scm (claws-mail): Update to 3.17.5.
| Tobias Geerinckx-Rice |
2020-03-06 | gnu: dovecot: Update to 2.3.10....* gnu/packages/mail.scm (dovecot): Update to 2.3.10.
| Tobias Geerinckx-Rice |
2020-03-03 | gnu: mu: Use HTTPS home page....* gnu/packages/mail.scm (mu)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-03 | gnu: gmime: Update to 3.2.6....* gnu/packages/mail.scm (gmime): Update to 3.2.6.
| Tobias Geerinckx-Rice |
2020-03-03 | gnu: notmuch: Extend test time-out....* gnu/packages/mail.scm (notmuch)[arguments]:
Add NOTMUCH_TEST_TIMEOUT=1h make flag.
| Tobias Geerinckx-Rice |
2020-03-02 | gnu: opensmtpd: Support ECDSA certificates....The required libressl version is now stable and more featureful than
openssl.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace openssl with libressl.
| Tobias Geerinckx-Rice |
2020-02-29 | gnu: mumi: Update to 0.0.0-6.a933a62....* gnu/packages/mail.scm (mumi): Update to 0.0.0-6.a933a62.
[inputs]: Remove guile-fibers; replace guile-json-1 with guile-json-3.
[source]: Remove snippet.
| Ricardo Wurmus |
2020-02-29 | gnu: mumimu: Update to 1.2.0-2.6b42431....* gnu/packages/mail.scm (mumimu): Update to 1.2.0-2.6b42431.
[arguments]: Do not patch Makefile.am or configure.ac.
[version]: Inherit from mu.
| Ricardo Wurmus |
2020-02-28 | gnu: Remove guile-debbugs-next....* gnu/packages/guile-xyz.scm (guile-debbugs-next): Remove variable.
* gnu/packages/mail.scm (mumi)[inputs]: Replace guile-debbugs-next with
guile-debbugs.
| Ricardo Wurmus |
2020-02-24 | gnu: opensmtpd: Update to 6.6.4p1 [security fixes]....See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html>.
* gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
| Tobias Geerinckx-Rice |
2020-02-18 | gnu: dovecot: Update to 2.3.9.3 [fixes CVE-2020-7046 & CVE-2020-7957]....* gnu/packages/mail.scm (dovecot): Update to 2.3.9.3.
| Tobias Geerinckx-Rice |
2020-02-11 | gnu: opensmtpd: Update to 6.6.3p1 [security mitigations]....* gnu/packages/mail.scm (opensmtpd): Update to 6.6.3p1.
| Tobias Geerinckx-Rice |
2020-02-05 | gnu: mutt: Enable Autocrypt support....* gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
[arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
"--with-idn2".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ivan Vilata-i-Balaguer |
2020-01-29 | gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247]....It's still unclear (to me) whether our opensmtpd package is affected,
but this change has been delayed for long enough in any case.
* gnu/packages/mail.scm (opensmtpd-next): Rename to…
(opensmtpd): …this.
* gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-01-29 | gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes]....Upstream[0] says “Qualys has found a critical vulnerability leading to
a possible privilege escalation” and will provide more information
later.
[0]: https://www.opensmtpd.org
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.2p1.
| Tobias Geerinckx-Rice |
2020-01-27 | gnu: public-inbox: Enable support for background HTTP/NNTP daemons....* gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-net-server.
| 宋文武 |
2020-01-26 | gnu: mailutils: Add "guile3.0-mailutils" variant....* gnu/packages/mail.scm (mailutils)[arguments]: In #:configure-flags,
replace hard-coded "2.2" with the 'version-major+minor' of the "guile"
input.
(guile3.0-mailutils): New variable.
| Ludovic Courtès |
2020-01-26 | gnu: public-inbox: Update to 1.2.0-0.05a06f3....* gnu/packages/mail.scm (public-inbox): Update to 1.2.0-0.05a06f3.
| 宋文武 |
2020-01-23 | gnu: alpine: Remove pre-built binaries from source....* gnu/packages/mail.scm (alpine)[source]: Add a snippet to hunt down
and destroy pre-compiled objects.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: mailutils: Update to 3.8....* gnu/packages/mail.scm (mailutils): Update to 3.8.
[arguments]: Adjust substitutions.
| Marius Bakke |