>>>>> "Kyle" == Kyle Jones <kyle_jones(a)wonderworks.com> writes:
Kyle> Raymond Toy writes:
>> A colleague of mine noticed that in the latest versions of tm (1.15)
>> and vm (1.14), there's a small bug. tm-vm uses vm-sprintf, but that
>> no longer exists in vm. Can vm-summary-sprintf be used instead?
Kyle> Not without some modifications, as the parameter list for
Kyle> vm-summary-sprintf is different than vm-sprintf. This will
Kyle> probably work:
Kyle> (defun vm-sprintf (var msg &optional tok)
Kyle> (vm-summary-sprintf (symbol-value var) msg tok))
Thanks! Yup. On a whim, I tried that last night when my wife
complained that she couldn't forward mail anymore.
Since VM has it's own MIME support, I suppose I can just stop using tm
and vm.
Question: should tm-vm be fixed so it will use vm-summary-sprintf if
vm-sprintf doesn't exist?
If so, I'll try to come up with a patch.
Ray