Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Problem with Gnus and BBDB
Date: 08 Feb 2001 18:06:07 +0100	[thread overview]
Message-ID: <vaflmrhf6kg.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <vqou265blx5.fsf@imag.fr> (Nicolas Kowalski's message of "08 Feb 2001 09:48:06 +0100")

On 08 Feb 2001, Nicolas Kowalski wrote:

> (defun my-bbdb-hook ()
>   (setq bbdb/news-auto-create-p
> 	 (or (string-match "mail.perso" gnus-newsgroup-name)
> 	     (string-match "mail.verimag" gnus-newsgroup-name))))

(defun my-bbdb-news-auto-create-p ()
  (or (string-match "mail.perso" gnus-newsgroup-name)
      (string-match "mail.verimag" gnus-newsgroup-name)))

(defun my-bbdb-hook ()
  (setq bbdb/news-auto-create-p 'my-bbdb-news-auto-create-p))

kai
-- 
Be indiscrete.  Do it continuously.



      reply	other threads:[~2001-02-08 17:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-08  8:48 Nicolas Kowalski
2001-02-08 17:06 ` Kai Großjohann [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=vaflmrhf6kg.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).