On Sat, Jul 30 2011, Roland Winkler wrote: > On Fri Jul 29 2011 Peter Münster wrote: >> There is (bbdb-mua-edit-notes-recipients), but: >> - it only takes the recipients and not the sender > > What about bbdb-mua-edit-notes-sender?
The question was rather, if there was a function like `bbdb-mua-edit-notes-ALL'. My solution: --8<---------------cut here---------------start------------->8--- (local-set-key ":" '(lambda () (interactive) (bbdb-mua-edit-notes-recipients) (bbdb-mua-edit-notes-sender))) --8<---------------cut here---------------end--------------->8--- > I don't know which MUA you use (Gnus, VM, MH-E, Rmail, ...) Gnus (as mentioned in my previous message). >> - it asks for notes (I don't want to add notes) > > Try bbdb-mua-display-sender This function does nothing, if the record does not yet exist. But it's not a big issue, I just have to press "Return" for each new record. > There are more things you can customize. These variables are listed > in bbdb.el. Thanks for your hints! Now I have a quite well working bbdb-setup for the beginning: --8<---------------cut here---------------start------------->8--- (bbdb-initialize 'gnus 'message) (setq bbdb-accept-name-mismatch t bbdb-completion-display-record nil bbdb-message-all-addresses t bbdb/gnus-update-records-p '(lambda () (let ((bbdb-update-records-p 'create)) (bbdb-select-message)))) --8<---------------cut here---------------end--------------->8--- -- Peter ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/