VM

Comment 2 for bug 317862

Revision history for this message
Uday Reddy (reddyuday) wrote :

I have tracked this problem down to the line
   (save-excursion (vm-preview-current-message))
in vm-discard-cached-data-internal, which is in turn called by vm-discard-cached-data.
save-excursion should preserve the position of the cursor, but it isn't doing so. Why not?