From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76730 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: imap.el and nnimap.el Date: Mon, 14 Feb 2011 15:17:22 -0500 Message-ID: References: <8762sn4fgh.fsf@lifelogs.com> <87tyg72wrl.fsf@lifelogs.com> <87hbc6vf69.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297714658 2896 80.91.229.12 (14 Feb 2011 20:17:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 20:17:38 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 14 21:17:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp4rV-0007gJ-R8 for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2011 21:17:33 +0100 Original-Received: from localhost ([127.0.0.1]:46423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp4rV-0005I5-4c for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2011 15:17:33 -0500 Original-Received: from [140.186.70.92] (port=35384 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp4rO-0005H3-8P for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:17:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp4rM-0001yG-QQ for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:17:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp4rM-0001yC-Nj for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:17:24 -0500 Original-Received: from localhost ([127.0.0.1]:60513) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp4rK-0005Ud-R5; Mon, 14 Feb 2011 15:17:22 -0500 X-Spook: Ft. Bragg SEAL Team 6 MDA Capricorn ANC S Key Serbian X-Ran: 'UUwMjD_V1$z{;LSn~,4Kko|yUQQ?nh?K{611PIH[ANZ^Yk~7n.-{?,gdsz"x#T|}7kI#- X-Hue: magenta X-Attribution: GM In-Reply-To: <87hbc6vf69.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 14 Feb 2011 08:55:42 -0600") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136017 gmane.emacs.gnus.general:76730 Archived-At: Ted Zlatanov wrote: > Are there special warning when you use obsolete things? Yes, you get a warning when loading something from obsolete/. > Gnus itself needs imap.el only in one place (mail-source.el) so I > propose we move imap.el to Emacs and out of Gnus when and if that > dependency is removed. It's a general-purpose library anyway. Sounds good to me. It's already in the net/ directory in Emacs, so from the Emacs side there would be nothing to do. Just stop syncing it to/from Gnus I guess.