Anand Mitra <[EMAIL PROTECTED]> writes: > I am trying to understand this better and I have a query. How is this > functionality different from the mail-alias field. Even that can have > multiple tags and you can list all entries containing a certain tag.
You know, that's _perfect!_ I've just converted all of my tags to mail-aliases. All I needed to do was change sacha/bbdb-get-tags to (defun sacha/bbdb-get-tags (record) "Return the tags for RECORD as a list." (let ((tags (bbdb-record-getprop record bbdb-define-all-aliases-field))) (when tags (bbdb-split tags ",")))) and all of my old searching code worked. Not only does using mail-aliases make completion easier in mail messages, but adding new aliases is ridiculously easy with "a" (add alias to current record) and "* a" (add alias to all visible records). This totally rocks! Thanks, Mitra! -- Sacha Chua <[EMAIL PROTECTED]> - open source geekette http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C interests: emacs, gnu/linux, personal information management, CS ed sachac on irc.freenode.net#emacs . YM: sachachua83 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/