]> git.notmuchmail.org Git - notmuch/commit
Implement Thread() and Threads()
authorSebastian Spaeth <sebastian@sspaeth.de>
Wed, 24 Mar 2010 10:07:22 +0000 (11:07 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Wed, 24 Mar 2010 10:07:22 +0000 (11:07 +0100)
commit2a14b523b0982a6641e45b48099e65dfe1bb4f6a
tree86535b531cd9171a9dfde3a57d395b31d2212efa
parentbb57345740da993584794d4071c63294da7beaa8
Implement Thread() and Threads()

Most of Thread() is implemented now and all of Threads(). Reorganized the
source somewhat and various minor fixes throughout.
cnotmuch/database.py
cnotmuch/notmuch.py
cnotmuch/tags.py [new file with mode: 0644]
cnotmuch/thread.py [new file with mode: 0644]