From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13725 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.gnus.general Subject: Re: How Can I send a MIME attachment so that M$ will know it's an attachment ? Date: 28 Jan 1998 17:50:42 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: jari.aalto@ntc.nokia.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153038 10760 80.91.224.250 (20 Oct 2002 22:30:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:30:38 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id HAA19141 for ; Wed, 28 Jan 1998 07:58:01 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA25476 for ; Wed, 28 Jan 1998 09:55:21 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAH08911; Wed, 28 Jan 1998 09:55:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Jan 1998 09:51:06 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id JAA08895 for ; Wed, 28 Jan 1998 09:50:55 -0600 (CST) Original-Received: (qmail 16674 invoked by uid 504); 28 Jan 1998 15:50:47 -0000 Original-Received: (qmail 16671 invoked from network); 28 Jan 1998 15:50:47 -0000 Original-Received: from axl01it.ntc.nokia.com (131.228.118.232) by claymore.vcinet.com with SMTP; 28 Jan 1998 15:50:46 -0000 Original-Received: from zeus.tele.nokia.fi (zeus.tele.nokia.fi [131.228.134.50]) by axl01it.ntc.nokia.com (8.8.5/8.6.9) with SMTP id RAA03173 for ; Wed, 28 Jan 1998 17:49:58 +0200 (EET) Original-Received: from pegasus.tele.nokia.fi (pegasus.ntc.nokia.com [131.228.169.148]) by zeus.tele.nokia.fi (8.6.4/8.6.4) with ESMTP id RAA05505 for ; Wed, 28 Jan 1998 17:51:23 +0200 Original-Received: (from jaalto@localhost) by pegasus.tele.nokia.fi (8.7.5/8.7.1) id RAA02243; Wed, 28 Jan 1998 17:50:43 +0200 (EET) Original-To: Ding mailing list X-info: Quassia Gnus v0.22 In-Reply-To: Aharon Schkolnik's message of "28 Jan 1998 15:05:52 +0200" Original-Lines: 19 X-Mailer: Quassia Gnus v0.22/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13725 98-01-28 Aharon Schkolnik list.ding | Hi. I'm trying to send a jpg file to someone using M$ software. I | want M$ to realize that it is an attachment. I tried using tm, but M$ | doesn't understand. Add this to TM setup and it should do it. I Have these kind of definitions in tm-edit-load-hook jari (push '("\\.jpg" "image" "jpg" nil "base64" "attachment" (("filename" . file)) ) mime-file-types)