From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76737 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: imap.el and nnimap.el Date: Mon, 14 Feb 2011 14:48:10 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8739nqqr5h.fsf@lifelogs.com> 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 X-Trace: dough.gmane.org 1297716517 13656 80.91.229.12 (14 Feb 2011 20:48:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 20:48:37 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 14 21:48:33 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 1Pp5LV-0002BM-Fm for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2011 21:48:33 +0100 Original-Received: from localhost ([127.0.0.1]:42845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5LV-00017f-0B for ged-emacs-devel@m.gmane.org; Mon, 14 Feb 2011 15:48:33 -0500 Original-Received: from [140.186.70.92] (port=53864 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5LO-00017K-Dp for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:48:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp5LN-00079Q-I6 for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:48:26 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:60631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp5LN-00079M-9s for emacs-devel@gnu.org; Mon, 14 Feb 2011 15:48:25 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pp5LM-00024U-Bs for emacs-devel@gnu.org; Mon, 14 Feb 2011 21:48:24 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 21:48:24 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 21:48:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:WGI0exQPcVyuprqPgG3Am2U57+8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:136019 gmane.emacs.gnus.general:76737 Archived-At: On Mon, 14 Feb 2011 15:17:22 -0500 Glenn Morris wrote: GM> Ted Zlatanov wrote: >> Are there special warning when you use obsolete things? GM> Yes, you get a warning when loading something from obsolete/. Great, I had never used it :) >> 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. GM> Sounds good to me. It's already in the net/ directory in Emacs, so from GM> the Emacs side there would be nothing to do. Just stop syncing it GM> to/from Gnus I guess. OK. Thanks for your help. Ted