From: Simon Josefsson <jas@pdc.kth.se>
Cc: ding@gnus.org
Subject: Re: spookmime.el
Date: 15 Nov 1999 16:03:29 +0100 [thread overview]
Message-ID: <ilu903zre4e.fsf@badis.pdc.kth.se> (raw)
In-Reply-To: Shaun Lipscombe's message of "15 Nov 1999 14:13:44 +0000"
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:
> Is anyone using spookmime.el with pgnus? If so, how did you get it
> working. The only reason I am asking, is because at the URL I have
> for the file, it states:
Put this in your .gnus, I think it works.
[-- Attachment #2: Type: text/plain, Size: 441 bytes --]
(defun spook-make-boundary nil
(save-excursion
(set-buffer (generate-new-buffer " *spook tmp*"))
(setq buffer-disable-undo t)
(spook)
(subst-char-in-region (point-min) (point-max) ?\n ?= t)
(subst-char-in-region (point-min) (point-max) ? ?- t)
(prog1
(buffer-substring (point-min) (min 70 (point-max)))
(kill-buffer (current-buffer)))))
(require 'mml)
(defun mml-make-boundary nil (spook-make-boundary))
next prev parent reply other threads:[~1999-11-15 15:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-11-15 14:13 spookmime.el Shaun Lipscombe
1999-11-15 15:03 ` Simon Josefsson [this message]
1999-11-15 20:43 ` spookmime.el François Pinard
1999-11-16 6:15 ` spookmime.el Hrvoje Niksic
2000-01-30 20:44 ` spookmime.el Greg Stark
1999-11-16 9:42 ` spookmime.el Shaun Lipscombe
1999-12-01 14:21 ` spookmime.el Lars Magne Ingebrigtsen
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=ilu903zre4e.fsf@badis.pdc.kth.se \
--to=jas@pdc.kth.se \
--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).