summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Message(): Implement show message as text or jsonJesse Rosenthal2010-03-25
| * notmuch: Make modifications to implement notmuch searchJesse Rosenthal2010-03-25
| * push __VERSION__ to post release 0.2.1+Sebastian Spaeth2010-03-25
| * Added tag v0.2.1 for changeset 8f496a1f9b34Sebastian Spaeth2010-03-25
| * bump __VERSION__ to 0.2.1Sebastian Spaeth2010-03-25
| * docs: Improve documentationsSebastian Spaeth2010-03-25
| * Implement Database.upgrade() to get the last bit of API. We are complete now.Sebastian Spaeth2010-03-25
| * Implement Filenames() iterator. The API should be complete at this point.Sebastian Spaeth2010-03-25
| * Implement Database().get_directory() and Directory() class.Sebastian Spaeth2010-03-25
| * Implement Message().get|set_flag()Sebastian Spaeth2010-03-25
| * fix documentations, and add a very brittle notmuch reply commandSebastian Spaeth2010-03-24
| * Added tag v0.2.0 for changeset 36e2dd4e739aSebastian Spaeth2010-03-24
| * README: update changelogSebastian Spaeth2010-03-24
| * bump __VERSION__ to 0.2.0Sebastian Spaeth2010-03-24
| * try c_long rather c_int64 for time_tSebastian Spaeth2010-03-24
| * time_t is a signed int, not an unsigned one...Sebastian Spaeth2010-03-24
| * Factor Messages() and Message() out into their own file. rename tags.py to ta...Sebastian Spaeth2010-03-24
| * notmuch: Implement 'notmuch search'Sebastian Spaeth2010-03-24
| * Implement Thread() and Threads()Sebastian Spaeth2010-03-24
| * docs: Update documentationSebastian Spaeth2010-03-24
| * Added tag v0.1.1 for changeset 4fdbf2935cdfSebastian Spaeth2010-03-22
| * Make __VERSION__ available via cnotmuch.notmuch.__VERSION__ and improve READMESebastian Spaeth2010-03-22
| * notmuch: use new function Database().create_query() for 'count'Sebastian Spaeth2010-03-22
| * Fix Database().create_query() to actually initialize the Query with the corre...Sebastian Spaeth2010-03-22
| * setup.py and MANIFEST.in for the 0.1 release. Unfortunately post-version tag.Sebastian Spaeth2010-03-22
| * Added tag v0.1 for changeset 27f38f75d27dSebastian Spaeth2010-03-22
| * Implement Message.get_replies()Sebastian Spaeth2010-03-19
| * docs: Add missing newline that broke formattingSebastian Spaeth2010-03-19
| * Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")Sebastian Spaeth2010-03-19
| * Database(): implement as of yet untested add_message() and remove_message()Sebastian Spaeth2010-03-19
| * docs: Various typo fixes in docstringsSebastian Spaeth2010-03-19
| * Database(): Factor out the test for an initialized self._dbSebastian Spaeth2010-03-19
| * implement Message.get_thread_id()Sebastian Spaeth2010-03-19
| * notmuch restore: only delete a message's old tags if they are not a subset of...Sebastian Spaeth2010-03-19
| * hgignore: ignore test/test*Sebastian Spaeth2010-03-19
| * notmuch: implement restore. We pass now all 'dump' and 'restore' tests in the...Sebastian Spaeth2010-03-19
| * notmuch: Use Query.count_messages() rather len(Query.search_messages())Sebastian Spaeth2010-03-19
| * Query(): Fix _nmlib -> nmlib type & clarify docs a bitSebastian Spaeth2010-03-19
| * Implement Database.count_messages()Sebastian Spaeth2010-03-19
| * notmuch: implement dump to file. Fake notmuch new by calling the real notmuch...Sebastian Spaeth2010-03-18
| * add original notmuch testsuiteSebastian Spaeth2010-03-18
| * mention NOTMUCH_CONFIG in the notmuch docstringSebastian Spaeth2010-03-18
| * Database(): honor NOTMUCH_CONFIG env variable for reading the standard databa...Sebastian Spaeth2010-03-18
| * Implement Message.freeze(), thaw(), and remove_all_tags()Sebastian Spaeth2010-03-18
| * docs: stub out remaining missing bindings to get a reminderSebastian Spaeth2010-03-18
| * implement Database.get_version() and Database.needs_upgrade()Sebastian Spaeth2010-03-18
| * notmuch: implement tag commandSebastian Spaeth2010-03-17
| * notmuch: fix to use new Query.SORT enumSebastian Spaeth2010-03-17
| * Implement Message.add|remove_tag() and documentationSebastian Spaeth2010-03-17
| * docs: doc improvementsSebastian Spaeth2010-03-17