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
path:
root
/
database.cc
Age
Commit message (
Expand
)
Author
2009-10-21
Add notmuch_status_to_string function.
Carl Worth
2009-10-21
Add notmuch_message_add_tag and notmuch_message_remove_tag
Carl Worth
2009-10-21
database: Add new notmuch_database_find_message
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
Convert notmuch_database_t to start using talloc.
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-20
database: Remove two little bits of dead code.
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
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
notmuch_database_open: Fix error message for file-not-found.
Carl Worth
2009-10-20
notmuch_database_create/open: Fix to handle NULL as documented.
Carl Worth
2009-10-19
notmuch: Ignore files that don't look like email messages.
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: Switch from gmime to custom, ad-hoc parsing of headers.
Carl Worth
2009-10-18
notmuch: Start actually adding messages to the index.
Carl Worth
[prev]