sujith_m82 writes: > Public bug reported: > > I just installed 8.2.0b-gnu23 and there seems to be a problem with > opening a mail composition buffer. When firing up VM for the first time > and then hitting 'm' (which is bound to vm-mail), this error message is > seen: > > vm-mail: Symbol's function definition is void: vm-select-recipient-from- > sender > > Reply seems to work, and then on, opening a new composition buffer works > too. So this bug is seen only when VM has been just opened. I looked at > the NEWS file and it mentions "vm-mail-use-sender-address", but I have > not set it to true.
Unfortunately, the function `vm-select-recipient-from-sender' is missing an autoload. If you load vm-reply M-x load-library <RET> vm-reply <RET> you can get around the problem. Or you can just do a dummy 'reply' and then get rid of the reply buffer. It will be fixed in the final release. Thanks, Uday
