Gnus development mailing list
 help / color / mirror / Atom feed
From: Christoph Conrad <C.Conrad@cli.de>
Cc: ding@gnus.org
Subject: Re: winmail.dat attachments
Date: 21 Mar 2001 11:17:28 +0100	[thread overview]
Message-ID: <ur8zr5suf.fsf@cli.de> (raw)
In-Reply-To: <ilud7bb1nay.fsf@barbar.josefsson.org> (Simon Josefsson's message of "21 Mar 2001 10:30:45 +0100")

    Simon> No, it handles attachments too, see
    Simon> <URL:http://www.fiction.net/blong/ programs/#tnef2txt>.

With the following fix it works under Windows NT too:

  if ((fp = fopen(filename,"r")) == NULL) {
=>
  if ((fp = fopen(filename,"rb")) == NULL) {

(mailed to the author)

i. A.
Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



  reply	other threads:[~2001-03-21 10:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-20 21:29 dnc
2001-03-21  9:30 ` Simon Josefsson
2001-03-21 10:17   ` Christoph Conrad [this message]
2001-03-25 20:35 ` Hannu Koivisto

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=ur8zr5suf.fsf@cli.de \
    --to=c.conrad@cli.de \
    --cc=ding@gnus.org \
    /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).