Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
Subject: Re: Two dumb customization questions
Date: Sun, 02 May 2004 19:46:07 +0200	[thread overview]
Message-ID: <871xm23eow.fsf@virgil.koldfront.dk> (raw)
In-Reply-To: <873c6ispot.fsf@egil.codesourcery.com>

On Sun, 02 May 2004 10:29:22 -0700, Zack wrote:

> 1) How do I make Gnus automatically change the address in the From:
> line for all compose commands, based on which group is currently
> active?

Look at the section on "Posting styles" in the manual.
 <http://www.gnus.org/manual/gnus_139.html#SEC139>

> 2) How do I make BBDB ignore all messages in certain groups?

I'm using something like this, which someone provided me with a long
time ago; perhaps there is a better way?

 (setq gnus-select-group-hook
       '(lambda ()
          (setq bbdb/news-auto-create-p
                (and
                 (string-match "^nnml:" gnus-newsgroup-name)
                 (not (or (string-match "^nnml:spam" gnus-newsgroup-name)
                          (string-match "^nnml:virus" gnus-newsgroup-name)))))))


  Best regards,

    Adam

-- 
 "Och jag säger som Jennifer Lopez: Utan mina pärmar          Adam Sjøgren
  hade det blivit oordning!"                             asjo@koldfront.dk




  reply	other threads:[~2004-05-02 17:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-02 17:29 Zack Weinberg
2004-05-02 17:46 ` Adam Sjøgren [this message]
2004-05-02 17:57   ` Hiroshi Fujishima
2004-05-02 19:05     ` Zack Weinberg
2004-05-02 19:43       ` Kai Grossjohann
2004-05-02 19:22   ` Zack Weinberg
2004-05-02 21:34     ` Adam Sjøgren
2004-05-06 13:24     ` Harry Putnam

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=871xm23eow.fsf@virgil.koldfront.dk \
    --to=asjo@koldfront.dk \
    /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).