emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] planner-bbdb.el and mailto links


From: Andrew J. Korty
Subject: [emacs-wiki-discuss] planner-bbdb.el and mailto links
Date: Fri, 18 Jun 2004 08:28:26 -0500
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

I couldn't get BBDB references to display properly as mailto links
without the following patch.  Am I doing something wrong?

--- /usr/share/emacs/site-lisp/planner-bbdb.el  2004-06-17 08:55:46.000000000 
-0500
+++ /tmp/planner-bbdb.el        2004-06-18 08:24:27.000000000 -0500
@@ -81,7 +81,7 @@
       (or (and record
                (or (bbdb-record-getprop record 'blog)
                    (bbdb-record-getprop record 'web)
-                   (car (bbdb-record-net record))))
+                   (concat "mailto:"; (car (bbdb-record-net record)))))
           nil))))
 
 (planner-add-protocol "bbdb" 'planner-bbdb-browse-url 
'planner-bbdb-resolve-url)

-- 
Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
Office of the Vice President for Information Technology
Indiana University




reply via email to

[Prev in Thread] Current Thread [Next in Thread]