Gnus development mailing list
 help / color / mirror / Atom feed
From: Zack Weinberg <zack@codesourcery.com>
Cc: ding@gnus.org
Subject: Re: Two dumb customization questions
Date: Sun, 02 May 2004 12:22:56 -0700	[thread overview]
Message-ID: <87brl6zl9r.fsf@egil.codesourcery.com> (raw)
In-Reply-To: <871xm23eow.fsf@virgil.koldfront.dk> (Adam =?iso-8859-1?q?Sj=F8gren's?= message of "Sun, 02 May 2004 19:46:07 +0200")

asjo@koldfront.dk (Adam Sjøgren) writes:

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

Thanks, these both seem to work.  Well,
bbdb-quiet-about-name-mismatches doesn't do what it's documented to
do, but that's much less of an issue.  (I receive a lot of mail from
one particular address that changes its alleged full name every single
time - I'd like bbdb never to record this address - still can't figure
out how to achieve that.)

zw



  parent reply	other threads:[~2004-05-02 19:22 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
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 [this message]
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=87brl6zl9r.fsf@egil.codesourcery.com \
    --to=zack@codesourcery.com \
    --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).