From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: Git help: what happened to nnimap-group-to-imap? Date: Mon, 04 Sep 2017 10:19:53 +0900 Organization: Emacsen advocacy group Message-ID: References: <87ziae2mhb.fsf@vostro.rath.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1504488047 7106 195.159.176.226 (4 Sep 2017 01:20:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 4 Sep 2017 01:20:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 04 03:20:32 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dog3n-0000Lj-9q for ged-emacs-devel@m.gmane.org; Mon, 04 Sep 2017 03:20:19 +0200 Original-Received: from localhost ([::1]:46651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dog3r-00070B-9I for ged-emacs-devel@m.gmane.org; Sun, 03 Sep 2017 21:20:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dog3d-0006lQ-01 for emacs-devel@gnu.org; Sun, 03 Sep 2017 21:20:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dog3Y-0007Jd-C8 for emacs-devel@gnu.org; Sun, 03 Sep 2017 21:20:08 -0400 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191]:43458 helo=hampton.hostforweb.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dog3Y-0007JP-7r for emacs-devel@gnu.org; Sun, 03 Sep 2017 21:20:04 -0400 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from ) id 1dog3P-0025h1-JW; Sun, 03 Sep 2017 20:20:02 -0500 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:klMiEyE+DCBz1/7kC9EfJ5PWYDA= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] [fuzzy] X-Received-From: 205.234.186.191 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217919 Archived-At: On Fri, 01 Sep 2017 22:27:28 +0200, Nikolaus Rath wrote: > As of commit 5ed73 in the (now obsolete) Gnus Git repository, the > lisp/nnimap.el file had a "nnimap-group-to-imap" function. If you meant this change in the *Gnus git master* (I have a copy of it locally): commit 5ed73c72ca790ad9a18d60a89f8139c8e7769726 Author: Katsumi Yamaoka Date: Thu Jul 9 03:46:27 2015 +0000 lisp/ChangeLog, texi/ChangeLog: Fix last commit commit 19c794d9d547fb3b3a22f28e5e4b963ff98f2f98 Author: Nikolaus Rath Date: Tue Jul 7 20:52:45 2015 -0700 nnimap.el: Handle plain value for nnimap-stream * lisp/nnimap.el (nnimap-open-connection-1): Always query capabilities, so that a 'plain value for the `nnimap-stream' server variable is handled correctly. * texi/gnus.texi: Document the 'plain option. commit 6f138d3073523867b2a32a51d1c1c9ce572f8bc8 [...] There is no such function `nnimap-group-to-imap' in that change and the other two changes you seem to have made. Hmm...