VM

Comment 1 for bug 793584

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

Sorry about that. This turns out to be a rather subtle problem, and I am not sure how it was working correctly earlier.

The problem is that, when you do something in the Summary buffer, the "current message" becomes the one that the summary cursor is pointing to, even if the presentation buffer is showing a different message. But, if you are invoking an operation from the Presentation buffer, you want the "current message" to be the one that is being displayed. VM has code to follow the summary cursor, but it never had any code to follow the Presentation buffer. So, I am perplexed as to how it was ever working correctly.

I will now add code to follow the Presentation buffer when commands are invoked from there.

Cheers,
Uday