]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-03-24 Sebastian SpaethFactor Messages() and Message() out into their own...
2010-03-24 Sebastian Spaethnotmuch: Implement 'notmuch search'
2010-03-24 Sebastian SpaethImplement Thread() and Threads()
2010-03-24 Sebastian Spaethdocs: Update documentation
2010-03-22 Sebastian SpaethAdded tag v0.1.1 for changeset 4fdbf2935cdf
2010-03-22 Sebastian SpaethMake __VERSION__ available via cnotmuch.notmuch.__VERSI...
2010-03-22 Sebastian Spaethnotmuch: use new function Database().create_query(...
2010-03-22 Sebastian SpaethFix Database().create_query() to actually initialize...
2010-03-22 Sebastian Spaethsetup.py and MANIFEST.in for the 0.1 release. Unfortuna...
2010-03-22 Sebastian SpaethAdded tag v0.1 for changeset 27f38f75d27d
2010-03-19 Sebastian SpaethImplement Message.get_replies()
2010-03-19 Sebastian Spaethdocs: Add missing newline that broke formatting
2010-03-19 Sebastian SpaethAdd Database.create_query() as a shorthand for db=Datab...
2010-03-19 Sebastian SpaethDatabase(): implement as of yet untested add_message...
2010-03-19 Sebastian Spaethdocs: Various typo fixes in docstrings
2010-03-19 Sebastian SpaethDatabase(): Factor out the test for an initialized...
2010-03-19 Sebastian Spaethimplement Message.get_thread_id()
2010-03-19 Sebastian Spaethnotmuch restore: only delete a message's old tags if...
2010-03-19 Sebastian Spaethhgignore: ignore test/test*
2010-03-19 Sebastian Spaethnotmuch: implement restore. We pass now all 'dump'...
2010-03-19 Sebastian Spaethnotmuch: Use Query.count_messages() rather len(Query...
2010-03-19 Sebastian SpaethQuery(): Fix _nmlib -> nmlib type & clarify docs a bit
2010-03-19 Sebastian SpaethImplement Database.count_messages()
2010-03-18 Sebastian Spaethnotmuch: implement dump to file. Fake notmuch new by...
2010-03-18 Sebastian Spaethadd original notmuch testsuite
2010-03-18 Sebastian Spaethmention NOTMUCH_CONFIG in the notmuch docstring
2010-03-18 Sebastian SpaethDatabase(): honor NOTMUCH_CONFIG env variable for readi...
2010-03-18 Sebastian SpaethImplement Message.freeze(), thaw(), and remove_all_tags()
2010-03-18 Sebastian Spaethdocs: stub out remaining missing bindings to get a...
2010-03-18 Sebastian Spaethimplement Database.get_version() and Database.needs_upg...
2010-03-17 Sebastian Spaethnotmuch: implement tag command
2010-03-17 Sebastian Spaethnotmuch: fix to use new Query.SORT enum
2010-03-17 Sebastian SpaethImplement Message.add|remove_tag() and documentation
2010-03-17 Sebastian Spaethdocs: doc improvements
2010-03-17 Sebastian Spaethmany doc improvements, fixed at least one bug due to...
2010-03-17 Sebastian SpaethImprove source documentation
2010-03-17 Sebastian SpaethImplement an Enum class and make the STATUS object one
2010-03-17 Sebastian SpaethREADME: add link to static docs
2010-03-16 Sebastian Spaethupdate documentation so it makes sense
2010-03-16 Sebastian Spaethadd sphinx docs stubs (they don't make sense yet)
2010-03-16 Sebastian Spaethhgignore: update to ignore static documentation
2010-03-16 Sebastian Spaethimplement Message.get_date() and Message.get_header()
2010-03-16 Sebastian Spaethimplement stub for notmuch show. Remove finished ToDo...
2010-03-16 Sebastian Spaethimplement Query.set_sort() and sort notmuch dump by...
2010-03-16 Sebastian Spaethimplement notmuch dump and Messages.len()
2010-03-16 Sebastian Spaethimplement message counting
2010-03-16 Sebastian Spaethimplement quoatation mangling in the notmuch binary
2010-03-16 Sebastian SpaethFix iterator classes to not skip the first element...
2010-03-16 Sebastian Spaethuse logging.debug for debug output. Implement notmuch...
2010-03-16 Sebastian SpaethFixing the crashes that I was seeing
2010-03-16 Sebastian Spaethimplement Query() and search_messages()
2010-03-16 Sebastian Spaethremove useless tags struct
2010-03-16 Sebastian SpaethQuery() stub
2010-03-16 Sebastian Spaethsome more stubs
2010-03-16 Sebastian Spaethnonfunctional changes in notmuch stub
2010-03-16 Sebastian Spaethadd notmuch stub that will allow me to run the notmuch...
2010-03-16 Sebastian SpaethFind the notmuch shared lib rather than hardode a location
2010-03-16 Sebastian SpaethImplement Message(), Database.find_message(), Database...
2010-03-15 Sebastian Spaethimprove README example session to reflect reality
2010-03-15 Sebastian SpaethTags: clarify documentation: we can only iterate once...
2010-03-15 Sebastian Spaethinitial revision. See README for what works
2010-03-16 Sebastian SpaethCOPYING: add GPL v3+
2010-03-11 Sebastian Spaethnotmuch-show: add tags to json output
2010-03-10 Carl Worthemacs: Fix search refresh when on the last line of...
2010-03-10 Carl Worthemacs: Adjust search refresh to use a target line not...
2010-03-10 Carl WorthMakefile: Fix Makefiles to depend on all child Makefile...
2010-03-10 Carl WorthMakefile: Use 'emacs --quick' for a less noisy build...
2010-03-10 Carl WorthMakefile: Add a message after "make install-emacs"
2010-03-10 Carl WorthMakefile: Conditionalize the "make install" message.
2010-03-10 Carl WorthMakefile: Simplify the conditional message of the all...
2010-03-10 Carl WorthMakefile: Add message to make install listing the other...
2010-03-10 Carl WorthMakefile: Add a meesage after "make" telling the user...
2010-03-10 Carl WorthMakefile: Rename all_deps to global_deps
2010-03-10 Carl WorthAdd is:<tag> as a synonym for tag:<tag> in search terms.
2010-03-09 David Bremneremacs: Move emacs UI (currently just one file) to subdi...
2010-03-09 Carl WorthINSTALL: Include Fedora command for installing dependen...
2010-03-09 Carl WorthINSTALL: Add a pointer to ./configure --help
2010-03-09 Carl Worthlib: Silence a compiler warning.
2010-03-09 Carl Worthemacs: Fix refresh of search results to leave cursor...
2010-03-09 Fernando CarrijoFix a few documentation typos in notmuch.h
2010-03-09 Fernando CarrijoUpdate documentation of notmuch_query_create
2010-03-09 Carl Worthnotmuch show: Don't show empty headers.
2010-03-09 Carl WorthTODO: Add proposal for a saved-search interface.
2010-03-09 Carl WorthTODO: Remove many items that have been completed recently.
2010-03-09 Carl Worthemacs: Fix documentation of notmuch-search-remove-tag.
2010-03-09 Carl Worthlib: Document what move_to_next does at the end of...
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-03-09 Carl Worthemacs: Fix backspace to not scroll more than the previo...
2010-03-09 Carl Worthemacs: Unbreak notmuch-show-rewind (the function to...
2010-02-26 Carl Worthemacs: Make 'n' and 'p' navigate only open messages.
2010-02-26 Carl Worthemacs: Don't open unread messages by default.
2010-02-25 Carl Worthcontrol: Update package description to follow upstream...
2010-02-25 Carl WorthREADME: Mention that notmuch only supports maildir...
2010-02-25 Carl Worthemacs: Avoid removing the unread tag due to internal...
2010-02-25 Jameson RollinsSimplify "unread" tag handling in emacs UI.
2010-02-23 Carl WorthTODO: We should fix the --format=json option to not...
2010-02-23 Carl Worthnotmuch search: Use "thread" rather than "id" when...
2010-02-23 Carl Worthjson: Add copy of MIT license text from cJSON
2010-02-23 Scott RobinsonAdd an "--format=(json|text)" command-line option to...
2010-02-23 Carl WorthTODO: Rename the proposed --for option to --output
next