Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-insert-mime-security-button
@ 2000-12-29 12:54 Lars Magne Ingebrigtsen
  2000-12-29 13:56 ` gnus-insert-mime-security-button Kai Großjohann
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-12-29 12:54 UTC (permalink / raw)


When viewing PGP signed messages, we get buttons before and after the
message.  I think that's kinda unnecessary -- no other parts get
buttons unless you press `K b'.  However, `K b'-in such messages gets
only a new text/plain button, and hitting that button makes Gnus bug
out, so I think perhaps enrolling those messages into the normal MIME
handling routines would be a good idea...  (Even though the messages
aren't MIME.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: gnus-insert-mime-security-button
  2000-12-29 12:54 gnus-insert-mime-security-button Lars Magne Ingebrigtsen
@ 2000-12-29 13:56 ` Kai Großjohann
  2000-12-29 14:16   ` gnus-insert-mime-security-button Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2000-12-29 13:56 UTC (permalink / raw)


On 29 Dec 2000, Lars Magne Ingebrigtsen wrote:

> I think that's kinda unnecessary -- no other parts get
> buttons unless you press `K b'.

But the buttons provide information: they tell you if the verification
was okay or not.  Hm.  OTOH, right now Gnus doesn't verify
automatically at all.  Whee.  Hm.  But omitting the button means that
there is nothing you can click on to tell Gnus you want to verify.

Also, you might get a message with two text/plain parts, one of which
verifies okay and the other doesn't.  Then you want to know which part
of the message you can trust.

kai
-- 
~/.signature



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

* Re: gnus-insert-mime-security-button
  2000-12-29 13:56 ` gnus-insert-mime-security-button Kai Großjohann
@ 2000-12-29 14:16   ` Lars Magne Ingebrigtsen
  2000-12-29 15:06     ` gnus-insert-mime-security-button Kai Großjohann
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-12-29 14:16 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> But the buttons provide information: they tell you if the verification
> was okay or not.  Hm.  OTOH, right now Gnus doesn't verify
> automatically at all.  Whee.  Hm.  But omitting the button means that
> there is nothing you can click on to tell Gnus you want to verify.
> 
> Also, you might get a message with two text/plain parts, one of which
> verifies okay and the other doesn't.  Then you want to know which part
> of the message you can trust.

But I kinda consider all that debugging info.  When I'm reading, I'm
reading, and I don't care about encoding, encryption, verification and
all that jazz.  Whether it's a fifteen-part HTML multipart/related, an
encrypted message/rfc822 or a plain text/plain, I just want to read
it.  Gnus should present it in a manner that pleasing to read by
default. 

If I'm interested in the details, we have `K b', and if I'm really
really interested, we have `C-d', and if I'm totally paranoid, we have
`C-u g'.  :-)

(Besides, the PGP messages have "p" in the mode line.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: gnus-insert-mime-security-button
  2000-12-29 14:16   ` gnus-insert-mime-security-button Lars Magne Ingebrigtsen
@ 2000-12-29 15:06     ` Kai Großjohann
  2000-12-29 18:13       ` gnus-insert-mime-security-button Andreas Fuchs
  0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2000-12-29 15:06 UTC (permalink / raw)


On 29 Dec 2000, Lars Magne Ingebrigtsen wrote:

> But I kinda consider all that debugging info.  When I'm reading, I'm
> reading, and I don't care about encoding, encryption, verification
> and all that jazz.  Whether it's a fifteen-part HTML
> multipart/related, an encrypted message/rfc822 or a plain
> text/plain, I just want to read it.  Gnus should present it in a
> manner that pleasing to read by default.

So maybe Gnus should suppress the signed parts where the verification
failed and print

        FORGED CONTENT SNIPPED

in large friendly letters, instead.

kai
-- 
~/.signature



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

* Re: gnus-insert-mime-security-button
  2000-12-29 15:06     ` gnus-insert-mime-security-button Kai Großjohann
@ 2000-12-29 18:13       ` Andreas Fuchs
  2000-12-29 18:46         ` gnus-insert-mime-security-button Graham Murray
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Fuchs @ 2000-12-29 18:13 UTC (permalink / raw)


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

Today, Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> wrote:
> So maybe Gnus should suppress the signed parts where the verification
> failed and print

>         FORGED CONTENT SNIPPED
> in large friendly letters, instead.

Eeeek. That would make it a little difficult to read mailing lists where
people sign their mails by default (debian-devel, for example) while
their keys are not in your keyring.

Having faces for the different possibilities (check failed, check OK but
key untrusted, check OK and key trusted) would be nice, I think (a
multi-coloured sidebar, anyone?).

Assuming that signed content for which the check fails is forged by
default would be too confusing and annoying, IMHO -- think bad MTAs and
MUAs which don't do PGP content right.

(Proof by example: is this message forged? (-:)

-- 
Andreas Fuchs, <asf@acm.org>, <d96001@htlwrn.ac.at>, antifuchs

[-- Attachment #2: Type: application/pgp-signature, Size: 231 bytes --]

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

* Re: gnus-insert-mime-security-button
  2000-12-29 18:13       ` gnus-insert-mime-security-button Andreas Fuchs
@ 2000-12-29 18:46         ` Graham Murray
  2000-12-29 18:58           ` gnus-insert-mime-security-button Andreas Fuchs
  0 siblings, 1 reply; 7+ messages in thread
From: Graham Murray @ 2000-12-29 18:46 UTC (permalink / raw)


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

Andreas Fuchs <asf@acm.org> writes:

> Eeeek. That would make it a little difficult to read mailing lists where
> people sign their mails by default (debian-devel, for example) while
> their keys are not in your keyring.

You can configure things so that if the key is not in your keyring
then it will be fetched (as your was) prior to being verified. Also I
run with verify turned on by default.

[-- Attachment #2: Type: application/pgp-signature, Size: 268 bytes --]

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

* Re: gnus-insert-mime-security-button
  2000-12-29 18:46         ` gnus-insert-mime-security-button Graham Murray
@ 2000-12-29 18:58           ` Andreas Fuchs
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Fuchs @ 2000-12-29 18:58 UTC (permalink / raw)


Today, Graham Murray <graham@barnowl.demon.co.uk> wrote:
> Andreas Fuchs <asf@acm.org> writes:
> You can configure things so that if the key is not in your keyring
> then it will be fetched (as your was) prior to being verified. Also I
> run with verify turned on by default.

Right. But that makes having an internet connection up when you're
reading mail, which is not desireable if you (like me) prefer reading
your mail offline <rant>because your local telecomedians charge for the
time you're connected (which makes reading mail online an expensive
exercise).</rant>

-- 
Andreas Fuchs, <asf@acm.org>, <d96001@htlwrn.ac.at>, antifuchs



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

end of thread, other threads:[~2000-12-29 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-29 12:54 gnus-insert-mime-security-button Lars Magne Ingebrigtsen
2000-12-29 13:56 ` gnus-insert-mime-security-button Kai Großjohann
2000-12-29 14:16   ` gnus-insert-mime-security-button Lars Magne Ingebrigtsen
2000-12-29 15:06     ` gnus-insert-mime-security-button Kai Großjohann
2000-12-29 18:13       ` gnus-insert-mime-security-button Andreas Fuchs
2000-12-29 18:46         ` gnus-insert-mime-security-button Graham Murray
2000-12-29 18:58           ` gnus-insert-mime-security-button Andreas Fuchs

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