[Bug 1046531] Re: Thunderbird 15.0 crash with local Movemail account

2012-10-12 Thread Drew MacInnis
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

[Bug 616858] Re: Mouse cursor in gvim is sometimes invisible

2010-09-01 Thread Drew MacInnis
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!).

[Bug 616858] Re: Mouse cursor in gvim is sometimes invisible

2010-08-31 Thread Drew MacInnis
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