Skip to content
  • Topics
  • Contact
  • Search
  • Random
  • Footer

Sacha Chua

« CSS rocks (AdphotoScheduler#1)bbdb: prefix for sacha/try-expand-factoid-from-bbdb »

Ignoring orkut addresses in BBDB (EmacsHacks#21)

Apr 15, 2004| emacs
(defun sacha/bbdb-canonicalize-net-hook (addr)
  "Do not notice member@orkut.com addresses."
  (cond ((null addr) addr)
        ((string-match "member@orkut\\.com" addr) nil)
        (t addr)))
(setq bbdb-canonicalize-net-hook 'sacha/bbdb-canonicalize-net-hook)

../../notebook/emacs/bbdb-config.el

You can e-mail me at sacha@sachachua.com.
More posts about emacs
« CSS rocks (AdphotoScheduler#1)bbdb: prefix for sacha/try-expand-factoid-from-bbdb »
  • Home
  • About
  • Topics
  • Archives
  • Privacy
  • Contact
  • Subscribe
  • RSS feed
  • Blogroll
  • Random
  • Sketches

Email - Mastodon - Github

Copyright © 2001-2024 Sacha Chua (sacha@sachachua.com). Emacs code snippets are generally under GPLv3+; other snippets are dual-licensed under the MIT License or GPLv3+ unless otherwise indicated. Please feel free to reuse or share stuff under a Creative Commons Attribution license unless otherwise noted. Thanks for reading!