diff options
author | Carl Worth <cworth@cworth.org> | 2011-05-23 14:53:52 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-05-23 14:53:52 -0700 |
commit | e00c04946a05a71abaf9ee5cea0dc2ee3215d0e3 (patch) | |
tree | e64716d6e10ac20af533ae827364bebf1d841362 | |
parent | 02ec2e420c36957fbd903c424b69a9690b400671 (diff) |
TODO: Add note for bug with message with References but no In-Reply-To
We recently noticed on the mailing list a case where a message wasn't
properly connected to its parent. We should fix that of course.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ Fix the "count" functionality to be exact as Olly explained in IRC: ojwb> cworth: if you set the check_at_least parameter to the database size, get_matches_estimated() will be exact +Fix the threading of a message that has a References: header but no +In-Reply-To: header (see id:"87lixxnxpb.fsf@yoom.home.cworth.org"). + Search syntax ------------- Implement support for "tag:*" to expand to all tags. |