aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-16use logging.debug for debug output. Implement notmuch search-tagsSebastian Spaeth
2010-03-16Fixing the crashes that I was seeingSebastian Spaeth
2010-03-16implement Query() and search_messages()Sebastian Spaeth
2010-03-16remove useless tags structSebastian Spaeth
2010-03-16Query() stubSebastian Spaeth
2010-03-16some more stubsSebastian Spaeth
2010-03-16nonfunctional changes in notmuch stubSebastian Spaeth
2010-03-16add notmuch stub that will allow me to run the notmuch testsuite over the python bindings.Sebastian Spaeth
2010-03-16Find the notmuch shared lib rather than hardode a locationSebastian Spaeth
2010-03-16Implement Message(), Database.find_message(), Database.create()Sebastian Spaeth
2010-03-15improve README example session to reflect realitySebastian Spaeth
2010-03-15Tags: clarify documentation: we can only iterate once over Tags, and free underlying tags once we iterated through.Sebastian Spaeth
2010-03-15initial revision. See README for what worksSebastian Spaeth
2010-03-16COPYING: add GPL v3+Sebastian Spaeth
2010-03-11notmuch-show: add tags to json outputSebastian Spaeth
2010-03-10emacs: Fix search refresh when on the last line of a search buffer.Carl Worth
2010-03-10emacs: Adjust search refresh to use a target line not a target position.Carl Worth
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-03-10Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Carl Worth
2010-03-10Makefile: Add a message after "make install-emacs"Carl Worth
2010-03-10Makefile: Conditionalize the "make install" message.Carl Worth
2010-03-10Makefile: Simplify the conditional message of the all target.Carl Worth
2010-03-10Makefile: Add message to make install listing the other install targets.Carl Worth
2010-03-09Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth
2010-03-09Makefile: Rename all_deps to global_depsCarl Worth
2010-03-09Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth
2010-03-09emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner
2010-03-09INSTALL: Include Fedora command for installing dependencies of notmuch.Carl Worth
2010-03-09INSTALL: Add a pointer to ./configure --helpCarl Worth
2010-03-09lib: Silence a compiler warning.Carl Worth
2010-03-09emacs: Fix refresh of search results to leave cursor on current thread.Carl Worth
2010-03-09Fix a few documentation typos in notmuch.hFernando Carrijo
2010-03-09Update documentation of notmuch_query_createFernando Carrijo
2010-03-09notmuch show: Don't show empty headers.Carl Worth
2010-03-09TODO: Add proposal for a saved-search interface.Carl Worth
2010-03-09TODO: Remove many items that have been completed recently.Carl Worth
2010-03-09emacs: Fix documentation of notmuch-search-remove-tag.Carl Worth
2010-03-09lib: Document what move_to_next does at the end of the list.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-03-09emacs: Fix backspace to not scroll more than the previous messageCarl Worth
2010-03-09emacs: Unbreak notmuch-show-rewind (the function to which Backspace is bound)Carl Worth
2010-02-26emacs: Make 'n' and 'p' navigate only open messages.Carl Worth
2010-02-26emacs: Don't open unread messages by default.Carl Worth
2010-02-25control: Update package description to follow upstream README.Carl Worth
2010-02-25README: Mention that notmuch only supports maildir or mh format.Carl Worth
2010-02-24emacs: Avoid removing the unread tag due to internal navigationCarl Worth
2010-02-24Simplify "unread" tag handling in emacs UI.Jameson Rollins
2010-02-23TODO: We should fix the --format=json option to not imply --entire-thread.Carl Worth
2010-02-23notmuch search: Use "thread" rather than "id" when formatting with JSONCarl Worth
2010-02-23json: Add copy of MIT license text from cJSONCarl Worth