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-25
Rework Makefile just a bit to enable adding flags for more compiler warnings
Carl Worth
2009-10-25
_notmuch_database_linke_message: Fix error-status propagation.
Carl Worth
2009-10-25
Change database to store only a single thread ID per message.
Carl Worth
2009-10-25
link_message: Remove dead code.
Carl Worth
2009-10-25
add_message: Pull the thread-stitching portion out into new _notmuch_database_link_message
Carl Worth
2009-10-25
Add an INTERNAL_ERROR macro and use it for all internal errors.
Carl Worth
2009-10-25
add_message: Propagate error status from notmuch_message_create_for_message_id
Carl Worth
2009-10-25
notmuch dump: Eliminate extra space in error message.
Carl Worth
2009-10-25
Move read-only-archive hint from "notmuch setup" to "notmuch new"
Carl Worth
2009-10-25
Add comment documenting our current database schema.
Carl Worth
2009-10-25
Drop the storage of thread ID(s) in a value.
Carl Worth
2009-10-25
Convert notmuch_thread_ids_t to notmuch_terms_t
Carl Worth
2009-10-25
Implement notmuch_tags_t on top of new notmuch_terms_t
Carl Worth
2009-10-24
Shuffle the value numbers around in the database.
Carl Worth
2009-10-24
Invent our own prefix values.
Carl Worth
2009-10-24
Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.
Carl Worth
2009-10-24
Change all occurrences of "msgid" to "id".
Carl Worth
2009-10-24
Add bash-completion script for notmuch.
Carl Worth
2009-10-24
Add the magic to allow searches such as "tag:inbox".
Carl Worth
2009-10-24
Use _find_prefix instead of hard-coded term in notmuch_query_search
Carl Worth
2009-10-24
Fix bit-twiddling brain damage in notmuch_query_search
Carl Worth
2009-10-24
Add debugging code for examining query strings.
Carl Worth
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
[prev]
[next]