patch to bbdb-vm.el 2.2

2000-11-29 Thread Albert L. Ting
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)

Re: Last name completion

2000-11-29 Thread John F. Whitehead
> 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 :) ___