summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: alpine: Use new URL.ng02017-07-05
| | | | | | | * gnu/packages/mail.scm (alpine)[source]: Use new URL for download. (home-page): Use new URL. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: dovecot: Update to 2.2.31.Tobias Geerinckx-Rice2017-06-26
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.31.
* gnu: balsa: Fix typo in description.Tobias Geerinckx-Rice2017-06-23
| | | | | | | While a Perl MTA named ‘sendEmail’ exists, the upstream description upon which ours is based clearly refers to ‘Sendmail’. * gnu/packages/mail.scm (balsa)[description]: Fix typo.
* gnu: exim: Update to 4.89.Leo Famulari2017-06-19
| | | | * gnu/packages/mail.scm (exim): Update to 4.89.
* gnu: exim: Fix CVE-2017-1000369.Leo Famulari2017-06-19
| | | | | | * gnu/packages/patches/exim-CVE-2017-1000369.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
* gnu: neomutt: Update to 20170609.ng02017-06-17
| | | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170609. (arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap', 'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now enabled by default. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* Revert "gnu: gmime: Update to 3.0.1."Kei Kebreau2017-06-16
| | | | This reverts commit a512ca81e8998d86770f5a088a9563bc3f24560f.
* gnu: gmime: Update to 3.0.1.Kei Kebreau2017-06-15
| | | | * gnu/packages/mail.scm (gmime): Update to 3.0.1.
* gnu: dovecot: Update to 2.2.30.2.Tobias Geerinckx-Rice2017-06-06
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
* gnu: neomutt: Update to 20170602.ng02017-06-03
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170602. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: mutt: Update to 1.8.3.Leo Famulari2017-06-02
| | | | * gnu/packages/mail.scm (mutt): Update to 1.8.3.
* gnu: notmuch: Update to 0.24.2.Marius Bakke2017-06-01
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.24.2.
* gnu: dovecot: Update to 2.2.30.1.Tobias Geerinckx-Rice2017-05-31
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.1.
* gnu: dovecot: Update to 2.2.30.Tobias Geerinckx-Rice2017-05-30
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.
* gnu: offlineimap: Update to 7.1.1.Tobias Geerinckx-Rice2017-05-28
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.1.
* gnu: khard: Update to 0.11.4.Leo Famulari2017-05-15
| | | | * gnu/packages/mail.scm (khard): Update to 0.11.4.
* gnu: libetpan: Update to 1.8 [fixes CVE-2017-8825].Julien Lepiller2017-05-09
| | | | | | | * gnu/packages/mail.scm (libetpan): Update to 1.8. [license]: Change to bsd-3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Avoid circular dependencies by Perl license.Petter2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | * guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: neomutt: Update to 20170428.ng02017-04-30
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170428. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: mutt: Update to 1.8.2.Leo Famulari2017-04-21
| | | | * gnu/packages/mail.scm (mutt): Update to 1.8.2.
* gnu: neomutt: Don't rewrite the source file-name.Leo Famulari2017-04-21
| | | | * gnu/packages/mail.scm (neomutt)[file-name]: Remove field.
* gnu: neomutt: Update to 20170421.ng02017-04-21
| | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170421. [native-inputs]: Add 'gettext-minimal'. [description]: Clarify the state of neomutt as it is now a microfork of mutt. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add balsa.rennes2017-04-19
| | | | | | * gnu/packages/mail.scm (balsa): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Fix typos in descriptions.Tobias Geerinckx-Rice2017-04-17
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
* gnu: offlineimap: Update to 7.1.0.Tobias Geerinckx-Rice2017-04-16
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.0.
* gnu: mutt: Update to 1.8.1.Leo Famulari2017-04-14
| | | | | * gnu/packages/mail.scm (mutt): Update to 1.8.1. [source]: Use HTTPS URL.
* gnu: dovecot: Update to 2.2.29.1.Tobias Geerinckx-Rice2017-04-12
| | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.29.1. [source]: Remove 'dovecot-fix-failing-test.patch'. * gnu/packages/patches/dovecot-fix-failing-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: dovecot: Update to 2.2.29 [fixes CVE-2017-2669].Leo Famulari2017-04-11
| | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.29. [source]: Use 'dovecot-fix-failing-test.patch'. * gnu/packages/patches/dovecot-fix-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add alpine.ng02017-04-08
| | | | | | * gnu/packages/mail.scm (alpine): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: python-django-mailman3: Balance parentheses for inputs.Kei Kebreau2017-04-08
| | | | * gnu/packages/mail.scm (python-django-mailman3)[inputs]: Balance them.
* gnu: Add postorius.ng02017-04-08
| | | | | | * gnu/packages/mail.scm (postorius): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add python-django-mailman3.ng02017-04-08
| | | | | | * gnu/packages/mail.scm (python-django-mailman3): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: dovecot-trees: Update to 2.1.0.ng02017-04-07
| | | | | | | * gnu/packages/mail.scm (dovecot-trees): Update to 2.1.0. (source): Change to use 'url-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: perl-email-simple: Update to 2.213.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/mail.scm (perl-email-simple): Update to 2.213.
* gnu: perl-email-mime: Update to 1.940.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/mail.scm (perl-email-mime): Update to 1.940.
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * Merge branch 'master' into core-updatesMarius Bakke2017-03-30
| |\ | | | | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * \ Merge branch 'master' into core-updatesLeo Famulari2017-03-27
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-23
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
| |\ \ \ \
| * | | | | gnu: libesmtp: Add alternate source URL.Leo Famulari2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (libesmtp)[source]: Add alternate URL.
* | | | | | gnu: notmuch: Update to 0.24.1.Kyle Meyer2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to 0.24.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | | | | | gnu: gmime: Update to 2.6.23.Tobias Geerinckx-Rice2017-03-31
| |_|_|_|/ |/| | | | | | | | | | | | | | * gnu/packages/mail.scm (gmime): Update to 2.6.23.
* | | | | gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| |_|_|/ |/| | | | | | | | | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* | | | gnu: claws-mail: Update to 3.15.0.Tobias Geerinckx-Rice2017-03-26
| |_|/ |/| | | | | | | | * gnu/packages/mail.scm (claws-mail): Update to 3.15.0.
* | | gnu: dovecot: Update to 2.2.28.Leo Famulari2017-03-22
| |/ |/| | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.28.
* | gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
* | gnu: Add swaks.Arun Isaac2017-03-21
|/ | | | | | * gnu/packages/mail.scm (swaks): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mailutils: Update to 3.2.Tobias Geerinckx-Rice2017-03-15
| | | | * gnu/packages/mail.scm (mailutils): Update to 3.2.
* gnu: Add dovecot-libsodium-plugin.ng02017-03-14
| | | | | | * gnu/packages/mail.scm (dovecot-libsodium-plugin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>