From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79827 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] nnir.el: Fix matching of server type. Date: Sun, 04 Sep 2011 22:12:26 -0400 Message-ID: <87hb4rpwj9.fsf@andy.bu.edu> References: <1315188049-30953-1-git-send-email-kanru@kanru.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315188773 32584 80.91.229.12 (5 Sep 2011 02:12:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 02:12:53 +0000 (UTC) Cc: ding@gnus.org, Lars Magne Ingebrigtsen To: Kan-Ru Chen Original-X-From: ding-owner+M28121@lists.math.uh.edu Mon Sep 05 04:12:49 2011 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.69) (envelope-from ) id 1R0Og4-0001yJ-Pg for ding-account@gmane.org; Mon, 05 Sep 2011 04:12:48 +0200 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 1R0Ofy-000466-M4; Sun, 04 Sep 2011 21:12:42 -0500 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 1R0Ofx-00045y-9I for ding@lists.math.uh.edu; Sun, 04 Sep 2011 21:12:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R0Ofm-000510-M8 for ding@lists.math.uh.edu; Sun, 04 Sep 2011 21:12:40 -0500 Original-Received: from andy.bu.edu ([128.197.41.152]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R0Ofk-0007b2-HE; Mon, 05 Sep 2011 04:12:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=andy.bu.edu) by andy.bu.edu with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1R0Ofi-0003jD-Iz; Sun, 04 Sep 2011 22:12:26 -0400 In-Reply-To: <1315188049-30953-1-git-send-email-kanru@kanru.info> (Kan-Ru Chen's message of "Mon, 5 Sep 2011 10:00:49 +0800") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: cohen@andy.bu.edu X-SA-Exim-Scanned: No (on andy.bu.edu); SAEximRunCond expanded to false X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79827 Archived-At: >>>>> "Kan-Ru" == Kan-Ru Chen writes: Kan-Ru> --- lisp/ChangeLog | 7 +++++++ lisp/nnir.el | 10 +++++----- Kan-Ru> 2 files changed, 12 insertions(+), 5 deletions(-) Thank you, I'll push these shortly.