index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-03-19
Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")
Sebastian Spaeth
2010-03-19
Database(): implement as of yet untested add_message() and remove_message()
Sebastian Spaeth
2010-03-19
docs: Various typo fixes in docstrings
Sebastian Spaeth
2010-03-19
Database(): Factor out the test for an initialized self._db
Sebastian Spaeth
2010-03-19
implement Message.get_thread_id()
Sebastian Spaeth
2010-03-19
notmuch restore: only delete a message's old tags if they are not a subset of the new ones.
Sebastian Spaeth
2010-03-19
hgignore: ignore test/test*
Sebastian Spaeth
2010-03-19
notmuch: implement restore. We pass now all 'dump' and 'restore' tests in the test suite
Sebastian Spaeth
2010-03-19
notmuch: Use Query.count_messages() rather len(Query.search_messages())
Sebastian Spaeth
2010-03-19
Query(): Fix _nmlib -> nmlib type & clarify docs a bit
Sebastian Spaeth
2010-03-19
Implement Database.count_messages()
Sebastian Spaeth
2010-03-18
notmuch: implement dump to file. Fake notmuch new by calling the real notmuch to enable running the testsuite
Sebastian Spaeth
2010-03-18
add original notmuch testsuite
Sebastian Spaeth
2010-03-18
mention NOTMUCH_CONFIG in the notmuch docstring
Sebastian Spaeth
2010-03-18
Database(): honor NOTMUCH_CONFIG env variable for reading the standard database location.
Sebastian Spaeth
2010-03-18
Implement Message.freeze(), thaw(), and remove_all_tags()
Sebastian Spaeth
2010-03-18
docs: stub out remaining missing bindings to get a reminder
Sebastian Spaeth
2010-03-18
implement Database.get_version() and Database.needs_upgrade()
Sebastian Spaeth
2010-03-17
notmuch: implement tag command
Sebastian Spaeth
2010-03-17
notmuch: fix to use new Query.SORT enum
Sebastian Spaeth
2010-03-17
Implement Message.add|remove_tag() and documentation
Sebastian Spaeth
2010-03-17
docs: doc improvements
Sebastian Spaeth
2010-03-17
many doc improvements, fixed at least one bug due to parameter renaming
Sebastian Spaeth
2010-03-17
Improve source documentation
Sebastian Spaeth
2010-03-17
Implement an Enum class and make the STATUS object one
Sebastian Spaeth
2010-03-17
README: add link to static docs
Sebastian Spaeth
2010-03-16
update documentation so it makes sense
Sebastian Spaeth
2010-03-16
add sphinx docs stubs (they don't make sense yet)
Sebastian Spaeth
2010-03-16
hgignore: update to ignore static documentation
Sebastian Spaeth
2010-03-16
implement Message.get_date() and Message.get_header()
Sebastian Spaeth
2010-03-16
implement stub for notmuch show. Remove finished ToDo items
Sebastian Spaeth
2010-03-16
implement Query.set_sort() and sort notmuch dump by message id
Sebastian Spaeth
2010-03-16
implement notmuch dump and Messages.len()
Sebastian Spaeth
2010-03-16
implement message counting
Sebastian Spaeth
2010-03-16
implement quoatation mangling in the notmuch binary
Sebastian Spaeth
2010-03-16
Fix iterator classes to not skip the first element when iterating
Sebastian Spaeth
2010-03-16
use logging.debug for debug output. Implement notmuch search-tags
Sebastian Spaeth
2010-03-16
Fixing the crashes that I was seeing
Sebastian Spaeth
2010-03-16
implement Query() and search_messages()
Sebastian Spaeth
2010-03-16
remove useless tags struct
Sebastian Spaeth
2010-03-16
Query() stub
Sebastian Spaeth
2010-03-16
some more stubs
Sebastian Spaeth
2010-03-16
nonfunctional changes in notmuch stub
Sebastian Spaeth
2010-03-16
add notmuch stub that will allow me to run the notmuch testsuite over the python bindings.
Sebastian Spaeth
2010-03-16
Find the notmuch shared lib rather than hardode a location
Sebastian Spaeth
2010-03-16
Implement Message(), Database.find_message(), Database.create()
Sebastian Spaeth
2010-03-15
improve README example session to reflect reality
Sebastian Spaeth
2010-03-15
Tags: clarify documentation: we can only iterate once over Tags, and free underlying tags once we iterated through.
Sebastian Spaeth
2010-03-15
initial revision. See README for what works
Sebastian Spaeth
2010-03-16
COPYING: add GPL v3+
Sebastian Spaeth
[prev]
[next]