aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-19Document which pieces of glib we're still using.Carl Worth
2009-10-19Hook up our fancy new notmuch_parse_date function.Carl Worth
2009-10-19notmuch_parse_date: Handle a NULL date string gracefully.Carl Worth
2009-10-19date.c: Rename function to notmuch_parse_dateCarl Worth
2009-10-19date.c: Add hard-coded definition of HAVE_TIMEZONECarl Worth
2009-10-19date.c: Don't use glib's slice allocator.Carl Worth
2009-10-19date.c: Remove occurrences of gboolean.Carl Worth
2009-10-19date.c: Remove all occurrences of g_return_val_if_failCarl Worth
2009-10-19date.c: Keep the comments clean.Carl Worth
2009-10-19date.c: Change headers/defines t owork within notmuch.Carl Worth
2009-10-19date.c: Remove a bunch of undesired code.Carl Worth
2009-10-19date.c: Convert from LGPL-2+ to GPL-3+Carl Worth
2009-10-19date.c: Add new file directly from gmime2.4-2.4.6/gmime/gmime-utils.cCarl Worth
2009-10-19notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth
2009-10-19notmuch: Ignore .notmuch when counting files.Carl Worth
2009-10-18notmuch: Start actually adding messages to the index.Carl Worth
2009-10-18xapian-dump: Rewrite to generate C code as output.Carl Worth
2009-10-17Start a new top-level executable: notmuch.Carl Worth
2009-10-16Fix more memory leaks.Carl Worth
2009-10-16Fix a one-time memory leak.Carl Worth
2009-10-16Avoid reading a byte just before our allocated buffer.Carl Worth
2009-10-16Generate random thread IDs instead of using an arbitrary Message-ID.Carl Worth
2009-10-15Change progress report to show "instantaneous" rate. Also print total time.Carl Worth
2009-10-14Protect against missing message id while indexing filesKeith Packard
2009-10-14Walk address groups and parse each address separatelyKeith Packard
2009-10-14Reduce the verbosity of the progress indicator.Carl Worth
2009-10-14Add support for message-part mime parts.Carl Worth
2009-10-14Avoid segfault on message with no subject.Carl Worth
2009-10-14Add some sort of progress indicator.Carl Worth
2009-10-14Avoid complaints about messages with empty mime parts.Carl Worth
2009-10-14Avoid complaints about empty address lists.Carl Worth
2009-10-14Document the little details separating the sup and notmuch indexes.Carl Worth
2009-10-14Avoid trimming initial whitespace while looking for signatures.Carl Worth
2009-10-14Index an attachment's filename extension as well.Carl Worth
2009-10-14Index the filename of any attachment.Carl Worth
2009-10-14[sup-compat] Don't index mime parts with content-disposition of attachmentCarl Worth
2009-10-14Add label "attachment" when an attachment is seen.Carl Worth
2009-10-14Split thread_id value on commas before inserting into hash.Carl Worth
2009-10-14Add missing null terminator before using byte-array contents as string.Carl Worth
2009-10-14notmuch-index-message: Add explicit support for multipart mime.Carl Worth
2009-10-14[sup-compat] Don't trim trailing whitespace on line introducing quotation.Carl Worth
2009-10-14notmuch-index-message: Fix handling of thread_id terms.Carl Worth
2009-10-14notmuch-index-message: Use local-part of email addres in lieu of name.Carl Worth
2009-10-14Use gmime's own reference-parsing code.Carl Worth
2009-10-14notmuch-index-message: Correctly parse and index encoded mime parts.Carl Worth
2009-10-14notmuch-index-message: Lookup children for thread_id as well.Carl Worth
2009-10-14notmuch-index-message: Use more meaningful variable names.Carl Worth
2009-10-14notmuch-index-message: Start generating correct thread_id values.Carl Worth
2009-10-14Factor out parsing of reference-header values and pickup In-reply-to.Carl Worth
2009-10-14notmuch-index-message: Ignore more signature patterns.Carl Worth