diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-12 21:00:47 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-12 21:00:47 +0000 |
commit | b58fe376834cfdd53a33e72afe0f63991083ba4d (patch) | |
tree | 50da0cd8156484c8d8c5adabbc54ffa6e35abcfe /mail/Makefile | |
parent | 0f00dde1d815ffdf1d3d40fbc8cc0ac0e6da89f0 (diff) |
Add mail/py-notmuch2: Pythonic bindings for the notmuch mail database using CFFI
Pythonic bindings for the notmuch mail database using CFFI. This module makes
the functionality of the notmuch library (https://notmuchmail.org) available to
python using CFFI
WWW: https://notmuchmail.org/
Notes
Notes:
svn path=/head/; revision=544770
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4e33e0a1c372..970948798f61 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -508,6 +508,7 @@ SUBDIR += py-managesieve3 SUBDIR += py-milter SUBDIR += py-notmuch + SUBDIR += py-notmuch2 SUBDIR += py-postfix-mta-sts-resolver SUBDIR += py-premailer SUBDIR += py-pymailq |