X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Findex.cc;h=8aa844e4161dda42d0f7ca4fb5d00cd336a40091;hb=cf09631a45d276826255d197c1d5c913a29c79f4;hp=f166aefd2fc1f6f6c5ea1e306e4fc033ead09c59;hpb=506b81679a883d2a96bcd17e7c826a3166bdf82e;p=notmuch diff --git a/lib/index.cc b/lib/index.cc index f166aefd..8aa844e4 100644 --- a/lib/index.cc +++ b/lib/index.cc @@ -144,7 +144,7 @@ filter_filter (GMimeFilter *gmime_filter, char *inbuf, size_t inlen, size_t pres {9, ' ', ' ', 10, 0}, {10, '\n', '\n', 11, 10}, {11, 'M', 'M', 12, 0}, - {12, ' ', '`', 12, 11} + {12, ' ', '`', 12, 11} }; int next;