[mew-int 00648] BBDB and Mew

Eugene Morozov roshiajin at example.com
Tue Dec 18 18:23:47 JST 2001


Hello!
I've resolved question with BBDB myself. I've found a bit outdated
bbdb-mew.el here: http://t2100cdt.kippona.net/downloads/bbdb-mew.el
And changed just one line to make it work with BBDB 2.32:
diff -u /home/jmv/downloads/bbdb-mew.el /home/jmv/elisp/bbdb-mew.el
--- /home/jmv/downloads/bbdb-mew.el	Tue Dec 18 11:49:20 2001
+++ /home/jmv/elisp/bbdb-mew.el	Tue Dec 18 12:02:45 2001
@@ -219,7 +219,7 @@
 
 (defun bbdb-insinuate-mew ()
   "Call this function to hook BBDB into Mew."
-  (bbdb-add-hook 'mew-message-hook 'bbdb/mew-update-record)
+  (add-hook 'mew-message-hook 'bbdb/mew-update-record)
   (define-key mew-summary-mode-map ":" 'bbdb/mew-show-sender)
   (define-key mew-summary-mode-map ";" 'bbdb/mew-edit-notes)
   )



More information about the Mew-int mailing list