From: Carl Worth Date: Sun, 25 Oct 2009 07:25:59 +0000 (-0700) Subject: Drop the storage of thread ID(s) in a value. X-Git-Tag: 0.1~718 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1c2bac747e4da6cb8383aa3ad5e377af4cce603f;hp=1c2bac747e4da6cb8383aa3ad5e377af4cce603f Drop the storage of thread ID(s) in a value. Now that we are iterating over the thread terms instead, we can drop this redundant storage (which should shrink our database a tiny bit). ---