From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: [rmail-mbox-branch]: mail-utils Date: Sat, 09 Oct 2004 13:12:08 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1096006177.432792.29828.nullmailer@Update.UU.SE> <1096014084.739640.30529.nullmailer@Update.UU.SE> <200410031040.i93Ae1YS000609@oak.pohoyda.family> <87d5zvwmq9.fsf_-_@oak.pohoyda.family> <20041006214742.GA5180@fencepost> <87mzywyeau.fsf@oak.pohoyda.family> <20041008234741.GA17298@fencepost> <878yafj2tn.fsf@oak.pohoyda.family> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097341965 14925 80.91.229.6 (9 Oct 2004 17:12:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2004 17:12:45 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, ding@gnus.org, Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 09 19:12:32 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGKlk-0006jX-00 for ; Sat, 09 Oct 2004 19:12:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGKsa-0004tn-J6 for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2004 13:19:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGKsR-0004ti-TY for emacs-devel@gnu.org; Sat, 09 Oct 2004 13:19:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGKsR-0004tL-7U for emacs-devel@gnu.org; Sat, 09 Oct 2004 13:19:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGKsR-0004tI-4S for emacs-devel@gnu.org; Sat, 09 Oct 2004 13:19:27 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGKlK-0008I4-NR; Sat, 09 Oct 2004 13:12:06 -0400 Original-Received: from empanada.home ([67.71.26.106]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041009170939.FDY1635.simmts5-srv.bellnexxia.net@empanada.home>; Sat, 9 Oct 2004 13:09:39 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id E3AB8318182; Sat, 9 Oct 2004 13:12:08 -0400 (EDT) Original-To: Alexander Pohoyda In-Reply-To: <878yafj2tn.fsf@oak.pohoyda.family> (Alexander Pohoyda's message of "09 Oct 2004 18:04:04 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28141 gmane.emacs.gnus.general:58789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28141 > My primary concern, however, is that mm- stuff is rather a MIME > parser (viewer), while rfc*.el files implement basic functions. > Wouldn't it be good to have these two things clearly separated? I guess I'd agree with the following: - changes that remove dependencies from rfc* to mm* - changes that remove dependencies from mm* to gnus* - moving rfc* and mm* files from gnus/ to mail/ I don't see a strong need to create a mime-only subdirectory (of course mail/mime is even worse since we currently only support one level of subdirectory). Stefan