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
2009-10-21
notmuch-private.h: Move NOTMUCH_BEGIN_DECLS earlier
Carl Worth
2009-10-21
notmuch_query_search: Clarify the documentation.
Carl Worth
2009-10-21
notmuch.h: Fix some copy-paste errors in the documentaton.
Carl Worth
2009-10-21
notmuch_message_get_message_id: Fix to cache result
Carl Worth
2009-10-21
database: Add new notmuch_database_find_message
Carl Worth
2009-10-21
Add notmuch_message_get_thread_ids function
Carl Worth
2009-10-21
Add wrappers for regcomp and regexec to xutil.c.
Carl Worth
2009-10-21
Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
Carl Worth
2009-10-21
Move find_prefix function from database.cc to message.cc
Carl Worth
2009-10-21
notmuch dump: Fix to print spaces between tags.
Carl Worth
2009-10-21
Convert notmuch_database_t to start using talloc.
Carl Worth
2009-10-21
Move declarations for xutil.c from notmuch-private to new xutil.h.
Carl Worth
2009-10-21
notmuch dump: Fix buffer overrun in error message.
Carl Worth
2009-10-21
notmuch setup: Collapse internal whitespace within message-id
Carl Worth
2009-10-21
notmuch dump: Fix the sorting of results.
Carl Worth
2009-10-21
add_message: Add a type:mail ("Kmail") term to all documents.
Carl Worth
2009-10-21
notmuch setup: Print a few protecting spaces after progress reports.
Carl Worth
2009-10-20
.gitignore: Ignore generated file Makefile.dep
Carl Worth
2009-10-20
database: Remove two little bits of dead code.
Carl Worth
2009-10-20
query: Remove the magic NOTMUCH_QUERY_ALL
Carl Worth
2009-10-20
notmuch dump: Free each message as it's used.
Carl Worth
2009-10-20
Add destroy functions for results, message, and tags.
Carl Worth
2009-10-20
Rename our talloc destructor functions to _destructor.
Carl Worth
2009-10-20
Implement 'notmuch dump'.
Carl Worth
2009-10-20
Rename private notmuch_message_t to notmuch_message_file_t
Carl Worth
2009-10-20
Makefile: Add automatic dependency tracking to the Makefile.
Carl Worth
2009-10-20
notmuch: Fix setup so that accepting the default mail path works.
Carl Worth
2009-10-20
message: Use g_hash_table_destroy instead of g_hash_table_unref
Carl Worth
2009-10-20
add_message: Fix memory leak of thread_ids GPtrArray.
Carl Worth
2009-10-20
database.cc: Document better pieces of glib that we're using.
Carl Worth
2009-10-20
message.c: Free leaked memory in notmuch_message object
Carl Worth
2009-10-20
notmuch: Use GNU libc getline() instead of glib GIOChannel
Carl Worth
2009-10-20
notmuch_database_open: Fix error message for file-not-found.
Carl Worth
2009-10-20
Add some explanation about NOTMUCH_BASE to setup_command.
Carl Worth
2009-10-20
notmuch_database_create/open: Fix to handle NULL as documented.
Carl Worth
2009-10-20
notmuch_message_get_header: Fix bogus return of NULL header.
Carl Worth
2009-10-19
notmuch: Revamp help message a bit.
Carl Worth
2009-10-19
notmuch: Ignore files that don't look like email messages.
Carl Worth
2009-10-19
Protect definition of _GNU_SOURCE.
Carl Worth
2009-10-19
Remove test programs, xapian-dump and notmuch-index-message
Carl Worth
2009-10-19
notmuch: Reword the progress report slightly.
Carl Worth
2009-10-19
Rework message parsing to use getline rather than mmap.
Carl Worth
2009-10-19
Don't hash headers we won't end up using.
Carl Worth
2009-10-19
Document which pieces of glib we're still using.
Carl Worth
2009-10-19
Hook up our fancy new notmuch_parse_date function.
Carl Worth
2009-10-19
notmuch_parse_date: Handle a NULL date string gracefully.
Carl Worth
2009-10-19
date.c: Rename function to notmuch_parse_date
Carl Worth
2009-10-19
date.c: Add hard-coded definition of HAVE_TIMEZONE
Carl Worth
2009-10-19
date.c: Don't use glib's slice allocator.
Carl Worth
2009-10-19
date.c: Remove occurrences of gboolean.
Carl Worth
[next]