Gnus development mailing list
 help / color / mirror / Atom feed
From: Kirk Strauser <kirk@strauser.com>
Cc: ding@hpc.uh.edu
Subject: Re: Lambda functions in group parameters?
Date: Wed, 16 Apr 2003 10:00:41 -0500	[thread overview]
Message-ID: <87llyah4h2.fsf@pooh.honeypot.net> (raw)
In-Reply-To: <87ptnn6p0b.fsf@mulligatwani.msrl.com> (Michael Shields's message of "Wed, 16 Apr 2003 04:32:36 +0000")

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

At 2003-04-16T04:32:36Z, Michael Shields <shields@msrl.com> writes:

>> I'm trying to get Gnus to use per-group values for
>> gnus-message-setup-hook (mainly so that I can use the
>> mml-secure-message-sign-pgpmime function to sign email, and the
>> mml-secure-message-sign-pgp function to sign news).

> Why not:
>
>     (add-hook 'gnus-message-setup-hook
>               (lambda ()
>                 (if (message-news-p)
>                    (mml-secure-message-sign-pgp)
>                  (mml-secure-message-sign-pgpmime))))

The reason is that I have some groups where I never sign my email, such as
those for my clients who just can't be made to understand that PGP is not a
virus (well, in the standard sense :) ).  My current setup lets me set a
default method of signing, then configure a different method (or no method
at all) on a per-topic or per-group basis.
-- 
Kirk Strauser

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

      reply	other threads:[~2003-04-16 15:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16  3:09 Kirk Strauser
2003-04-16  4:32 ` Michael Shields
2003-04-16 15:00   ` Kirk Strauser [this message]

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=87llyah4h2.fsf@pooh.honeypot.net \
    --to=kirk@strauser.com \
    --cc=ding@hpc.uh.edu \
    /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).