Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: correcting aliases
Date: Fri, 02 Aug 2002 09:34:48 -0400	[thread overview]
Message-ID: <vxkn0s59yfb.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <r77r8hh2zth.fsf@brouilly.inria.fr>

You want BBDB, the insidious Big Brother DataBase.

There's an *Info* manual about BBDB; give it a look.

Most of my BBDB customizations, some minor details redacted:

(require 'bbdb)
(require 'bbdb-hooks)
(require 'message)
(require 'message-x)	; Kai's wunnerful TAB-based completer.
(setq bbdb-hashtable-size 32761
      gnus-select-group-hook
      (function
       (lambda ()
	 ;; Enable BBDB activities in mail groups.
	 (setq bbdb/news-auto-create-p
	       (if (string-match
		    "^\\(personal\\|list\\|archive\\|usenet\\)\\|gnu.emacs"
		    gnus-newsgroup-name)
		   t nil))
	 ))
        bbdb-use-pop-up t)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(add-hook 'message-setup-hook 'bbdb-define-all-aliases)
(bbdb-initialize 'gnus 'message)
(setq bbdb-file "~/Mail/.private/.bbdb"
      bbdb-offer-save 'always
      bbdb-notice-hook 'bbdb-auto-notes-hook
      bbdb-pop-up-target-lines 9
      bbdb-auto-notes-alist
      '(("user-agent" (".*" interface 0 t))
	("x-mailer" (".*" interface 0 t))
	("x-newsreader" (".*" interface 0 t))
	("x-now-playing" (".*" playlist 0))
;	("xref" ("\\b[^ ]+:[0-9]+.*" seen-in 0))
	("newsgroups" ("\\([^,]*\\),?" posted-to "\\1" t))))
(put 'seen-in 'field-separator "; ")


           reply	other threads:[~2002-08-02 13:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <r77r8hh2zth.fsf@brouilly.inria.fr>]

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=vxkn0s59yfb.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    --cc=karl+usenet@charcoal.com \
    /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).