Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: correcting aliases
       [not found] <r77r8hh2zth.fsf@brouilly.inria.fr>
@ 2002-08-02 13:34 ` Karl Kleinpaste
  0 siblings, 0 replies; only message in thread
From: Karl Kleinpaste @ 2002-08-02 13:34 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-02 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <r77r8hh2zth.fsf@brouilly.inria.fr>
2002-08-02 13:34 ` correcting aliases Karl Kleinpaste

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