From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18774 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: MIME composition (was: Storing the group a message has been written to) Date: 17 Nov 1998 13:37:53 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <199811161945.OAA24469@alderaan.gsfc.nasa.gov> <7wpvamzrsu.fsf@malachi.jlm.johnbryce.co.il> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035157243 8081 80.91.224.250 (20 Oct 2002 23:40:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:40:43 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA08715 for ; Tue, 17 Nov 1998 07:38:43 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB10827; Tue, 17 Nov 1998 06:38:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Nov 1998 06:38:20 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id GAA07276 for ; Tue, 17 Nov 1998 06:38:10 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (root@sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA08700 for ; Tue, 17 Nov 1998 07:38:02 -0500 (EST) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id NAA24180; Tue, 17 Nov 1998 13:38:12 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id NAA06654; Tue, 17 Nov 1998 13:37:53 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 15 X-Mailer: Gnus v5.6.42/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18774 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18774 Yair Friedman writes: > But reall, editing MML looks like editing .newsrc.eld. It might be > useful for internal representation, but not for user interface. Both are useful. Some people like to edit score files and group properties directly using the Lisp-like interface , and some people prefer to edit them using the Customize-like interface. Gnus offers both, and should probably do the same with MIME composition. Only problem is that writing a Customize-like interface for MIME composition is a lot of work, and I have this unpleasant feeling that it is not going to get done unless I do it. So I'd settle with an interface where `C-c C-a' adds a `Gnus-Attachment:' header, which is expanded into some MIME stuff when the article is send.