From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37476 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: MML multipart tag -- what does it do? Date: Sat, 04 Aug 2001 17:42:28 +0200 Message-ID: <87zo9fq1az.fsf@deneb.enyo.de> References: <2nr8utf2u6.fsf@piglet.jia.vnet> <874rrolurg.fsf@smarttrust.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172885 14125 80.91.224.250 (21 Oct 2002 04:01:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:01:25 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 19113 invoked from network); 4 Aug 2001 15:35:38 -0000 Original-Received: from mail.s.netic.de (HELO mail.netic.de) (212.9.160.11) by gnus.org with SMTP; 4 Aug 2001 15:35:38 -0000 Original-Received: by mail.netic.de (Smail3.2.0.111/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.87 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m15T3Sh-001X1oC; Sat, 4 Aug 2001 17:35:35 +0200 (CEST) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de ident=exim) by mail.enyo.de with esmtp (Exim 3.12 #1) id 15T3H6-0007Mu-00 for ding@gnus.org; Sat, 04 Aug 2001 17:23:36 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 15T3ZN-0000vZ-00 for ding@gnus.org; Sat, 04 Aug 2001 17:42:29 +0200 Original-To: ding@gnus.org In-Reply-To: <874rrolurg.fsf@smarttrust.com> (Nuutti Kotivuori's message of "Sat, 04 Aug 2001 00:05:07 +0300") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 28 Xref: main.gmane.org gmane.emacs.gnus.general:37476 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37476 Nuutti Kotivuori writes: > And there is a problem on this as well. For example if the user wants > to sign his message, he adds this to the beginning of his message: > > <#!part sign=pgpmime> > > And everything is fine when he sends normal messages. But if his > messages contain multiple parts, that above markup will only sign the > first part. He must write instead: > > <#!multipart sign=pgpmime> Personally, I consider the '<#!part sign=pgpmime>' stuff a completely broken design. IMHO, MML should as closely as possible match the MIME structure of a message. I still don't know why the initial proposal for something like this: <#multipart type=signed> <#part> This is a signed multipart. <#part type="text/plain" filename="~/file2" disposition=attachment description="signed attachment"> <#/part> <#/multipart> was superseded by this odd construct.