projects
/
notmuch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add comment documenting our current database schema.
[notmuch]
/
database.cc
2009-10-25
Carl Worth
Add comment documenting our current database schema.
blob
|
commitdiff
|
raw
2009-10-25
Carl Worth
Drop the storage of thread ID(s) in a value.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Shuffle the value numbers around in the database.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Invent our own prefix values.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Split BOOLEAN_PREFIX into INTERNAL and EXTERNAL subsets.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Change all occurrences of "msgid" to "id".
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Add the magic to allow searches such as "tag:inbox".
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Fix timestamp generation to avoid overflowing the term...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Trim down prefix list to things we are actually using.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Carl Worth
Move the prefix-string arrays back into database.cc...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
Add NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
Clarify documentation and error string for NOTMUCH_STAT...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
Add notmuch_database_set_timestamp and notmuch_database...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
database: Add private find_unique_doc_id and find_uniqu...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
database: Similarly rename find_message_by_docid to...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
database: Rename internal find_messages_by_term to...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
add_message: Fix to not add multiple documents with...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
add_message: Re-order the code a bit (find message...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
Move thread_id generation code from database.cc to...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Carl Worth
add_message: Rename message to message_file
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Carl Worth
Don't forget the "to" header when restrict parsing...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Carl Worth
Fix missing error check.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Carl Worth
Generate message ID (using SHA1) when a mail message...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Carl Worth
Merge branch from fixing up bugs after bisecting.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Carl Worth
Bring back the insert_thread_id function.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Add notmuch_status_to_string function.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Add notmuch_message_add_tag and notmuch_message_remove_tag
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
database: Add new notmuch_database_find_message
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Rename NOTMUCH_MAX_TERM to NOTMUCH_TERM_MAX
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Move find_prefix function from database.cc to message.cc
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Convert notmuch_database_t to start using talloc.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
notmuch setup: Collapse internal whitespace within...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
notmuch dump: Fix the sorting of results.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
add_message: Add a type:mail ("Kmail") term to all...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
database: Remove two little bits of dead code.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Carl Worth
Implement 'notmuch dump'.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
Rename private notmuch_message_t to notmuch_message_file_t
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
add_message: Fix memory leak of thread_ids GPtrArray.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
database.cc: Document better pieces of glib that we...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
notmuch_database_open: Fix error message for file-not...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
notmuch_database_create/open: Fix to handle NULL as...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Carl Worth
notmuch: Ignore files that don't look like email messages.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Carl Worth
Don't hash headers we won't end up using.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Carl Worth
Document which pieces of glib we're still using.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Carl Worth
Hook up our fancy new notmuch_parse_date function.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Carl Worth
notmuch: Switch from gmime to custom, ad-hoc parsing...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Carl Worth
notmuch: Start actually adding messages to the index.
blob
|
commitdiff
|
raw
|
diff to current