X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=TODO;h=83d60d459f8a2a36f83e0abefddff3b3161c8c83;hp=a34d95fa7c5b844928fad7407e0dd6c9bc6b4e41;hb=7ca4db2b46dc843b8294d7ff44dced9f74c81c1e;hpb=38f46b6869d3c5f4555e2da3a07700b3c94583a7 diff --git a/TODO b/TODO index a34d95fa..83d60d45 100644 --- a/TODO +++ b/TODO @@ -255,15 +255,12 @@ existing messages at the next database upgrade). Add support for the user to specify custom headers to be indexed (and re-index these for existing messages at the next database upgrade). -Build system ------------- -Fix to allow a non-source-directory build. For example, the below -should be made to work: - - mkdir build_dir - cd build_dir - ../configure - make +Save filenames for files detected as "not an email file" in the +database. This would allow for two things: 1. Optimizing "notmuch new" +to not have to look at these files again (since they are potentially +large so the detection could be potentially slow). 2. A "notmuch +search" syntax could be added to allow the user to find these files, +(and perhaps delete them or move them away as appropriate). Test suite ----------