]> git.notmuchmail.org Git - notmuch/commit
python: move Messages class into its own file
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 21:34:40 +0000 (22:34 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 22 Feb 2012 21:34:40 +0000 (22:34 +0100)
commit69f077898a65c10453d08dd94bf4c94efc69b91b
tree5c54e84dc7804156d62ec9266da909e2bbaee878
parentba95980cf1a5e2b32104611ccdf2e9c43bf3305a
python: move Messages class into its own file

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/__init__.py
bindings/python/notmuch/message.py
bindings/python/notmuch/messages.py [new file with mode: 0644]
bindings/python/notmuch/query.py
bindings/python/notmuch/thread.py