]>
git.notmuchmail.org Git - notmuch/log 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Sebastian Spaeth  [Mon, 22 Mar 2010 10:20:00 +0000  (11:20 +0100)] 
notmuch: use new function Database().create_query() for 'count'
Sebastian Spaeth  [Mon, 22 Mar 2010 10:19:51 +0000  (11:19 +0100)] 
Fix Database().create_query() to actually initialize the Query with the correct object.
Sebastian Spaeth  [Mon, 22 Mar 2010 09:48:03 +0000  (10:48 +0100)] 
setup.py and MANIFEST.in for the 0.1 release. Unfortunately post-version tag.
Sebastian Spaeth  [Mon, 22 Mar 2010 09:40:08 +0000  (10:40 +0100)] 
Added tag v0.1 for changeset 
27f38f75d27d 
Sebastian Spaeth  [Fri, 19 Mar 2010 13:24:40 +0000  (14:24 +0100)] 
Implement Message.get_replies()
Sebastian Spaeth  [Fri, 19 Mar 2010 10:01:19 +0000  (11:01 +0100)] 
docs: Add missing newline that broke formatting
Sebastian Spaeth  [Fri, 19 Mar 2010 09:55:06 +0000  (10:55 +0100)] 
Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")
Sebastian Spaeth  [Fri, 19 Mar 2010 09:53:14 +0000  (10:53 +0100)] 
Database(): implement as of yet untested add_message() and remove_message()
Sebastian Spaeth  [Fri, 19 Mar 2010 09:52:15 +0000  (10:52 +0100)] 
docs: Various typo fixes in docstrings
Sebastian Spaeth  [Fri, 19 Mar 2010 09:51:35 +0000  (10:51 +0100)] 
Database(): Factor out the test for an initialized self._db
Sebastian Spaeth  [Fri, 19 Mar 2010 08:46:44 +0000  (09:46 +0100)] 
implement Message.get_thread_id()
Sebastian Spaeth  [Fri, 19 Mar 2010 08:39:23 +0000  (09:39 +0100)] 
notmuch restore: only delete a message's old tags if they are not a subset of the new ones.
Sebastian Spaeth  [Fri, 19 Mar 2010 08:38:43 +0000  (09:38 +0100)] 
hgignore: ignore test/test*
Sebastian Spaeth  [Fri, 19 Mar 2010 08:11:22 +0000  (09:11 +0100)] 
notmuch: implement restore. We pass now all 'dump' and 'restore' tests in the test suite
Sebastian Spaeth  [Fri, 19 Mar 2010 07:47:14 +0000  (08:47 +0100)] 
notmuch: Use Query.count_messages() rather len(Query.search_messages())
Sebastian Spaeth  [Fri, 19 Mar 2010 07:44:34 +0000  (08:44 +0100)] 
Query(): Fix _nmlib -> nmlib type & clarify docs a bit
Sebastian Spaeth  [Fri, 19 Mar 2010 07:32:29 +0000  (08:32 +0100)] 
Implement Database.count_messages()
Sebastian Spaeth  [Thu, 18 Mar 2010 18:11:22 +0000  (19:11 +0100)] 
notmuch: implement dump to file. Fake notmuch new by calling the real notmuch to enable running the testsuite
Sebastian Spaeth  [Thu, 18 Mar 2010 18:04:49 +0000  (19:04 +0100)] 
add original notmuch testsuite
Sebastian Spaeth  [Thu, 18 Mar 2010 17:51:25 +0000  (18:51 +0100)] 
mention NOTMUCH_CONFIG in the notmuch docstring
Sebastian Spaeth  [Thu, 18 Mar 2010 17:48:36 +0000  (18:48 +0100)] 
Database(): honor NOTMUCH_CONFIG env variable for reading the standard database location.
Sebastian Spaeth  [Thu, 18 Mar 2010 08:34:10 +0000  (09:34 +0100)] 
Implement Message.freeze(), thaw(), and remove_all_tags()
Sebastian Spaeth  [Thu, 18 Mar 2010 08:02:59 +0000  (09:02 +0100)] 
docs: stub out remaining missing bindings to get a reminder
Sebastian Spaeth  [Thu, 18 Mar 2010 07:50:48 +0000  (08:50 +0100)] 
implement Database.get_version() and Database.needs_upgrade()
Sebastian Spaeth  [Wed, 17 Mar 2010 16:32:37 +0000  (17:32 +0100)] 
notmuch: implement tag command
Sebastian Spaeth  [Wed, 17 Mar 2010 16:11:58 +0000  (17:11 +0100)] 
notmuch: fix to use new Query.SORT enum
Sebastian Spaeth  [Wed, 17 Mar 2010 16:09:58 +0000  (17:09 +0100)] 
Implement Message.add|remove_tag() and documentation
Sebastian Spaeth  [Wed, 17 Mar 2010 14:14:44 +0000  (15:14 +0100)] 
docs: doc improvements
Sebastian Spaeth  [Wed, 17 Mar 2010 11:32:22 +0000  (12:32 +0100)] 
many doc improvements, fixed at least one bug due to parameter renaming
Sebastian Spaeth  [Wed, 17 Mar 2010 10:45:13 +0000  (11:45 +0100)] 
Improve source documentation
Sebastian Spaeth  [Wed, 17 Mar 2010 10:44:36 +0000  (11:44 +0100)] 
Implement an Enum class and make the STATUS object one
Sebastian Spaeth  [Wed, 17 Mar 2010 08:28:39 +0000  (09:28 +0100)] 
README: add link to static docs
Sebastian Spaeth  [Tue, 16 Mar 2010 19:54:43 +0000  (20:54 +0100)] 
update documentation so it makes sense
Sebastian Spaeth  [Tue, 16 Mar 2010 19:36:04 +0000  (20:36 +0100)] 
add sphinx docs stubs (they don't make sense yet)
Sebastian Spaeth  [Tue, 16 Mar 2010 19:35:34 +0000  (20:35 +0100)] 
hgignore: update to ignore static documentation
Sebastian Spaeth  [Tue, 16 Mar 2010 16:10:57 +0000  (17:10 +0100)] 
implement Message.get_date() and Message.get_header()
Sebastian Spaeth  [Tue, 16 Mar 2010 15:41:33 +0000  (16:41 +0100)] 
implement stub for notmuch show. Remove finished ToDo items
Sebastian Spaeth  [Tue, 16 Mar 2010 15:20:47 +0000  (16:20 +0100)] 
implement Query.set_sort() and sort notmuch dump by message id
Sebastian Spaeth  [Tue, 16 Mar 2010 15:09:42 +0000  (16:09 +0100)] 
implement notmuch dump and Messages.len()
Sebastian Spaeth  [Tue, 16 Mar 2010 14:53:54 +0000  (15:53 +0100)] 
implement message counting
Sebastian Spaeth  [Tue, 16 Mar 2010 14:40:13 +0000  (15:40 +0100)] 
implement quoatation mangling in the notmuch binary
Sebastian Spaeth  [Tue, 16 Mar 2010 14:00:42 +0000  (15:00 +0100)] 
Fix iterator classes to not skip the first element when iterating
Sebastian Spaeth  [Tue, 16 Mar 2010 13:57:07 +0000  (14:57 +0100)] 
use logging.debug for debug output. Implement notmuch search-tags
Sebastian Spaeth  [Tue, 16 Mar 2010 13:45:01 +0000  (14:45 +0100)] 
Fixing the crashes that I was seeing
Sebastian Spaeth  [Tue, 16 Mar 2010 13:28:05 +0000  (14:28 +0100)] 
implement Query() and search_messages()
Sebastian Spaeth  [Tue, 16 Mar 2010 11:40:20 +0000  (12:40 +0100)] 
remove useless tags struct
Sebastian Spaeth  [Tue, 16 Mar 2010 11:39:47 +0000  (12:39 +0100)] 
Query() stub
Sebastian Spaeth  [Tue, 16 Mar 2010 11:28:05 +0000  (12:28 +0100)] 
some more stubs
Sebastian Spaeth  [Tue, 16 Mar 2010 11:24:52 +0000  (12:24 +0100)] 
nonfunctional changes in notmuch stub
Sebastian Spaeth  [Tue, 16 Mar 2010 11:21:18 +0000  (12:21 +0100)] 
add notmuch stub that will allow me to run the notmuch testsuite over the python bindings.
Sebastian Spaeth  [Tue, 16 Mar 2010 10:52:56 +0000  (11:52 +0100)] 
Find the notmuch shared lib rather than hardode a location
Sebastian Spaeth  [Tue, 16 Mar 2010 10:27:31 +0000  (11:27 +0100)] 
Implement Message(), Database.find_message(), Database.create()
Sebastian Spaeth  [Mon, 15 Mar 2010 16:12:52 +0000  (17:12 +0100)] 
improve README example session to reflect reality
Sebastian Spaeth  [Mon, 15 Mar 2010 15:00:11 +0000  (16:00 +0100)] 
Tags: clarify documentation: we can only iterate once over Tags, and free underlying tags once we iterated through.
Sebastian Spaeth  [Mon, 15 Mar 2010 14:47:15 +0000  (15:47 +0100)] 
initial revision. See README for what works
Sebastian Spaeth  [Tue, 16 Mar 2010 21:48:35 +0000  (22:48 +0100)] 
COPYING: add GPL v3+