X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=TODO;h=2778604cb361ed4fe6489da72951414704093da3;hb=4ec5e2a612cfe8c015a48855790f8d76c18127fe;hp=266064ae88ba48196f36e560576ca2cc9c498084;hpb=c375f7a4078f88f9d35503cbe3feea063aee3358;p=notmuch diff --git a/TODO b/TODO index 266064ae..2778604c 100644 --- a/TODO +++ b/TODO @@ -120,6 +120,9 @@ indexing. notmuch library --------------- +Add an interface to accept a "key" and a byte stream, rather than a +filename. + Provide a sane syntax for date ranges. First, we don't want to require both endpoints to be specified. For example it would be nice to be able to say things like "since:2009-01-1" or "until:2009-01-1" and @@ -174,11 +177,21 @@ notmuch searches. Here was one proposal made in IRC: Provide a ~me Xapian synonym for all of the user's configured email addresses. +Test suite +---------- +Achieve 100% test coverage with the test suite. + +Modularize test suite (to be able to run individual tests). + +Summarize test results at the end. + +Fix the insane quoting nightmare of the test suite, (and once we do +that we can actually test the implicit-phrase search feature such as +"notmuch search 'body search (phrase)'" + General ------- Audit everything for dealing with out-of-memory (and drop xutil.c). -Achieve 100% test coverage with the test suite. - Investigate why the notmuch database is slightly larger than the sup database for the same corpus of email.