From unknown Wed Jun 18 00:27:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18156 <18156@debbugs.gnu.org> To: bug#18156 <18156@debbugs.gnu.org> Subject: Status: Thread sorting before loose threads are gathered Reply-To: bug#18156 <18156@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:27:59 +0000 retitle 18156 Thread sorting before loose threads are gathered reassign 18156 emacs,gnus submitter 18156 Michael Welsh Duggan severity 18156 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 30 20:01:03 2014 Received: (at submit) by debbugs.gnu.org; 31 Jul 2014 00:01:03 +0000 Received: from localhost ([127.0.0.1]:52204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCdnq-0000JH-Op for submit@debbugs.gnu.org; Wed, 30 Jul 2014 20:01:03 -0400 Received: from md5i.com ([75.151.244.229]:59511 helo=maru2) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCdnn-0000Ii-NX for submit@debbugs.gnu.org; Wed, 30 Jul 2014 20:01:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=md5i.com; s=dkim; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=Gndgt7r2rWuL2uqR7dzxXvBB9HTGrbOb1Nt++d5snGM=; b=Co+GQQpOOcB2/U9AINYmwjuUY4oyMMQB2m4ZnjxyF6xQ8Eo1e7ByXyOCHB3b5yKwkCO9FulltbWr+Tog9hIRvbM2Gsr9NEUuDGpbYdEl8YVtCdhZOsFjuLdXlEfcgHDv; Received: from md5i by maru2 with local (Exim 4.83) (envelope-from ) id 1XCdnn-0008HC-5u for submit@debbugs.gnu.org; Wed, 30 Jul 2014 20:00:59 -0400 From: Michael Welsh Duggan To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: Thread sorting before loose threads are gathered X-Debbugs-Version: 5.130008 X-Debbugs-Package: gnus Date: Wed, 30 Jul 2014 20:00:59 -0400 Message-ID: <87a97qgzwk.fsf@maru2.md5i.com> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Thread sorting happens before loose threads are gathered. See the definition of `gnus-summary-prepare'. Threads are made, then cut, then sorted, and then gathered. I believe they should be made, cut, gathered, and then sorted. A consequence of the current order is that using `gnus-thread-sort-by-most-recent-{number,date}' in the `gnus-thread-sort-functions' will not pay attention to all messages in a gathered thread. I have verified that changing the order does the right thing, but some functions that may be used in sorting do not know how to handle gathered threads. An example is `gnus-thread-latest-date' which will choke on the string at the car of a gathered thread. I made a change to `gnus-thread-latest-date' so it understands gathered threads, but it may make more sense to do this in the function(s) that call the sort functions rather than testing that all sorting functions know how to handle gathered threads. I include the patch I was testing with. It is only valid with respect to the sorting functions I was working with, and as such isn't suitable to commit in its current state. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 61cf7ec..8295227 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -4146,9 +4146,9 @@ If SELECT-ARTICLES, only select those articles from GROUP." (when gnus-newsgroup-headers (gnus-summary-prepare-threads (if gnus-show-threads - (gnus-sort-gathered-threads - (funcall gnus-summary-thread-gathering-function - (gnus-sort-threads + (gnus-sort-threads + (gnus-sort-gathered-threads + (funcall gnus-summary-thread-gathering-function (gnus-cut-threads (gnus-make-threads))))) ;; Unthreaded display. (gnus-sort-articles gnus-newsgroup-headers)))) @@ -5109,7 +5109,8 @@ Unscored articles will be counted as having a score of zero." (mapcar (lambda (header) (gnus-float-time (gnus-date-get-time (mail-header-date header)))) - (message-flatten-list thread)))) + (let ((x (message-flatten-list thread))) + (if (stringp (car x)) (cdr x) x))))) (defun gnus-thread-total-score-1 (root) ;; This function find the total score of the thread below ROOT. --=-=-= Content-Type: text/plain Ma Gnus v0.8 GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2014-07-13 on maru2 200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok) 100 Legal commands ARTICLE [message-ID|number] AUTHINFO USER name|PASS password|GENERIC program [argument ...] BODY [message-ID|number] CAPABILITIES [keyword] DATE GROUP newsgroup HDR header [message-ID|range] HEAD [message-ID|number] HELP IHAVE message-ID LAST LIST [ACTIVE [wildmat]|ACTIVE.TIMES [wildmat]|DISTRIB.PATS|DISTRIBUTIONS|HEADERS [MSGID|RANGE]|MODERATORS|MOTD|NEWSGROUPS [wildmat]|OVERVIEW.FMT|SUBSCRIPTIONS] LISTGROUP [newsgroup [range]] MODE READER NEWGROUPS [yy]yymmdd hhmmss [GMT] NEWNEWS wildmat [yy]yymmdd hhmmss [GMT] NEXT OVER [range] POST QUIT STARTTLS STAT [message-ID|number] XGTITLE [wildmat] XHDR header [message-ID|range] XOVER [range] XPAT header message-ID|range pattern [pattern ...] Report problems to . . 382 Begin TLS negotiation now 100 Legal commands ARTICLE [message-ID|number] AUTHINFO USER name|PASS password|GENERIC program [argument ...] BODY [message-ID|number] CAPABILITIES [keyword] DATE GROUP newsgroup HDR header [message-ID|range] HEAD [message-ID|number] HELP IHAVE message-ID LAST LIST [ACTIVE [wildmat]|ACTIVE.TIMES [wildmat]|DISTRIB.PATS|DISTRIBUTIONS|HEADERS [MSGID|RANGE]|MODERATORS|MOTD|NEWSGROUPS [wildmat]|OVERVIEW.FMT|SUBSCRIPTIONS] LISTGROUP [newsgroup [range]] MODE READER NEWGROUPS [yy]yymmdd hhmmss [GMT] NEWNEWS wildmat [yy]yymmdd hhmmss [GMT] NEXT OVER [range] POST QUIT STARTTLS STAT [message-ID|number] XGTITLE [wildmat] XHDR header [message-ID|range] XOVER [range] XPAT header message-ID|range pattern [pattern ...] Report problems to . . -- Michael Welsh Duggan (md5i@md5i.com) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 13:22:39 2017 Received: (at 18156) by debbugs.gnu.org; 25 Jan 2017 18:22:39 +0000 Received: from localhost ([127.0.0.1]:43289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSDO-0001UR-O9 for submit@debbugs.gnu.org; Wed, 25 Jan 2017 13:22:38 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSDN-0001UI-2e for 18156@debbugs.gnu.org; Wed, 25 Jan 2017 13:22:37 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWSDJ-0004Lp-5Y; Wed, 25 Jan 2017 19:22:35 +0100 From: Lars Ingebrigtsen To: Michael Welsh Duggan Subject: Re: bug#18156: Thread sorting before loose threads are gathered References: <87a97qgzwk.fsf@maru2.md5i.com> Date: Wed, 25 Jan 2017 19:22:27 +0100 In-Reply-To: <87a97qgzwk.fsf@maru2.md5i.com> (Michael Welsh Duggan's message of "Wed, 30 Jul 2014 20:00:59 -0400") Message-ID: <87o9yvov8c.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18156 Cc: 18156@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Michael Welsh Duggan writes: > Thread sorting happens before loose threads are gathered. See the > definition of `gnus-summary-prepare'. Threads are made, then cut, then > sorted, and then gathered. I believe they should be made, cut, > gathered, and then sorted. A consequence of the current order is that > using `gnus-thread-sort-by-most-recent-{number,date}' in the > `gnus-thread-sort-functions' will not pay attention to all messages in a > gathered thread. No, but you have `gnus-sort-gathered-threads-function' to sort inside the gathered threads, so I think the current algorithm is correct... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 13:31:00 2017 Received: (at control) by debbugs.gnu.org; 25 Jan 2017 18:31:00 +0000 Received: from localhost ([127.0.0.1]:43312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSLU-0001hn-7s for submit@debbugs.gnu.org; Wed, 25 Jan 2017 13:31:00 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSLS-0001hg-PG for control@debbugs.gnu.org; Wed, 25 Jan 2017 13:30:59 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWSLQ-0005U3-Ek for control@debbugs.gnu.org; Wed, 25 Jan 2017 19:30:58 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #18156 Message-ID: <87mvefov7z.fsf@totally-fudged-out-message-id> Date: Wed, 25 Jan 2017 19:30:50 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) reassign 18156 emacs,gnus From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 13:31:08 2017 Received: (at control) by debbugs.gnu.org; 25 Jan 2017 18:31:08 +0000 Received: from localhost ([127.0.0.1]:43318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSLc-0001io-CM for submit@debbugs.gnu.org; Wed, 25 Jan 2017 13:31:08 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWSLa-0001ig-E1 for control@debbugs.gnu.org; Wed, 25 Jan 2017 13:31:06 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWSLY-00064T-8K for control@debbugs.gnu.org; Wed, 25 Jan 2017 19:31:05 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #18156 Message-ID: <87lgtzov7w.fsf@totally-fudged-out-message-id> Date: Wed, 25 Jan 2017 19:30:58 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 18156 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 08:59:59 2017 Received: (at 18156) by debbugs.gnu.org; 26 Jan 2017 13:59:59 +0000 Received: from localhost ([127.0.0.1]:44277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWkai-0005nY-18 for submit@debbugs.gnu.org; Thu, 26 Jan 2017 08:59:59 -0500 Received: from plainfield.sei.cmu.edu ([192.58.107.45]:54809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWkac-0005nD-PO for 18156@debbugs.gnu.org; Thu, 26 Jan 2017 08:59:54 -0500 Received: from pawpaw.sei.cmu.edu (pawpaw.sei.cmu.edu [10.64.21.22]) by plainfield.sei.cmu.edu (8.14.4/8.14.4/1543) with ESMTP id v0QDxgWW023136; Thu, 26 Jan 2017 08:59:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cert.org; s=jthatj15xw2j; t=1485439185; bh=cQWFC4Ub6dVF4ku9Unffhx42VYtp4rm3xc3XEOfdfNU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type:Sender:Reply-To; b=eCr0Esy8jO0k1ODyk4q/XIR/FNSGn7ULmeiIC9ZknuxnxahL8zF0Q7Pl2C/9oaPn6 /DDOHssy8AP3Aqy32Im1t/F8Cc6Fw8fRj6/JZ5tByqXA1Id67JFglUmq3CFiwbV+qc xb1L9JOyzzFt7dVYcI2mXAl/nQPjVonYJTbvQdk4= Received: from lx-chumsalmon.ad.sei.cmu.edu (lx-chumsalmon.ad.sei.cmu.edu [10.64.51.248]) by pawpaw.sei.cmu.edu (8.14.4/8.14.4/1543) with ESMTP id v0QDwZQw028199; Thu, 26 Jan 2017 08:58:35 -0500 Received: from lx-chumsalmon.ad.sei.cmu.edu (localhost [127.0.0.1]) by lx-chumsalmon.ad.sei.cmu.edu (8.14.7/8.14.7) with ESMTP id v0QDwZbb017129; Thu, 26 Jan 2017 08:58:35 -0500 Received: (from mwd@localhost) by lx-chumsalmon.ad.sei.cmu.edu (8.14.7/8.14.7) id v0QDwZ2U017126; Thu, 26 Jan 2017 08:58:35 -0500 X-Authentication-Warning: lx-chumsalmon.ad.sei.cmu.edu: mwd set sender to mwd@cert.org using -f From: Michael Welsh Duggan To: Lars Ingebrigtsen Subject: Re: bug#18156: Thread sorting before loose threads are gathered References: <87a97qgzwk.fsf@maru2.md5i.com> <87o9yvov8c.fsf@gnus.org> Date: Thu, 26 Jan 2017 08:58:35 -0500 In-Reply-To: <87o9yvov8c.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 25 Jan 2017 19:22:27 +0100") Message-ID: User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 18156 Cc: 18156@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Lars Ingebrigtsen writes: > Michael Welsh Duggan writes: > >> Thread sorting happens before loose threads are gathered. See the >> definition of `gnus-summary-prepare'. Threads are made, then cut, then >> sorted, and then gathered. I believe they should be made, cut, >> gathered, and then sorted. A consequence of the current order is that >> using `gnus-thread-sort-by-most-recent-{number,date}' in the >> `gnus-thread-sort-functions' will not pay attention to all messages in a >> gathered thread. > > No, but you have `gnus-sort-gathered-threads-function' to sort inside > the gathered threads, so I think the current algorithm is correct... Correct or incorrect, it doesn't allow me to do what I want to do. Here is my use case: I want to sort the threads in my summary buffer, post-gathering, by the date of the most recent article in the thread. If threads (not the articles in threads) are sorted before they are gathered, this seems less than possible. -- Michael Welsh Duggan (mwd@cert.org) From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 09:19:59 2017 Received: (at 18156) by debbugs.gnu.org; 26 Jan 2017 14:19:59 +0000 Received: from localhost ([127.0.0.1]:44328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWku7-00080H-FJ for submit@debbugs.gnu.org; Thu, 26 Jan 2017 09:19:59 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:34776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWku6-000809-2d for 18156@debbugs.gnu.org; Thu, 26 Jan 2017 09:19:58 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWku1-0004bI-2L; Thu, 26 Jan 2017 15:19:57 +0100 From: Lars Ingebrigtsen To: Michael Welsh Duggan Subject: Re: bug#18156: Thread sorting before loose threads are gathered References: <87a97qgzwk.fsf@maru2.md5i.com> <87o9yvov8c.fsf@gnus.org> Date: Thu, 26 Jan 2017 15:19:47 +0100 In-Reply-To: (Michael Welsh Duggan's message of "Thu, 26 Jan 2017 08:58:35 -0500") Message-ID: <8760l13nuk.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18156 Cc: 18156@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Michael Welsh Duggan writes: > Correct or incorrect, it doesn't allow me to do what I want to do. Here > is my use case: I want to sort the threads in my summary buffer, > post-gathering, by the date of the most recent article in the thread. > If threads (not the articles in threads) are sorted before they are > gathered, this seems less than possible. Hm... I see... Well, your sorting function could emulate the gathering and then do the sorting based on that emulation. The sorting functions should have access to everything necessary to do so. The reason I'm less than enthusiastic about changing the order of things here is that this is really, really old code, and lots people have written their own sorting functions based on the way it works. Changing the order will lead to breakages. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 16:21:11 2017 Received: (at control) by debbugs.gnu.org; 26 Jan 2017 21:21:11 +0000 Received: from localhost ([127.0.0.1]:46215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWrTj-0006qZ-7z for submit@debbugs.gnu.org; Thu, 26 Jan 2017 16:21:11 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:58882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWrTh-0006qS-OC for control@debbugs.gnu.org; Thu, 26 Jan 2017 16:21:10 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWrTf-0003P3-IX for control@debbugs.gnu.org; Thu, 26 Jan 2017 22:21:09 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #21462 Message-ID: <87mvedh61g.fsf@totally-fudged-out-message-id> Date: Thu, 26 Jan 2017 22:21:01 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) forcemerge 21462 18156 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 16:21:18 2017 Received: (at control) by debbugs.gnu.org; 26 Jan 2017 21:21:18 +0000 Received: from localhost ([127.0.0.1]:46218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWrTq-0006qu-GD for submit@debbugs.gnu.org; Thu, 26 Jan 2017 16:21:18 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:58888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWrTp-0006qm-6j for control@debbugs.gnu.org; Thu, 26 Jan 2017 16:21:17 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWrTn-00046X-2H for control@debbugs.gnu.org; Thu, 26 Jan 2017 22:21:16 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #21462 Message-ID: <87lgtxh61a.fsf@totally-fudged-out-message-id> Date: Thu, 26 Jan 2017 22:21:09 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 21462 From unknown Wed Jun 18 00:27:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Feb 2017 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator