From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.bugs Subject: bug#18351: [Alan Schmitt] Small patch for gnus nnimap.el Date: Mon, 22 Sep 2014 14:29:59 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1411408653 940 80.91.229.3 (22 Sep 2014 17:57:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2014 17:57:33 +0000 (UTC) Cc: 18351@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 22 19:57:26 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1XW7ra-0005mj-0O for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Sep 2014 19:57:26 +0200 Original-Received: from localhost ([::1]:48068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW7rZ-0006E7-Ly for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Sep 2014 13:57:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW7rQ-00068O-MZ for bug-gnu-emacs@gnu.org; Mon, 22 Sep 2014 13:57:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW7rK-0006qv-EN for bug-gnu-emacs@gnu.org; Mon, 22 Sep 2014 13:57:16 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW7rK-0006pk-Ak for bug-gnu-emacs@gnu.org; Mon, 22 Sep 2014 13:57:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XW7rE-0007KJ-IW; Mon, 22 Sep 2014 13:57:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Schmitt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Mon, 22 Sep 2014 17:57:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18351 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: Original-Received: via spool by 18351-submit@debbugs.gnu.org id=B18351.141140857228063 (code B ref 18351); Mon, 22 Sep 2014 17:57:04 +0000 Original-Received: (at 18351) by debbugs.gnu.org; 22 Sep 2014 17:56:12 +0000 Original-Received: from localhost ([127.0.0.1]:49106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XW7qM-0007IS-GO for submit@debbugs.gnu.org; Mon, 22 Sep 2014 13:56:11 -0400 Original-Received: from mx1.polytechnique.org ([129.104.30.34]:42513) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XW2kr-0005yl-2k for 18351@debbugs.gnu.org; Mon, 22 Sep 2014 08:30:10 -0400 Original-Received: from top-wifi.irisa.fr (top-wifi.irisa.fr [131.254.66.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id 6A2E31408EEE5; Mon, 22 Sep 2014 14:30:07 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Thu, 28 Aug 2014 21:59:31 -0400") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (darwin) X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Mon Sep 22 14:30:07 2014 +0200 (CEST)) X-Org-Mail: alan.schmitt.1995@polytechnique.org X-Mailman-Approved-At: Mon, 22 Sep 2014 13:56:06 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:93640 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, On 2014-08-28 21:59, Stefan Monnier writes: >> The problem with this function is that the list of deleted articles is >> reversed in every case, but it should only be reversed in the last case >> (when it was created considering each article in turn and pushing it >> onto the list, thus creating it in reverse). Attached is a patch fixing >> this. > > The analysis looks good, and so does the patch. > >> If you agree with this analysis, could you please apply this patch? > > I can apply the patch, but since I'm not familiar with this code, > I'd like to hear some comment from one of the Gnus guys. I've been using this patch for about a month now and I have not encountered any problem. Is there anything I can do to help its application? Thanks, Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUIBZNAAoJEAQNCjtO0uXHJDkH/jwb8F3EC9ArGgg9nDIbEViM eHn1D2jeMJWS6me4Q3wOBgSLMyvf76dqfrJSuwk5cafToIsb4cBJ5SMlEDwoeXxr zyTMUZnwl67jLVn/he/FiSg2ctXDzz3Q1lgwB6Flyh7ElAhfZoLHgJfR9m3o5rCr TXwp9Apqx+xWgM5FrzgIXk8IVf330POixjAQkP+jF0eU5uttc/C6UDLblfaOVOJL cP5SBWn7n1gL3ssBzu+Exn2nIqx6AYnSswV0xE1lQTWpWBSGaMMQo+dk+l0hiykc fe8zeP49Itjfi7X2DWy7k07bmXF2XDKhlfp/CHXBKMvRSl1ihHsOGlxUsujax5g= =kdFQ -----END PGP SIGNATURE----- --=-=-=--