In my case, it turns out the problem is related to bad mail headers in
my mail spool file. I built thunderbird locally on my machine so I could
better debug the crash:
Program received signal SIGSEGV, Segmentation fault.
0x739f5034 in nsMovemailService::GetNewMail (this=0x7fffd9f4ed40,
aM
Ok, I misunderstood your problem at first.
So the issue is that gvim mousehide behaviour has changed... so while
mousehide is supposed to hide the mouse pointer while typing it likely
shouldn't stay hidden once you start to move the mouse (in Lucid it
stays invisible while the mouse is moving!).
I noticed this behaviour too, but apparently this is a gvim "feature"
called mousehide:
http://vimdoc.sourceforge.net/htmldoc/options.html#%27mousehide%27
So perhaps along the way the default has changed (?).
Try ":set nomousehide", that should give you the gvim behaviour you are
after.
--
Mo