]> git.notmuchmail.org Git - notmuch/history - database.cc
notmuch restore: Don't bother printing tag values.
[notmuch] / database.cc
2009-10-27 Carl Worthadd_message: Add an optional parameter for getting...
2009-10-26 Carl WorthRemove all calls to g_strdup_printf
2009-10-25 Carl WorthDrop dead function add_term.
2009-10-25 Carl WorthAdd -Wswitch-enum and fix warnings.
2009-10-25 Carl WorthAdd -Wmising-declarations and fix warnings.
2009-10-25 Carl Worth_notmuch_database_linke_message: Fix error-status propa...
2009-10-25 Carl WorthChange database to store only a single thread ID per...
2009-10-25 Carl Worthlink_message: Remove dead code.
2009-10-25 Carl Worthadd_message: Pull the thread-stitching portion out...
2009-10-25 Carl WorthAdd an INTERNAL_ERROR macro and use it for all internal...
2009-10-25 Carl Worthadd_message: Propagate error status from notmuch_messag...
2009-10-25 Carl WorthAdd comment documenting our current database schema.
2009-10-25 Carl WorthDrop the storage of thread ID(s) in a value.
2009-10-25 Carl WorthShuffle the value numbers around in the database.
2009-10-25 Carl WorthInvent our own prefix values.
2009-10-25 Carl WorthSplit BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.
2009-10-25 Carl WorthChange all occurrences of "msgid" to "id".
2009-10-25 Carl WorthAdd the magic to allow searches such as "tag:inbox".
2009-10-25 Carl WorthFix timestamp generation to avoid overflowing the term...
2009-10-25 Carl WorthTrim down prefix list to things we are actually using.
2009-10-25 Carl WorthMove the prefix-string arrays back into database.cc...
2009-10-23 Carl WorthAdd NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID
2009-10-23 Carl WorthClarify documentation and error string for NOTMUCH_STAT...
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthdatabase: Add private find_unique_doc_id and find_uniqu...
2009-10-23 Carl Worthdatabase: Similarly rename find_message_by_docid to...
2009-10-23 Carl Worthdatabase: Rename internal find_messages_by_term to...
2009-10-23 Carl Worthadd_message: Fix to not add multiple documents with...
2009-10-23 Carl Worthadd_message: Re-order the code a bit (find message...
2009-10-23 Carl WorthMove thread_id generation code from database.cc to...
2009-10-23 Carl Worthadd_message: Rename message to message_file
2009-10-22 Carl WorthDon't forget the "to" header when restrict parsing...
2009-10-22 Carl WorthFix missing error check.
2009-10-22 Carl WorthGenerate message ID (using SHA1) when a mail message...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-22 Carl WorthBring back the insert_thread_id function.
2009-10-21 Carl WorthAdd notmuch_status_to_string function.
2009-10-21 Carl WorthAdd notmuch_message_add_tag and notmuch_message_remove_tag
2009-10-21 Carl Worthdatabase: Add new notmuch_database_find_message
2009-10-21 Carl WorthRename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
2009-10-21 Carl WorthMove find_prefix function from database.cc to message.cc
2009-10-21 Carl WorthConvert notmuch_database_t to start using talloc.
2009-10-21 Carl Worthnotmuch setup: Collapse internal whitespace within...
2009-10-21 Carl Worthnotmuch dump: Fix the sorting of results.
2009-10-21 Carl Worthadd_message: Add a type:mail ("Kmail") term to all...
2009-10-21 Carl Worthdatabase: Remove two little bits of dead code.
2009-10-21 Carl WorthImplement 'notmuch dump'.
2009-10-20 Carl WorthRename private notmuch_message_t to notmuch_message_file_t
2009-10-20 Carl Worthadd_message: Fix memory leak of thread_ids GPtrArray.
2009-10-20 Carl Worthdatabase.cc: Document better pieces of glib that we...
2009-10-20 Carl Worthnotmuch_database_open: Fix error message for file-not...
2009-10-20 Carl Worthnotmuch_database_create/open: Fix to handle NULL as...
2009-10-20 Carl Worthnotmuch: Ignore files that don't look like email messages.
2009-10-19 Carl WorthDon't hash headers we won't end up using.
2009-10-19 Carl WorthDocument which pieces of glib we're still using.
2009-10-19 Carl WorthHook up our fancy new notmuch_parse_date function.
2009-10-19 Carl Worthnotmuch: Switch from gmime to custom, ad-hoc parsing...
2009-10-19 Carl Worthnotmuch: Start actually adding messages to the index.