Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with GPG signatures
@ 2001-01-12  2:22 Jesper Harder
  2001-01-12  2:56 ` ShengHuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Harder @ 2001-01-12  2:22 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

Hi!

I'm having some problems with GPG signatures: The copy of the message
saved in my archive group works fine, but the signature in the message
which is actually sent, is broken and doesn't work.

I've attached an archived message and a sent message. What am I doing
wrong?


[-- Attachment #2: Archived message --]
[-- Type: message/rfc822, Size: 824 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 6 bytes --]

test

[-- Attachment #2.1.2: Type: application/pgp-signature, Size: 239 bytes --]

[-- Attachment #3: Sent message --]
[-- Type: message/rfc822, Size: 1047 bytes --]

[-- Attachment #3.1.1: Type: text/plain, Size: 6 bytes --]

test

[-- Attachment #3.1.2: Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with GPG signatures
  2001-01-12  2:22 Problem with GPG signatures Jesper Harder
@ 2001-01-12  2:56 ` ShengHuo ZHU
  2001-01-12  3:20   ` Jesper Harder
  0 siblings, 1 reply; 3+ messages in thread
From: ShengHuo ZHU @ 2001-01-12  2:56 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

Jesper Harder <harder@ifa.au.dk> writes:

> Hi!
> 
> I'm having some problems with GPG signatures: The copy of the message
> saved in my archive group works fine, but the signature in the message
> which is actually sent, is broken and doesn't work.
> 
> I've attached an archived message and a sent message. What am I doing
> wrong?

If you are using NTEmacs and the value of mml2015-use is gpg, this
patch may help.

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gpg.el-1.9.diff --]
[-- Type: text/x-patch, Size: 609 bytes --]

Index: gpg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/gpg.el,v
retrieving revision 1.9
diff -u -u -r1.9 gpg.el
--- gpg.el	2000/12/20 03:05:26	1.9
+++ gpg.el	2001/01/12 02:53:28
@@ -700,7 +700,7 @@
 temporary file.  Before invoking CMD, the contents of STDIN is written
 to this file."
   (gpg-with-temp-files 2
-   (let* ((coding-system-for-read 'no-conversion)
+   (let* ((coding-system-for-read 'raw-text)
 	  (coding-system-for-write 'no-conversion)
 	  (have-stdin-file (memq 'stdin-file args))
 	  (stdin-file (nth 0 gpg-temp-files))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with GPG signatures
  2001-01-12  2:56 ` ShengHuo ZHU
@ 2001-01-12  3:20   ` Jesper Harder
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Harder @ 2001-01-12  3:20 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> Jesper Harder <harder@ifa.au.dk> writes:
>
> > I'm having some problems with GPG signatures: The copy of the message
> > saved in my archive group works fine, but the signature in the message
> > which is actually sent, is broken and doesn't work.
>
> If you are using NTEmacs and the value of mml2015-use is gpg, this
> patch may help.

Yep, that did the trick. Thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-01-12  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-12  2:22 Problem with GPG signatures Jesper Harder
2001-01-12  2:56 ` ShengHuo ZHU
2001-01-12  3:20   ` Jesper Harder

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).