Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Subject: Re: Signature/encryption, what's the standard ?
Date: 29 Oct 1999 14:17:33 +0200	[thread overview]
Message-ID: <ilu4sfa744i.fsf@magenta01.nada.kth.se> (raw)
In-Reply-To: Steinar Bang's message of "29 Oct 1999 08:32:12 +0200"

Steinar Bang <sb@metis.no> writes:

> Hrvoje> FWIW, your messages are neither rfc2015 nor S/MIME.  (And I don't see
> Hrvoje> what either has to do with rfc2646.)
> 
> > Sorry, I meant RFC2633 (S/MIME) not 2646 (text/plain).
> 
> For easy reference:
>         http://www.ietf.org/rfc/rfc2015.txt
>         http://www.ietf.org/rfc/rfc2633.txt
>         http://www.ietf.org/rfc/rfc2646.txt

RFC-junkies like me might like this, it makes Gnus highlight
RFC-looking references and retrieve the document for me.

(defvar gnus-rfc-directory (list (concat (getenv "HOME") "/rfc/")
				 "/afs/stacken.kth.se/ftp/pub/rfc/"
				 "/ftp@ftp.stacken.kth.se:/pub/rfc/"))

(defun gnus-button-embedded-rfc (file)
  (if (string-match "\\([0-9]+\\)" file)
      (let ((dir gnus-rfc-directory)
	    (file (concat "rfc" (match-string 1 file) ".txt")))
	(while (and dir (not (file-readable-p (concat (car dir) file))))
	  (pop dir))
	(find-file (concat (car dir) file)))))

(push '("\\bRFC\\(-\\| \\)?[0-9]+\\(.txt\\|.doc\\)?" 0 t gnus-button-embedded-rfc 0) gnus-button-alist)


  reply	other threads:[~1999-10-29 12:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-27 12:57 Oscar Figueiredo
1999-10-27 14:26 ` Alan Shutko
1999-10-27 15:51 ` Hrvoje Niksic
1999-10-27 16:49   ` Oscar Figueiredo
1999-10-28 10:05     ` Hrvoje Niksic
1999-10-28 10:49       ` Graham Murray
1999-10-28 10:52         ` Hrvoje Niksic
1999-10-28 11:51           ` David Kågedal
1999-10-28 11:58             ` Hrvoje Niksic
1999-11-07  0:07       ` Lars Magne Ingebrigtsen
1999-10-29  6:32     ` Steinar Bang
1999-10-29 12:17       ` Simon Josefsson [this message]
1999-10-29 15:21         ` Eric Marsden
1999-10-28  1:02 ` John Saylor
1999-10-28  1:38   ` Jason R Mastaler
1999-10-28  7:38   ` Jaap-Henk Hoepman
1999-10-28  2:02 ` Stainless Steel Rat
1999-10-28  2:42   ` John Saylor
1999-10-28  3:42     ` Stainless Steel Rat
1999-10-30  6:41 ` Florian Weimer
1999-11-01  3:46   ` David S. Goldberg

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=ilu4sfa744i.fsf@magenta01.nada.kth.se \
    --to=jas@pdc.kth.se \
    /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).