From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: [rmail-mbox-branch]: mail-utils Date: Wed, 6 Oct 2004 17:47:42 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20041006214742.GA5180@fencepost> 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097099315 19936 80.91.229.6 (6 Oct 2004 21:48:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2004 21:48:35 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 06 23:48:21 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 1CFJe0-0006Da-00 for ; Wed, 06 Oct 2004 23:48:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFJkh-0000VV-Hc for ged-emacs-devel@m.gmane.org; Wed, 06 Oct 2004 17:55:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFJkZ-0000VK-Lc for emacs-devel@gnu.org; Wed, 06 Oct 2004 17:55:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFJkY-0000Us-DQ for emacs-devel@gnu.org; Wed, 06 Oct 2004 17:55:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFJkY-0000Up-4P for emacs-devel@gnu.org; Wed, 06 Oct 2004 17:55:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFJdh-0002gi-DD for emacs-devel@gnu.org; Wed, 06 Oct 2004 17:48:01 -0400 Original-Received: from miles by fencepost.gnu.org with local (Exim 4.34) id 1CFJdO-0001YL-Ea; Wed, 06 Oct 2004 17:47:42 -0400 Original-To: Alexander Pohoyda Content-Disposition: inline In-Reply-To: <87d5zvwmq9.fsf_-_@oak.pohoyda.family> User-Agent: Mutt/1.3.28i Blat: Foop 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:28010 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28010 On Wed, Oct 06, 2004 at 11:38:54PM +0200, Alexander Pohoyda wrote: > The gnus/rfc2047.el file contains something like this: > > (require 'mm-util) > ;; Fixme: Avoid this (used for mail-parse-charset) mm dependence on gnus. > (require 'mail-prsvr) > (require 'base64) > (autoload 'mm-body-7-or-8 "mm-bodies") > > and I decided that I better not merge pure RFC-defined functionality > with GNUS-specific functions. The mm- stuff seems not to be intended to be gnus-specific, but rather general-purpose code for handling mime that happens to be developed as part of gnus. There are probably a few dependencies on gnus that have crept in, but I presume these could be excised. -Miles -- Love is a snowmobile racing across the tundra. Suddenly it flips over, pinning you underneath. At night the ice weasels come. --Nietzsche