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-24
Add a preliminary "notmuch search" command.
Carl Worth
2009-10-24
notmuch_database_create: Document idea to (optionally) return a status
Carl Worth
2009-10-24
notmuch setup/new: Propagate failure from notmuch_database_set_timestamp
Carl Worth
2009-10-24
Fix timestamp generation to avoid overflowing the term limit
Carl Worth
2009-10-24
Trim down prefix list to things we are actually using.
Carl Worth
2009-10-24
Move the prefix-string arrays back into database.cc from message.cc
Carl Worth
2009-10-24
Revert "Remove some unneeded initializers."
Carl Worth
2009-10-23
Cut the enthusiasm a bit.
Carl Worth
2009-10-23
Make "notmuch new" ignore directories that are read-only.
Carl Worth
2009-10-23
add_files: Pull one stat out of the recrusive function.
Carl Worth
2009-10-23
More fixing of plurals.
Carl Worth
2009-10-23
More care in final status reporting.
Carl Worth
2009-10-23
Print a better message than "0s" for zero seconds.
Carl Worth
2009-10-23
Add new "notmuch new" command.
Carl Worth
2009-10-23
add_files: Change to return a status value instead of void
Carl Worth
2009-10-23
notmuch setup: Clean up the progress printing a bit.
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
Remove some unneeded initializers.
Carl Worth
2009-10-23
notmuch setup: Fix a couple of error paths.
Carl Worth
2009-10-23
_find_prefix: Exit when given an invalid prefix name.
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
database: Add private find_unique_doc_id and find_unique_document functions
Carl Worth
2009-10-23
database: Similarly rename find_message_by_docid to find_document_for_doc_id
Carl Worth
2009-10-23
database: Rename internal find_messages_by_term to find_doc_ids
Carl Worth
2009-10-23
sha1: Add new notmuch_sha1_of_string function
Carl Worth
2009-10-23
notmuch restore: Print names of tags that cannot be applied
Carl Worth
2009-10-23
notmuch_tags_has_more: Fix to use string.empty rather than string.size
Carl Worth
2009-10-23
Fix notmuch_message_get_message_id to never return NULL.
Carl Worth
2009-10-23
add_message: Fix to not add multiple documents with the same message ID
Carl Worth
2009-10-23
Add _notmuch_message_create_for_message_id
Carl Worth
2009-10-23
Fix _notmuch_message_create to catch Xapian DocNotFoundError.
Carl Worth
2009-10-23
Add internal functions for manipulating a new notmuch_message_t
Carl Worth
2009-10-23
Add notmuch_message_get_filename
Carl Worth
2009-10-23
add_message: Re-order the code a bit (find message-id first).
Carl Worth
2009-10-23
Move thread_id generation code from database.cc to message.cc
Carl Worth
2009-10-23
Move the _notmuch_message_sync from private to public interfaces
Carl Worth
2009-10-23
add_message: Rename message to message_file
Carl Worth
2009-10-22
Prevent that last bug from reoccurring.
Carl Worth
2009-10-22
Don't forget the "to" header when restrict parsing to certain headers
Carl Worth
2009-10-22
Fix missing error check.
Carl Worth
2009-10-22
Generate message ID (using SHA1) when a mail message contains none.
Carl Worth
2009-10-21
Rename sha1.c to libsha1.c
Carl Worth
2009-10-21
Merge branch from fixing up bugs after bisecting.
Carl Worth
2009-10-21
Bring back the insert_thread_id function.
Carl Worth
2009-10-21
Fix lifetime-maintenance bug with std::string and c_str()
Carl Worth
2009-10-21
List a few more co-conspirators.
Carl Worth
[prev]
[next]