Current version returns a list of one element, whereas previous versions
returned a single record.

(defun bbdb/vm-update-record (&optional offer-to-create)
  "Fetch the record corresponding to the current VM message and return the
  associated record"
  (let* ((bbdb/vm-get-only-first-from-p t)
         (res (bbdb/vm-update-records offer-to-create)))
    (if res (car res) nil)))

_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to