On Mon Apr 18 2011 Leo wrote: > On 2011-04-17 07:18 +0800, Roland Winkler wrote: > > I am sorry, it's not clear to me what you want to say here. The new > > BBDB treats outgoing messages (i.e., Emacs message and mail mode) > > like incoming messages in your Emacs MUA (Gnus, Rmail, VM, etc). > > So you can configure BBDB such that it updates BBDB based on outgoing > > messages in much the same way you can do this with incoming messages. > > I cannot find any customisation variables to do that. It seems the > feature has been commented out as in: > > (defun bbdb-insinuate-message () > "Hook BBDB into Message Mode." > ;; (define-key message-mode-map ":" 'bbdb-mua-display-records) > ;; (define-key message-mode-map "`" 'bbdb-mua-display-sender) > ;; (define-key message-mode-map "'" 'bbdb-mua-display-recipients) > ;; (define-key message-mode-map ";" 'bbdb-mua-edit-notes-recipients) > ;; (define-key message-mode-map "/" 'bbdb) > (if bbdb-complete-mail > (define-key message-mode-map "\M-\t" 'bbdb-complete-mail)))
See bbdb-initialize that calls bbdb-insinuate-message, i.e., you really need bbdb-mua-auto-update-init. (I'll update the docstrings of the bbdb-insinuate-MUA functions that they are called by bbdb-initialize and need not be called by the user.) Roland ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/