From 5c95a1851d6282eaf55c2c6f34b327154485de91 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 4 May 2013 14:14:58 +0300 Subject: [PATCH] * lib: update comment --- lib/mu-query.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/mu-query.cc b/lib/mu-query.cc index c4d9f447..85606d0e 100644 --- a/lib/mu-query.cc +++ b/lib/mu-query.cc @@ -484,8 +484,10 @@ include_related (MuQuery *self, MuMsgIter **iter, int maxnum, mu_msg_iter_destroy (*iter); - // set the preferred set for the iterator (ie., the set not - // consider to be duplicates) to be the original matches + // set the preferred set for the iterator (ie., the set of + // messages not considered to be duplicates) to be the + // original matches -- the matches without considering + // 'related' mu_msg_iter_set_preferred (rel_iter, orig_set); g_hash_table_destroy (orig_set);