Gnus development mailing list
 help / color / mirror / Atom feed
From: <jari.aalto@poboxes.com>
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	[thread overview]
Message-ID: <tbk9bkfvhp.fsf@pegasus.tele.nokia.fi> (raw)
In-Reply-To: Aharon Schkolnik's message of "28 Jan 1998 15:05:52 +0200"

 98-01-28 Aharon Schkolnik <aharon@health.gov.il> 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)



  reply	other threads:[~1998-01-28 15:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-28 13:05 Aharon Schkolnik
1998-01-28 15:50 ` jari.aalto [this message]
1998-02-01 16:00   ` Aharon Schkolnik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tbk9bkfvhp.fsf@pegasus.tele.nokia.fi \
    --to=jari.aalto@poboxes.com \
    --cc=jari.aalto@ntc.nokia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).