Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew J Cosgriff <Andrew.Cosgriff@cc.monash.edu.au>
Subject: Re: how to turn off fontification...
Date: Tue, 03 Jun 1997 14:27:39 +1000	[thread overview]
Message-ID: <ruid8q4pays.fsf@goaway.cc.monash.edu.au> (raw)
In-Reply-To: David Hedbor's message of "02 Jun 1997 16:25:19 -0700"

"David" == David Hedbor <david@hedbor.org> writes:

David> To make this post a bit more on topic - have anyone made hacks
David> for BBDB, which automatically includes the newsgroups a person
David> has posted in or perhaps a hack that extracts X-Url?

You want to fiddle with bbdb-auto-notes-alist.
Here's what I'm doing, which mostly came from the bbdb addons page at
http://www.forwiss.uni-erlangen.de/~jws/bbdb/

(setq bbdb-auto-notes-alist
      (append
       (list
        (append '("From")
                '(
                  ("@cc.monash.edu.au" company "Monash University, Computer Centre")
                  ("@comtech.com.au" company "ComTech Communications")
                  ("@.*\\.sun.com" company "Sun Microsystems")
                  ;; <other, literal From-related notes go here>
                  )
                ;; Recognize the country names implicit in the address
                (mapcar (function
                         (lambda (x)
                           (list (concat "@[^<>, ()]*\\." (car x) "\\([<>, ()].*\\)?$")
                                 'country
                                 (nth 1 x))))
                        domain-country-list)
                )
        )
       '(
         ("To"
          ("ding@" seen-on "lists.ding")
          ("zsh-workers@" seen-on "lists.zsh.workers")
          ("zsh-users@" seen-on "lists.zsh.users")
          ("xemacs-\\(beta\\|discuss\\|webmaint\\)@" seen-on "lists.xemacs")
          ("fvwm@" seen-on "lists.fvwm")
          ("squid-users@" seen-on "lists.squid.users")
          ("ausproxy@" seen-on "lists.ausproxy")
          ("nmh-workers@" seen-on "lists.nmh-workers")
          ("\\(sevheads\\|severed-heads\\)@" seen-on "lists.sevheads")
          ("flat-earth@" seen-on "lists.flat")
          ("melblinux@luv.asn.au" seen-on "lists.luv")
          )
         ("Newsgroups" (".*" seen-on 0))
         ("Organization" (".*" company 0))
         ("Organisation" (".*" company 0))
         ("X-Organization" (".*" company 0))
         ("X-Organisation" (".*" company 0))
         ("Web" (".*" www 0))
         ("X-Web" (".*" www 0))
         ("X-WWW-Homepage" (".*" www 0))
         ("X-URI" (".*" www 0))
         ;; This is what Netscape puts in when sending a URL reference
         ("X-Url" (".*" last-url 0))
         )
       ))
(setq bbdb-notice-hook 'bbdb-auto-notes-hook)

Enjoy,
 Andrew
-- 
 - Andrew J. Cosgriff -  (read X-headers for more info)  ajc@bing.wattle.id.au
 
    "I wrote a poem on a dog biscuit, but your dog refused to look at it."
                         (Galaxie 500, Fourth of July)


  reply	other threads:[~1997-06-03  4:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-06-02 21:04 andreas
1997-06-02 22:32 ` Hrvoje Niksic
1997-06-02 23:25   ` David Hedbor
1997-06-03  4:27     ` Andrew J Cosgriff [this message]
1997-06-03 17:40       ` Michael Lamoureux
1997-06-03  8:04     ` Darren/Torin/Who Ever...
1997-06-03  8:42       ` David Hedbor

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=ruid8q4pays.fsf@goaway.cc.monash.edu.au \
    --to=andrew.cosgriff@cc.monash.edu.au \
    /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).