Dave Webb writes: > trying to get vm running on a windows7 box w/ emacs23.3.1, trying to load > vm-mode i get the following emacs-lisp error: > > Symbol's value as variable is void: vm-postponed-folder > > from past fiddling, i know that this is often missing quote marks or parens, > but I can't find where this is coming from. I have created a .vm file to hold > most values, but this string is not present there.
vm-postponed-folder is defined in vm-pine.el, which is officially an add-on for VM. My guess is that you are not loading vm-pine.el, but using it somewhere, perhaps in your modeline. You might want to start with a minimal .vm file and test it first. Please send a vm-submit-bug-report if you can't find the problem. Cheers, Uday
