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)
> On November 22, [EMAIL PROTECTED] (Kai Grossjohann)
> wrote:
> Given an entry like John Smith <[EMAIL PROTECTED]>, is it possible to get
> completion on "John", "Smith", and "js"? As I see it, "Smith" is the
> hard one.
you could always put the last name in the AKA field :)
___