From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66360 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.gnus.general Subject: Re: Integration of nnmairix.el Date: Wed, 27 Feb 2008 12:09:44 +0100 Message-ID: References: <87ve65usi5.fsf@arcor.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204110534 32653 80.91.229.12 (27 Feb 2008 11:08:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 11:08:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14851@lists.math.uh.edu Wed Feb 27 12:09:17 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUKA0-0001Mm-S0 for ding-account@gmane.org; Wed, 27 Feb 2008 12:09:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JUK8f-0006fw-AN; Wed, 27 Feb 2008 05:07:53 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JUK8e-0006fg-0l for ding@lists.math.uh.edu; Wed, 27 Feb 2008 05:07:52 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JUK8X-0001xJ-UW for ding@lists.math.uh.edu; Wed, 27 Feb 2008 05:07:51 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JUK8d-00058D-00 for ; Wed, 27 Feb 2008 12:07:51 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUK8W-0002Od-GX for ding@gnus.org; Wed, 27 Feb 2008 11:07:44 +0000 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2008 11:07:44 +0000 Original-Received: from de_bb by kafka.physik3.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2008 11:07:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kafka.physik3.gwdg.de User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:x6MYfHW1aoOTmPLZr3l3VMogBu8= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66360 Archived-At: Katsumi Yamaoka writes: > Sorry for finding fault with it. But many warnings are issued > when compiling. Most of them look harmless, however the ones > concerning `nnmairix-request-group-with-article-number-correction' > seem to be real problems. A patch is attached below, though I'm > not sure of it. I would appreciate reviewing it. Thanks for looking into this. Patch looks good but in the last hunk it should better read + (insert (format "%d %d %d %d %s" status total low high (gnus-group-real-name qualgroup))) I applied the other things and will release a new version soon. Thanks again, David