index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
message.cc
Commit message (
Expand
)
Author
Age
*
Add -Wmising-declarations and fix warnings.
Carl Worth
2009-10-25
*
Change database to store only a single thread ID per 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
*
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-25
*
Shuffle the value numbers around in the database.
Carl Worth
2009-10-24
*
Change all occurrences of "msgid" to "id".
Carl Worth
2009-10-24
*
Move the prefix-string arrays back into database.cc from message.cc
Carl Worth
2009-10-24
*
_find_prefix: Exit when given an invalid prefix name.
Carl Worth
2009-10-23
*
Add notmuch_database_set_timestamp and notmuch_database_get_timestamp
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
*
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
*
-
.
Merge branch from fixing up bugs after bisecting.
Carl Worth
2009-10-21
|
\
\
|
*
|
Fix lifetime-maintenance bug with std::string and c_str()
Carl Worth
2009-10-21
*
|
|
Add notmuch_message_add_tag and notmuch_message_remove_tag
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
*
Move find_prefix function from database.cc to message.cc
Carl Worth
2009-10-21
*
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