From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 12 21:52:46 2015 Received: (at submit) by debbugs.gnu.org; 13 Jul 2015 01:52:46 +0000 Received: from localhost ([127.0.0.1]:47741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZESvG-000770-1r for submit@debbugs.gnu.org; Sun, 12 Jul 2015 21:52:46 -0400 Received: from ebox.rath.org ([23.92.25.96]:46876) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZESvD-00076q-2G for submit@debbugs.gnu.org; Sun, 12 Jul 2015 21:52:43 -0400 Received: from vostro ([192.168.12.4] helo=vostro.rath.org) by ebox.rath.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1ZESvB-0007vj-KM for submit@debbugs.gnu.org; Mon, 13 Jul 2015 01:52:41 +0000 Received: by vostro.rath.org (Postfix, from userid 1000) id AAC26EC5EF6; Sun, 12 Jul 2015 18:52:40 -0700 (PDT) From: Nikolaus Rath To: submit@debbugs.gnu.org Subject: [PATCH] nnimap.el: make capability parsing more robust. X-Debbugs-CC: ding@gnus.org, emacs-devel@gnu.org, eric@ericabrahamsen.net Date: Sun, 12 Jul 2015 18:52:40 -0700 Message-ID: <87615olt7b.fsf@vostro.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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.0 (/) Package: gnus Tags: patch Hello, Currently Gnus relies on the server supplying the capabilities in its response to the LOGIN command, e.g. like this: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=3DDISPLAY THREAD=3DREFERENCES THREAD=3DREFS THREAD=3DORDEREDSUB= JECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=3D1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=3DSEARCH LIST-STATUS SPECIAL-USE BINARY MOVE SEARCH=3DFUZZY QUOTA\r\n 1 OK Logged in\r\n However, this assumption breaks if the server doesn't return the capabilities automatically, or if he returns them as part of the OK response, e.g.: 160 OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=3Dkxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=3DFUZZY SORT SORT=3DMODSEQ SORT=3DDISPLAY SORT=3DUID THREAD=3DORDEREDSUBJECT THREAD=3DREFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS LIST-METADATA WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=3DSHA1 X-REPLICATION LOGINDISABLED XCONVERSATIONS COMPRESS=3DDEFLATE X-QUOTA=3DSTORAGE X-QUOTA=3DMESSAGE X-QUOTA=3DX-ANNOTATION-STORAGE X-QUOTA=3DX-NUM-FOLDERS IDLE] User logged in SESSIONID=3D\r\n Currently, in this situation Gnus just keeps re-using the pre-LOGIN capabilities (and thus does not take advantage of any additional features). The attached patch fixes this issue by explicitly asking the server for its capabilities after login. Thanks for considering, -Nikolaus --=20 GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 13 15:00:28 2015 Received: (at 21043) by debbugs.gnu.org; 13 Jul 2015 19:00:28 +0000 Received: from localhost ([127.0.0.1]:48343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEixn-0000tf-AP for submit@debbugs.gnu.org; Mon, 13 Jul 2015 15:00:28 -0400 Received: from ebox.rath.org ([23.92.25.96]:47561) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEixj-0000tV-GY for 21043@debbugs.gnu.org; Mon, 13 Jul 2015 15:00:24 -0400 Received: from thinkpad ([192.168.12.2]) by ebox.rath.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1ZEixf-0005YL-OO; Mon, 13 Jul 2015 19:00:19 +0000 Received: by thinkpad (Postfix, from userid 1000) id 26127C040C; Mon, 13 Jul 2015 12:00:19 -0700 (PDT) From: Nikolaus Rath To: Eric Abrahamsen Subject: Re: bug#21043: [PATCH] nnimap.el: make capability parsing more robust. References: <87615olt7b.fsf@vostro.rath.org> <87egkcipqf.fsf@ericabrahamsen.net> Mail-Copies-To: never Mail-Followup-To: Eric Abrahamsen , emacs-devel@gnu.org, ding@gnus.org, 21043@debbugs.gnu.org Date: Mon, 13 Jul 2015 12:00:19 -0700 In-Reply-To: <87egkcipqf.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 13 Jul 2015 13:35:52 +0800") Message-ID: <87pp3vdgsc.fsf@thinkpad.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: 21043 Cc: 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org 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.8 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Jul 13 2015, Eric Abrahamsen wrote: > Nikolaus Rath writes: > >> Package: gnus >> Tags: patch > > There was no patch! Oops. Here it is. --=20 GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-nnimap.el-make-capability-parsing-more-robust.patch >From 241812047dedb1ba7d362c4211a06bf506d37237 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 12 Jul 2015 18:42:48 -0700 Subject: [PATCH] nnimap.el: make capability parsing more robust. * lisp/nnimap.el (nnimap-open-connection-1): explicitly ask server for capabilities instead of relying on LOGIN response. --- lisp/ChangeLog | 5 +++++ lisp/nnimap.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8ab42e..83ac4c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2015-07-12 Nikolaus Rath + * nnimap.el (nnimap-open-connection-1): explicitly ask server for + capabilities instead of relying on LOGIN response. + +2015-07-12 Nikolaus Rath + * nnimap.el (nnimap-request-group-scan) (nnimap-request-create-group, nnimap-request-delete-group) (nnimap-request-rename-group, nnimap-request-move-article) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index d11b3a2..19632ad 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -520,7 +520,7 @@ If non-nil, articles flagged as deleted (using the IMAP (funcall (nth 2 credentials))) ;; See if CAPABILITY is set as part of login ;; response. - (dolist (response (cddr login-result)) + (dolist (response (cddr (nnimap-command "CAPABILITY"))) (when (string= "CAPABILITY" (upcase (car response))) (setf (nnimap-capabilities nnimap-object) (mapcar #'upcase (cdr response)))))) -- 2.1.4 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 13 15:22:15 2015 Received: (at 21043) by debbugs.gnu.org; 13 Jul 2015 19:22:15 +0000 Received: from localhost ([127.0.0.1]:48351 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEjIt-0001N9-0p for submit@debbugs.gnu.org; Mon, 13 Jul 2015 15:22:15 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:33304) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEjIq-0001Mw-7H for 21043@debbugs.gnu.org; Mon, 13 Jul 2015 15:22:13 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ZEjIW-00042r-I8; Mon, 13 Jul 2015 21:21:52 +0200 From: Lars Magne Ingebrigtsen To: Eric Abrahamsen Subject: Re: bug#21043: [PATCH] nnimap.el: make capability parsing more robust. References: <87615olt7b.fsf@vostro.rath.org> <87egkcipqf.fsf@ericabrahamsen.net> <87pp3vdgsc.fsf@thinkpad.rath.org> Date: Mon, 13 Jul 2015 21:21:52 +0200 In-Reply-To: <87pp3vdgsc.fsf@thinkpad.rath.org> (Nikolaus Rath's message of "Mon, 13 Jul 2015 12:00:19 -0700") Message-ID: User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1ZEjIW-00042r-I8 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1437420112.71823@4HW5wfGmKtXpv6vOW2keow X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21043 Cc: 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org 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 (/) Nikolaus Rath writes: > - (dolist (response (cddr login-result)) > + (dolist (response (cddr (nnimap-command "CAPABILITY"))) That'll be an extra round trip when logging in... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 13 15:24:28 2015 Received: (at 21043) by debbugs.gnu.org; 13 Jul 2015 19:24:29 +0000 Received: from localhost ([127.0.0.1]:48355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEjL2-0001QX-Or for submit@debbugs.gnu.org; Mon, 13 Jul 2015 15:24:28 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:47760) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEjL0-0001QO-O0 for 21043@debbugs.gnu.org; Mon, 13 Jul 2015 15:24:27 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ZEjKg-00044P-B1; Mon, 13 Jul 2015 21:24:06 +0200 From: Lars Magne Ingebrigtsen To: Eric Abrahamsen Subject: Re: bug#21043: [PATCH] nnimap.el: make capability parsing more robust. References: <87615olt7b.fsf@vostro.rath.org> <87egkcipqf.fsf@ericabrahamsen.net> <87pp3vdgsc.fsf@thinkpad.rath.org> Date: Mon, 13 Jul 2015 21:24:05 +0200 In-Reply-To: <87pp3vdgsc.fsf@thinkpad.rath.org> (Nikolaus Rath's message of "Mon, 13 Jul 2015 12:00:19 -0700") Message-ID: User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1ZEjKg-00044P-B1 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1437420246.66747@RffYbfV/ok/1Qm974bHzFQ X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21043 Cc: 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org 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 (/) Nikolaus Rath writes: > Subject: [PATCH] nnimap.el: make capability parsing more robust. [...] > - (dolist (response (cddr login-result)) > + (dolist (response (cddr (nnimap-command "CAPABILITY"))) And we've already issued the CAPABILITY command in the `open-protocol-stream' call, so if the results of that isn't in `login-results', there's a bug in `open-protocol-stream'. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 13 20:36:56 2015 Received: (at 21043) by debbugs.gnu.org; 14 Jul 2015 00:36:56 +0000 Received: from localhost ([127.0.0.1]:48469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEoDM-0001mc-5S for submit@debbugs.gnu.org; Mon, 13 Jul 2015 20:36:56 -0400 Received: from ebox.rath.org ([23.92.25.96]:47814) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEoDG-0001mQ-6W for 21043@debbugs.gnu.org; Mon, 13 Jul 2015 20:36:50 -0400 Received: from vostro ([192.168.12.4] helo=vostro.rath.org) by ebox.rath.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1ZEoDD-0007aw-7V; Tue, 14 Jul 2015 00:36:43 +0000 Received: by vostro.rath.org (Postfix, from userid 1000) id 933D8EC6198; Mon, 13 Jul 2015 17:36:42 -0700 (PDT) From: Nikolaus Rath To: Lars Magne Ingebrigtsen Subject: Re: bug#21043: [PATCH] nnimap.el: make capability parsing more robust. References: <87615olt7b.fsf@vostro.rath.org> <87egkcipqf.fsf@ericabrahamsen.net> <87pp3vdgsc.fsf@thinkpad.rath.org> Mail-Copies-To: never Mail-Followup-To: Lars Magne Ingebrigtsen , Eric Abrahamsen , 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org Date: Mon, 13 Jul 2015 17:36:41 -0700 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 13 Jul 2015 21:24:05 +0200") Message-ID: <874ml7h8x2.fsf@vostro.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: 21043 Cc: Eric Abrahamsen , 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org 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.8 (/) On Jul 13 2015, Lars Magne Ingebrigtsen wrote: > Nikolaus Rath writes: > >> Subject: [PATCH] nnimap.el: make capability parsing more robust. > > [...] > >> - (dolist (response (cddr login-result)) >> + (dolist (response (cddr (nnimap-command "CAPABILITY"))) > > And we've already issued the CAPABILITY command in the > `open-protocol-stream' call, so if the results of that isn't in > `login-results', there's a bug in `open-protocol-stream'. No. The results of the CAPABILITY command before login may be different than after login. Best, -Nikolaus --=20 GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 13 20:37:34 2015 Received: (at 21043) by debbugs.gnu.org; 14 Jul 2015 00:37:34 +0000 Received: from localhost ([127.0.0.1]:48473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEoDy-0001nu-7K for submit@debbugs.gnu.org; Mon, 13 Jul 2015 20:37:34 -0400 Received: from ebox.rath.org ([23.92.25.96]:47820) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZEoDw-0001nm-4l for 21043@debbugs.gnu.org; Mon, 13 Jul 2015 20:37:28 -0400 Received: from vostro ([192.168.12.4] helo=vostro.rath.org) by ebox.rath.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1ZEoDv-0007b4-LQ; Tue, 14 Jul 2015 00:37:27 +0000 Received: by vostro.rath.org (Postfix, from userid 1000) id 4D0B6EC619F; Mon, 13 Jul 2015 17:37:27 -0700 (PDT) From: Nikolaus Rath To: Lars Magne Ingebrigtsen Subject: Re: bug#21043: [PATCH] nnimap.el: make capability parsing more robust. References: <87615olt7b.fsf@vostro.rath.org> <87egkcipqf.fsf@ericabrahamsen.net> <87pp3vdgsc.fsf@thinkpad.rath.org> Mail-Copies-To: never Mail-Followup-To: Lars Magne Ingebrigtsen , Eric Abrahamsen , 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org Date: Mon, 13 Jul 2015 17:37:27 -0700 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 13 Jul 2015 21:21:52 +0200") Message-ID: <87zj2zfubc.fsf@vostro.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: 21043 Cc: Eric Abrahamsen , 21043@debbugs.gnu.org, ding@gnus.org, emacs-devel@gnu.org 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.8 (/) On Jul 13 2015, Lars Magne Ingebrigtsen wrote: > Nikolaus Rath writes: > >> - (dolist (response (cddr login-result)) >> + (dolist (response (cddr (nnimap-command "CAPABILITY"))) > > That'll be an extra round trip when logging in... Yes. But that's not exactly a critical path, is it? Best, -Nikolaus --=20 GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 14:13:14 2017 Received: (at 21043-done) by debbugs.gnu.org; 1 Jan 2017 19:13:14 +0000 Received: from localhost ([127.0.0.1]:38822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNlZC-0006Ym-16 for submit@debbugs.gnu.org; Sun, 01 Jan 2017 14:13:14 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54371) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNlZA-0006Ye-7g for 21043-done@debbugs.gnu.org; Sun, 01 Jan 2017 14:13:12 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1A394207AC for <21043-done@debbugs.gnu.org>; Sun, 1 Jan 2017 14:13:12 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 01 Jan 2017 14:13:12 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=2HtaztP48q+mAT kPRKNrfcX1dXg=; b=Va6sQ1CBx+iAdCFZrPuwLqb4/9jS4KgrQ1EyqcL3M5238X Zird18CnwsAzh3sUS0xo+D6DrilIwZiFsnPTQ25S/SgfNcDRyNjR6mhRs/ugNhy1 ykjC8TClEruaVXRnYMEr13QlNceUd5URf8qpVCKVamWfW93SryeU3Ovlsws4g= X-ME-Sender: X-Sasl-enc: XjznjwKgj57IsX1MlyWl6pKAUV5/G99xmRj4UebNfZkK 1483297991 Received: from ebox.rath.org (ebox.rath.org [45.79.69.51]) by mail.messagingengine.com (Postfix) with ESMTPA id CDBA17E87F for <21043-done@debbugs.gnu.org>; Sun, 1 Jan 2017 14:13:11 -0500 (EST) Received: from vostro.rath.org (vostro [192.168.12.4]) by ebox.rath.org (Postfix) with ESMTPS id 2E79C3EE for <21043-done@debbugs.gnu.org>; Sun, 1 Jan 2017 19:13:11 +0000 (UTC) Received: by vostro.rath.org (Postfix, from userid 1000) id EDFA3102471; Sun, 1 Jan 2017 11:13:10 -0800 (PST) From: Nikolaus Rath To: 21043-done@debbugs.gnu.org Subject: Fixed Date: Sun, 01 Jan 2017 11:13:10 -0800 Message-ID: <878tquegqh.fsf@vostro.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21043-done 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.7 (/) Fixed in commit b0aa05907fe9ecd31601fcacb2aad5fd065e2595. --=20 GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB From unknown Mon Jun 23 04:15:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 30 Jan 2017 12:24:04 +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