From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17855 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.user Subject: Re: HELP: Sorting by score Date: Sat, 26 Dec 2015 16:59:01 -0800 Message-ID: <87wps0hfl6.fsf@allegro.localdomain> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451178008 25749 80.91.229.3 (27 Dec 2015 01:00:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2015 01:00:08 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Dec 27 02:00:08 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aCzgt-0003OM-9K for gegu-info-gnus-english@m.gmane.org; Sun, 27 Dec 2015 02:00:07 +0100 Original-Received: from localhost ([::1]:40450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCzgs-0001Tz-Ht for gegu-info-gnus-english@m.gmane.org; Sat, 26 Dec 2015 20:00:06 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx05.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:/mOLjAeK7wwf/M0uq+PIORn+ZMQ= Original-Lines: 20 Original-X-Complaints-To: abuse@rawbandwidth.com Original-NNTP-Posting-Date: Sun, 27 Dec 2015 00:59:03 UTC X-Received-Bytes: 1448 X-Received-Body-CRC: 4290018382 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88985 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17855 Archived-At: Sebastian Christ writes: > The first number is the the score for this thread. My assumption was > that the threads scored with 10 and 20 would be listed before the > threads scored with 9. Is my assumption false? Or did I miss some > configuration? Awhile back I noticed something similar, where the order of threads was inconsistent with their score. My configuration is somewhat different from yours, but perhaps it's the same root cause. What I discovered was that the set of messages that were used to calculate the thread score was different from the set of messages that were grouped together for display. The first set seemed to be determined by header lines (probably some combination of References and In-Reply-To). The second set seemed to be determined by a shared subject. HTH, mike