]> git.notmuchmail.org Git - notmuch/commit
Rename package to notmuch2
authorFloris Bruynooghe <flub@devork.be>
Sun, 17 Nov 2019 16:41:35 +0000 (17:41 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 3 Dec 2019 12:12:30 +0000 (08:12 -0400)
commite2df30f7a98f91543d0b3561dbb366eb4b3d812c
tree7b1bb0c60d8723e9e58158b151afbb5d0989c56f
parenta950aa28449feef76246ad2b64224fd72e2e574c
Rename package to notmuch2

This is based on a previous discussion on the list where this was more
or less seen as the least-bad option.
25 files changed:
bindings/python-cffi/notdb/__init__.py [deleted file]
bindings/python-cffi/notdb/_base.py [deleted file]
bindings/python-cffi/notdb/_build.py [deleted file]
bindings/python-cffi/notdb/_database.py [deleted file]
bindings/python-cffi/notdb/_errors.py [deleted file]
bindings/python-cffi/notdb/_message.py [deleted file]
bindings/python-cffi/notdb/_query.py [deleted file]
bindings/python-cffi/notdb/_tags.py [deleted file]
bindings/python-cffi/notdb/_thread.py [deleted file]
bindings/python-cffi/notmuch2/__init__.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_base.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_build.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_database.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_errors.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_message.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_query.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_tags.py [new file with mode: 0644]
bindings/python-cffi/notmuch2/_thread.py [new file with mode: 0644]
bindings/python-cffi/setup.py
bindings/python-cffi/tests/test_base.py
bindings/python-cffi/tests/test_database.py
bindings/python-cffi/tests/test_message.py
bindings/python-cffi/tests/test_tags.py
bindings/python-cffi/tests/test_thread.py
bindings/python-cffi/tox.ini