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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-10-28
TODO: Update now that full-text indexing is in.
Carl Worth
2009-10-28
Fix add_message and get_filename to strip/re-add the database path.
Carl Worth
2009-10-28
notmuch setup/new: Print progress once per second instead of after 1000 files.
Carl Worth
2009-10-28
index: Don't bother indexing quoted portions of messages (and signatures).
Carl Worth
2009-10-28
notmuch_database_add_message: Sanity check the file as the first thing
Carl Worth
2009-10-28
Tweak formatting of internal error messages.
Carl Worth
2009-10-28
index: Store "Full Name <user@example.com>" addressses in the database
Carl Worth
2009-10-28
Add full-text indexing using the GMime library for parsing.
Carl Worth
2009-10-28
notmuch search: Clarify documentation of implicit Boolean operators
Carl Worth
2009-10-28
TODO: A couple new items.
Carl Worth
2009-10-28
TODO: Remove a couple of since-completed items.
Carl Worth
2009-10-28
notmuch help: Review and augment all of the "notmuch help" documentation.
Carl Worth
2009-10-28
notmuch help: Be less verbose by default and support detailed help
Carl Worth
2009-10-27
notmuch tag: Fix crash when removing a tag that didn't exist
Carl Worth
2009-10-27
Fix segfault in case of the database lock not being available.
Carl Worth
2009-10-27
Update prefix so that "thread:" can be used in search strings.
Carl Worth
2009-10-27
Add new "notmuch tag" command for adding/removing tags.
Carl Worth
2009-10-27
notmuch_database_add_message: Do not return a message on failure.
Carl Worth
2009-10-27
notmuch_database_close: Explicitly flush the Xapian database.
Carl Worth
2009-10-27
Merge branch to fix broken "notmuch setup" and "notmuch new"
Carl Worth
2009-10-27
Fix "notmuch new" (bad performance, and no committing of results).
Carl Worth
2009-10-27
Unbreak the "notmuch setup" command.
Carl Worth
2009-10-27
TODO: Several more ideas that have come to mind, that I don't want to forget.
Carl Worth
2009-10-27
TODO: More notes on archive-thread and race conditions.
Carl Worth
2009-10-27
TODO: Add "notmuch tag" and thoughts on avoiding races in archiving threads.
Carl Worth
2009-10-26
notmuch restore: Fix to remove all tags before adding tags.
Carl Worth
2009-10-26
notmuch restore: Don't bother printing tag values.
Carl Worth
2009-10-26
add_message: Add an optional parameter for getting the just-added message.
Carl Worth
2009-10-26
Fix incorrect name of _notmuch_thread_get_subject.
Carl Worth
2009-10-26
Add public notmuch_thread_get_subject
Carl Worth
2009-10-26
Remove all calls to g_strdup_printf
Carl Worth
2009-10-26
Add notmuch_thread_get_tags
Carl Worth
2009-10-26
tags: Replace sort() and reset() with prepare_iterator().
Carl Worth
2009-10-26
Fix memory leak in notmuch_thread_results_t
Carl Worth
2009-10-26
tags: Re-implement tags iterator to avoid having C++ in the interface
Carl Worth
2009-10-26
notmuch restore: Fix leak of FILE* object.
Carl Worth
2009-10-26
Hide away the details of the implementation of notmuch_tags_t.
Carl Worth
2009-10-26
Move terms and tags code to a new tags.cc file.
Carl Worth
2009-10-26
results_get: Fix to return NULL if past the end of the results
Carl Worth
2009-10-25
Add TODO file.
Carl Worth
2009-10-25
Add an initial implementation of a notmuch_thread_t object.
Carl Worth
2009-10-25
Rename notmuch_query_search to notmuch_query_search_messages
Carl Worth
2009-10-25
Drop dead function add_term.
Carl Worth
2009-10-25
Fix missing xapian-flags when generating dependencies.
Carl Worth
2009-10-25
Drop unused variable.
Carl Worth
2009-10-25
Add -Wswitch-enum and fix warnings.
Carl Worth
2009-10-25
Add -Wmising-declarations and fix warnings.
Carl Worth
2009-10-25
Add -Wwrite-strings and fix warnings.
Carl Worth
2009-10-25
Re-enable the warning for unused parameters.
Carl Worth
2009-10-25
Add -Wextra and fix warnings.
Carl Worth
[prev]
[next]