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
/
notmuch.h
Age
Commit message (
Expand
)
Author
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth
2009-11-02
Remove notmuch_message_get_header_size and notmuch_message_get_all_headers
Carl Worth
2009-10-31
Rename message_results/thread_results to messages/threads.
Carl Worth
2009-10-29
notmuch search: Add (relative) date to search output
Carl Worth
2009-10-29
notmuch show: Add a one-line summary of the message before the header.
Carl Worth
2009-10-29
notmuch show: Add body of message as well.
Carl Worth
2009-10-29
notmuch show: Initial implementation (headers only)
Carl Worth
2009-10-28
Fix add_message and get_filename to strip/re-add the database path.
Carl Worth
2009-10-27
notmuch_database_add_message: Do not return a message on failure.
Carl Worth
2009-10-26
notmuch restore: Fix to remove all tags before adding tags.
Carl Worth
2009-10-26
add_message: Add an optional parameter for getting the just-added message.
Carl Worth
2009-10-26
Add public notmuch_thread_get_subject
Carl Worth
2009-10-26
Add notmuch_thread_get_tags
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
Change database to store only a single thread ID per message.
Carl Worth
2009-10-25
add_message: Propagate error status from notmuch_message_create_for_message_id
Carl Worth
2009-10-24
notmuch_database_create: Document idea to (optionally) return a status
Carl Worth
2009-10-23
Re-order documentation a bit.
Carl Worth
2009-10-23
notmuch_message_get_filename: Improve documentation.
Carl Worth
2009-10-23
Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID
Carl Worth
2009-10-23
Clean up comments to not include spaces before tabs.
Carl Worth
2009-10-23
Clarify documentation and error string for NOTMUCH_STATUS_TAG_TOO_LONG
Carl Worth
2009-10-23
Add notmuch_database_set_timestamp and notmuch_database_get_timestamp
Carl Worth
2009-10-23
Fix notmuch_message_get_message_id to never return NULL.
Carl Worth
2009-10-23
Add notmuch_message_get_filename
Carl Worth
2009-10-22
Generate message ID (using SHA1) when a mail message contains none.
Carl Worth
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
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
database: Add new notmuch_database_find_message
Carl Worth
2009-10-21
Add notmuch_message_get_thread_ids function
Carl Worth
2009-10-20
query: Remove the magic NOTMUCH_QUERY_ALL
Carl Worth
2009-10-20
Add destroy functions for results, message, and tags.
Carl Worth
2009-10-20
Implement 'notmuch dump'.
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-18
notmuch: Start actually adding messages to the index.
Carl Worth