John Abd-El-Malek wrote:
> First off I'd like to say thanks for a mail client that's really
> advanced.
Welcome.
> I switched from Netscape mail which I'd been using since v1 :)
Well, it *is* Netscape mail v6 :).
> Why does it take 2-3 seconds to bring out the Compose dialog?
Being worked on.
> redownload older email for a second time.
Older = those you read in Pine, or those you read in Mozilla before?
> Why does this happen
Dunno - worksforme. Maybe Pine does something odd, like resetting "seen"
flags?
> I'd like to contribute, but I don't have a lot of time to spend
> learning your framework (I wish I did though). How much time would
> it take for me approximately to be familiar enough to start contributing?
Depends on you and the task at hand. Mozilla uses XPCOM, which is like
COM, for low-level stuff, incl. strings. UI is made in XUL and JS, which
aren't too hard to grok (I "code by example" :) ), as long as you don't
get too advanced. Everything else is C++ with a C touch (not very
object-orientated).