summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: dovecot: Update to 2.2.27.•••* gnu/packages/mail.scm (dovecot): Update to 2.2.27. [source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2016-12-041-4/+4
* gnu: offlineimap: Update to 7.0.12.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.12. Efraim Flashner2016-12-021-2/+2
* gnu: perl-email-sender: Update to 1.300028.•••* gnu/packages/mail.scm (perl-email-sender): Update to 1.300028. Efraim Flashner2016-11-301-2/+2
* gnu: perl-email-simple: Update to 2.211.•••* gnu/packages/mail.scm (perl-email-simple): Update to 2.211. Efraim Flashner2016-11-301-2/+2
* gnu: perl-email-mime-contenttype: Update to 1.018.•••* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.018. Efraim Flashner2016-11-301-2/+2
* gnu: perl-email-mime: Update to 1.937.•••* gnu/packages/mail.scm (perl-email-mime): Update to 1.937. Efraim Flashner2016-11-301-2/+2
* gnu: perl-email-messageid: Update to 1.406.•••* gnu/packages/mail.scm (perl-email-messageid): Update to 1.406. Efraim Flashner2016-11-301-2/+2
* gnu: perl-email-address: Update to 1.908.•••* gnu/packages/mail.scm (perl-email-address): Update to 1.908. Efraim Flashner2016-11-301-2/+2
* Merge branch 'python-build-system'.Hartmut Goebel2016-11-291-9/+2
|\
| * Merge branch 'master' into python-build-systemHartmut Goebel2016-11-291-9/+4
| |\
| * \ Merge branch 'master' into python-build-systemLeo Famulari2016-11-251-12/+21
| |\ \
| * | | gnu: Fix python inputs, part 1: all inputs become propagated-inputs.•••This patch contains the changes where all [inputs] are changed to [propagated-inputs] * gnu/packages/python.scm (python-passlib, python-paramiko, python-ccm, python-babel, python-keyring python-pandas, python-tzlocal, python-parse-type, python-nose2, python-pytest, python-pytest-mock, python-pytest-xdist, python-scripttest, python-testtools, python-pytest-cov, python-testscenarios, python-pbr-0.11, python-oauthlib, python-jinja2, python-sphinx, python-tzlocal, python-bugz, python2-pytest-mock, behave, pelican, sqlalchemy-utils, python-pygridtools, python-urwidtrees, python-tornado, python2-tornado, python-debian, python-execnet, python-pytest-cache, pytest-localserver, python-clint, python-rply, python-hy, python-rauth, python-rsa, python-celery, python-vobject, s3cmd, python-prompt-toolkit, ptpython, python-requests-oauthlib, python-stem, python-binaryornot, python2-binaryornot, python-nltk, python-pymongo, python-schematics, python-url, python2-url, python-freezegun, python-glances, python-graphql-core, python-graphql-relay, python-graphene, python-nautilus, python-s3transfer): All [inputs] become [propagated-inputs]. * gnu/packages/bioinformatics.scm (python-biopython): Likewise. * gnu/packages/django.scm (pytest-django): Likewise. * gnu/packages/mail.scm (python-mailmanclient): Likewise. * gnu/packages/password-utils.scm (python-bcrypt): Likewise. * gnu/packages/propbuf.scm (python-protobuf): Likewise. * gnu/packages/rdf.scm (python-rdflib): Likewise. SQACH all become propagated Hartmut Goebel2016-11-151-1/+1
| * | | gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)•••This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise. Hartmut Goebel2016-11-151-6/+1
| * | | gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b)•••This patch contains the changes in all modules beside python.scm where removing setuptools from the inputs could be achieved by removing complete lines. * gnu/packages/admin.scm (graphios, thefuck): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (rdiff-backup): Likewise. * gnu/packages/bioinformatics.scm (htseq, macs, python2-pbcore, rseqc, multiqc): Likewise. * gnu/packages/django.scm (python-django, python2-django, python-django-simple-math-captcha, python2-django-simple-math-captcha): Likewise. * gnu/packages/docker.scm (python-docker-py, docker-compose): Likewise. * gnu/packages/game-development.scm (python-pygame): Likewise. * gnu/packages/key-mon.scm (key-mon): Likewise. * gnu/packages/mail.scm (khard): Likewise. * gnu/packages/music.scm (beets, python2-pyechonest): Likewise. * gnu/packages/openstack.scm (python-bandit, python2-bandit, python-debtcollector, python2-debtcollector, python-mox3, python2-mox3, python-os-client-config, python2-os-client-config, python-oslo.config, python2-oslo.config, python-oslo.context, python2-oslo.context, python-oslo.i18n, python2-oslo.i18n, python-oslo.serialization, python2-oslo.serialization, python-oslosphinx, python2-oslosphinx, python-oslotest, python2-oslotest, python-oslo.utils, python2-oslo.utils, python-swiftclient, python2-swiftclient): Likewise. * gnu/packages/pdf.scm (pdfposter): Likewise. * gnu/packages/tls.scm (python-acme, python2-acme): Likewise. Hartmut Goebel2016-11-151-2/+0
* | | | gnu: dovecot: Update to 2.2.26.0.•••* gnu/packages/mail.scm (dovecot): Update to 2.2.26.0. [arguments]: Patch shebangs in test file. Efraim Flashner2016-11-291-2/+11
| |_|/ |/| |
* | | gnu: offlineimap: Update to 7.0.10.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.10. Efraim Flashner2016-11-291-2/+2
* | | gnu: notmuch: Update to 0.23.3.•••* gnu/packages/mail.scm (notmuch): Update to 0.23.3. [arguments]: Re-enable previously failing tests. Marius Bakke2016-11-271-7/+2
| |/ |/|
* | gnu: notmuch: Update to 0.23.2.•••* gnu/packages/mail.scm (notmuch): Update to 0.23.2. Marius Bakke2016-11-221-2/+2
* | gnu: notmuch: Skip tests that fail with gnupg-2.1.16.•••* gnu/packages/mail.scm (notmuch)[arguments]: Add environment variable to skip tests that broke after gnupg-2.1.16. Marius Bakke2016-11-221-0/+5
* | gnu: opensmtpd: Correct CA certificates file path.•••* gnu/packages/mail.scm (opensmtpd)[arguments]: Pass '--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt' to #:configure-flags. 宋文武2016-11-191-4/+6
* | gnu: opensmtpd: Build man pages.•••* gnu/packages/mail.scm (opensmtpd)[native-inputs]: Add groff. 宋文武2016-11-181-1/+2
* | gnu: mpop: Use 'sourceforge' mirror.•••This is a followup to commit 5837e69936fc9f4df4c0745b7c6e31b5642156fe. * gnu/packages/mail.scm (mpop)[source]: Use 'sourceforge' mirror. Leo Famulari2016-11-171-2/+2
* | gnu: mpop: Update to 1.2.6.•••* gnu/packages/mail.scm (mpop): Update to 1.2.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2016-11-171-2/+2
* | gnu: opensmtpd: Update to 6.0.2p1.•••* gnu/packages/mail.scm (opensmtpd): Update to 6.0.2p1. [arguments]: Pass '--with-path-sock=/var/run' to #:configure-flags. 宋文武2016-11-161-3/+4
|/
* gnu: mailutils: Update to 3.0.•••* gnu/packages/mail.scm (mailutils): Update to 3.0. [arguments]: Adjust 'pre-build' phase. * gnu/packages/patches/m4-gets-undeclared.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2016-11-131-13/+31
* gnu: claws-mail: Update to 3.14.1.•••* gnu/packages/mail.scm (claws-mail): Update to 3.14.1. Tobias Geerinckx-Rice2016-11-101-2/+2
* gnu: offlineimap: Update to 7.0.9.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.9. Efraim Flashner2016-10-291-2/+2
* gnu: offlineimap: Install documentation.•••* gnu/packages/mail.scm (offlineimap)[native-inputs]: Add asciidoc and libxslt. [arguments]: Add phases 'build-documentation' and 'install-documentation' to build and install manpages. Also remove unneeded key 'inputs' from 'wrap-binary' phase. Marius Bakke2016-10-261-2/+20
* gnu: notmuch: Update to 0.23.1.•••* gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/mail.scm (notmuch): Update to 0.23.1. Remove patch. Marius Bakke2016-10-261-6/+2
* gnu: opensmtpd: Fix 'license' field.•••* gnu/packages/mail.scm (opensmtpd)[license]: Use LICENSE:OPENSSL, not OPENSSL. (opensmtpd-extras)[license]: Likewise. Ludovic Courtès2016-10-261-3/+3
* gnu: mutt: Update to 1.7.1.•••* gnu/packages/mail.scm (mutt): Update to 1.7.1. Efraim Flashner2016-10-231-2/+2
* gnu: python-mailmanclient: Fix typo.•••* gnu/packages/mail.scm (python-mailmanclient)[properties]: Fix typo. Ludovic Courtès2016-10-201-1/+1
* gnu: Add python-mailmanclient.•••* gnu/packages/mail.scm (python-mailmanclient): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-201-1/+33
* gnu: notmuch: Enable tests.•••* gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (notmuch)[source]: Use patch. [arguments]: Add verbose make flags. Add phase 'patch-notmuch-lib.el' to fix hard-coded /bin/sh. Add 'prepare-test-environment' phase to patch test shebangs and set environment. [native-inputs]: Change from 'emacs-minimal' to 'emacs-no-x'. Add dtach, gnupg, man, perl and which. Marius Bakke2016-10-191-6/+30
* gnu: notmuch: Update to 0.23.•••* gnu/packages/mail.scm (notmuch): Update to 0.23. [home-page]: Use https URL. (python-notmuch)[version]: Inherit from notmuch. [home-page]: Ditto. Marius Bakke2016-10-191-7/+7
* gnu: Add opensmtpd-extras.•••* gnu/packages/mail.scm (opensmtpd-extras): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-191-0/+71
* gnu: Add opensmtpd.•••* gnu/packages/mail.scm (opensmtpd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng02016-10-191-1/+53
* gnu: mail: Add notifymuch.•••* gnu/packages/mail.scm (notifymuch): New variable. Hartmut Goebel2016-10-141-0/+48
* gnu: offlineimap: Update to 7.0.8.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.8. Efraim Flashner2016-10-081-2/+2
* gnu: offlineimap: Update to 7.0.7.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.7. Efraim Flashner2016-09-221-2/+2
* gnu: Add sendmail•••* gnu/packages/mail.scm (sendmail): New variable. John Darrington2016-09-181-0/+83
* doc: "filesystem" -> "file system"•••* doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system" John Darrington2016-09-161-1/+1
* gnu: Add mhonarc.•••* gnu/packages/mail.scm (mhonarc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> ng02016-09-141-0/+22
* gnu: Add mpop.•••* gnu/packages/mail.scm (mpop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Arun Isaac2016-09-071-0/+32
* gnu: Add mb2md.•••* gnu/packages/mail.scm (mb2md): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Clément Lassieur2016-09-051-2/+50
* gnu: offlineimap: Update to 7.0.6.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.6. Efraim Flashner2016-08-251-2/+2
* gnu: alot: Fixup comments.•••* gnu/packages/mail.scm (alot): Add note about distribution method, and adhere to double semi-colon norm. Signed-off-by: Mark H Weaver <mhw@netris.org> Troy Sankey2016-08-231-3/+5
* gnu: mutt: Update to 1.7.0.•••* gnu/packages/mail.scm (mutt): Update to 1.7.0. [arguments]: Pass "--enable-sidebar" to #:configure-flags. Leo Famulari2016-08-211-2/+3
* gnu: offlineimap: Update to 7.0.5.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.5. Signed-off-by: Leo Famulari <leo@famulari.name> Al McElrath2016-08-151-2/+2
* gnu: libetpan: Use 'modify-phases'.•••* gnu/packages/mail.scm (libetpan)[arguments]: Use 'modify-phases'. Efraim Flashner2016-08-131-6/+6