aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-index-message.cc
Commit message (Expand)AuthorAge
* Fix more memory leaks.Gravatar Carl Worth2009-10-16
* Fix a one-time memory leak.Gravatar Carl Worth2009-10-16
* Avoid reading a byte just before our allocated buffer.Gravatar Carl Worth2009-10-16
* Generate random thread IDs instead of using an arbitrary Message-ID.Gravatar Carl Worth2009-10-16
* Change progress report to show "instantaneous" rate. Also print total time.Gravatar Carl Worth2009-10-15
* Protect against missing message id while indexing filesGravatar Keith Packard2009-10-14
* Walk address groups and parse each address separatelyGravatar Keith Packard2009-10-14
* Reduce the verbosity of the progress indicator.Gravatar Carl Worth2009-10-14
* Add support for message-part mime parts.Gravatar Carl Worth2009-10-14
* Avoid segfault on message with no subject.Gravatar Carl Worth2009-10-14
* Add some sort of progress indicator.Gravatar Carl Worth2009-10-14
* Avoid complaints about messages with empty mime parts.Gravatar Carl Worth2009-10-14
* Avoid complaints about empty address lists.Gravatar Carl Worth2009-10-14
* Document the little details separating the sup and notmuch indexes.Gravatar Carl Worth2009-10-14
* Avoid trimming initial whitespace while looking for signatures.Gravatar Carl Worth2009-10-14
* Index an attachment's filename extension as well.Gravatar Carl Worth2009-10-14
* Index the filename of any attachment.Gravatar Carl Worth2009-10-14
* [sup-compat] Don't index mime parts with content-disposition of attachmentGravatar Carl Worth2009-10-14
* Add label "attachment" when an attachment is seen.Gravatar Carl Worth2009-10-14
* Split thread_id value on commas before inserting into hash.Gravatar Carl Worth2009-10-14
* Add missing null terminator before using byte-array contents as string.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Add explicit support for multipart mime.Gravatar Carl Worth2009-10-14
* [sup-compat] Don't trim trailing whitespace on line introducing quotation.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Fix handling of thread_id terms.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Use local-part of email addres in lieu of name.Gravatar Carl Worth2009-10-14
* Use gmime's own reference-parsing code.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Correctly parse and index encoded mime parts.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Lookup children for thread_id as well.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Use more meaningful variable names.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Start generating correct thread_id values.Gravatar Carl Worth2009-10-14
* Factor out parsing of reference-header values and pickup In-reply-to.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Ignore more signature patterns.Gravatar Carl Worth2009-10-14
* notmuch-index-message: Avoid crashing when a message has no references.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Read message filenames from stdinGravatar Carl Worth2009-10-13
* Move index_file out from main() into its own function.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Index References as well.Gravatar Carl Worth2009-10-13
* Minor code re-ordering for clarity.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Don't index the "re:" prefix in subjects.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Don't index the line introducing a quote.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Don't index quoted lines and signatures.Gravatar Carl Worth2009-10-13
* notmuch-index-message: Separate gen_terms_body into its own functionGravatar Carl Worth2009-10-13
* notmuch-index-message: Add code to actually create a Xapian indexGravatar Carl Worth2009-10-13
* Rename g_mime_test to notmuch-index-messageGravatar Carl Worth2009-10-13