Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Love <d.love@dl.ac.uk>
Cc: lbudney@pobox.com
Subject: Re: mailcrypt
Date: 23 Aug 1998 19:30:53 +0100	[thread overview]
Message-ID: <rzq90kfbleq.fsf@djlvig.dl.ac.uk> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "Sun, 23 Aug 1998 12:34:55 GMT"

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

 Lars> Uhm...  I sorta changed gnus-article-hide-pgp to actually delete the
 Lars> PGP stuff instead of hiding it.

Actually other washing can cause trouble anyway.

 Lars> I was afraid it would break Mailcrypt, but fixing this in
 Lars> Mailcrypt should be trivial -- it just has to peek into
 Lars> gnus-original-article-buffer instead of gnus-article-buffer.

Indeed.  I thought I'd sent this off, but it doesn't look as though I
did.  The patch is against 3.5b4 but was essentially the same for 3.4.
(IIRC it was at Toby Speight's suggestion, to cope with ^Ls before his
sig.)

1998-07-28  Dave Love  <d.love@dl.ac.uk>

	* mc-toplev.el (mc-gnus-verify-signature, mc-gnus-snarf-keys): Use
	(unmolested) gnus-original-article-buffer.

*** mc-toplev.el	1998/07/28 18:10:03	1.1
--- mc-toplev.el	1998/07/28 18:10:53
***************
*** 528,540 ****
  (defun mc-gnus-verify-signature ()
    (interactive)
    (gnus-summary-select-article)
!   (gnus-eval-in-buffer-window gnus-article-buffer
      (save-restriction (widen) (mc-verify-signature))))
  
  (defun mc-gnus-snarf-keys ()
    (interactive)
    (gnus-summary-select-article)
!   (gnus-eval-in-buffer-window gnus-article-buffer
      (save-restriction (widen) (mc-snarf-keys))))
  
  (defun mc-gnus-decrypt-message ()
--- 528,540 ----
  (defun mc-gnus-verify-signature ()
    (interactive)
    (gnus-summary-select-article)
!   (gnus-eval-in-buffer-window gnus-original-article-buffer
      (save-restriction (widen) (mc-verify-signature))))
  
  (defun mc-gnus-snarf-keys ()
    (interactive)
    (gnus-summary-select-article)
!   (gnus-eval-in-buffer-window gnus-original-article-buffer
      (save-restriction (widen) (mc-snarf-keys))))
  
  (defun mc-gnus-decrypt-message ()



  reply	other threads:[~1998-08-23 18:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-23  3:56 mailcrypt Phil Humpherys
1998-08-23 12:29 ` mailcrypt Lars Magne Ingebrigtsen
1998-08-23 18:30   ` Dave Love [this message]
1998-08-24  3:54 mailcrypt Phil Humpherys
1998-08-25  5:54 ` mailcrypt Lars Magne Ingebrigtsen
1998-09-07  6:02 mailcrypt Phil Humpherys
1998-09-07  6:39 ` mailcrypt Stefan Waldherr
     [not found] ` <x7btorn22v.fsf@peorth.gweep.net>
1998-09-08  0:33   ` mailcrypt Phil Humpherys
1999-04-23 16:06   ` mailcrypt François Pinard
1999-04-23 16:14     ` mailcrypt Alexandre Oliva
1999-04-23 16:43       ` mailcrypt François Pinard
1999-04-23 16:19     ` mailcrypt William M. Perry
1999-04-23 16:27     ` mailcrypt Lee Willis

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=rzq90kfbleq.fsf@djlvig.dl.ac.uk \
    --to=d.love@dl.ac.uk \
    --cc=lbudney@pobox.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).