aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-30message.py: small doc changes and unused code removalSebastian Spaeth
2010-03-30Revert some unneeded white space changesSebastian Spaeth
2010-03-30[REV2] adding part, simplifying Message.get_parts(), and fixing json to work with dme's json uiJesse Rosenthal
2010-03-28implement sort order for notmuch showJesse Rosenthal
2010-03-25fix wrongly names variable format->out_formatSebastian Spaeth
2010-03-25rename show_messages to print_messages and fix up the arg parsing for notmuch show a bitSebastian Spaeth
2010-03-25Message(): add 'match' result in text output. Fix is_match to use class, not instance, attributes.Sebastian Spaeth
2010-03-25message.yp: add GPL v3 boilerplate and add Jesse as copyright holderSebastian Spaeth
2010-03-25Message(): Implement show message as text or jsonJesse Rosenthal
2010-03-25notmuch: Make modifications to implement notmuch searchJesse Rosenthal
2010-03-25push __VERSION__ to post release 0.2.1+Sebastian Spaeth
2010-03-25Added tag v0.2.1 for changeset 8f496a1f9b34Sebastian Spaeth
2010-03-25bump __VERSION__ to 0.2.1Sebastian Spaeth
2010-03-25docs: Improve documentationsSebastian Spaeth
2010-03-25Implement Database.upgrade() to get the last bit of API. We are complete now.Sebastian Spaeth
2010-03-25Implement Filenames() iterator. The API should be complete at this point.Sebastian Spaeth
2010-03-25Implement Database().get_directory() and Directory() class.Sebastian Spaeth
2010-03-25Implement Message().get|set_flag()Sebastian Spaeth
2010-03-24fix documentations, and add a very brittle notmuch reply commandSebastian Spaeth
2010-03-24Added tag v0.2.0 for changeset 36e2dd4e739aSebastian Spaeth
2010-03-24README: update changelogSebastian Spaeth
2010-03-24bump __VERSION__ to 0.2.0Sebastian Spaeth
2010-03-24try c_long rather c_int64 for time_tSebastian Spaeth
2010-03-24time_t is a signed int, not an unsigned one...Sebastian Spaeth
2010-03-24Factor Messages() and Message() out into their own file. rename tags.py to tag.py for consistency.Sebastian Spaeth
2010-03-24notmuch: Implement 'notmuch search'Sebastian Spaeth
2010-03-24Implement Thread() and Threads()Sebastian Spaeth
2010-03-24docs: Update documentationSebastian Spaeth
2010-03-22Added tag v0.1.1 for changeset 4fdbf2935cdfSebastian Spaeth
2010-03-22Make __VERSION__ available via cnotmuch.notmuch.__VERSION__ and improve READMESebastian Spaeth
2010-03-22notmuch: use new function Database().create_query() for 'count'Sebastian Spaeth
2010-03-22Fix Database().create_query() to actually initialize the Query with the correct object.Sebastian Spaeth
2010-03-22setup.py and MANIFEST.in for the 0.1 release. Unfortunately post-version tag.Sebastian Spaeth
2010-03-22Added tag v0.1 for changeset 27f38f75d27dSebastian Spaeth
2010-03-19Implement Message.get_replies()Sebastian Spaeth
2010-03-19docs: Add missing newline that broke formattingSebastian Spaeth
2010-03-19Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")Sebastian Spaeth
2010-03-19Database(): implement as of yet untested add_message() and remove_message()Sebastian Spaeth
2010-03-19docs: Various typo fixes in docstringsSebastian Spaeth
2010-03-19Database(): Factor out the test for an initialized self._dbSebastian Spaeth
2010-03-19implement Message.get_thread_id()Sebastian Spaeth
2010-03-19notmuch restore: only delete a message's old tags if they are not a subset of the new ones.Sebastian Spaeth
2010-03-19hgignore: ignore test/test*Sebastian Spaeth
2010-03-19notmuch: implement restore. We pass now all 'dump' and 'restore' tests in the test suiteSebastian Spaeth
2010-03-19notmuch: Use Query.count_messages() rather len(Query.search_messages())Sebastian Spaeth
2010-03-19Query(): Fix _nmlib -> nmlib type & clarify docs a bitSebastian Spaeth
2010-03-19Implement Database.count_messages()Sebastian Spaeth
2010-03-18notmuch: implement dump to file. Fake notmuch new by calling the real notmuch to enable running the testsuiteSebastian Spaeth
2010-03-18add original notmuch testsuiteSebastian Spaeth
2010-03-18mention NOTMUCH_CONFIG in the notmuch docstringSebastian Spaeth