On Tue 15 Mar 2011 10:01:04 AM CET, Frank J. wrote:
> Hi,
> found another bug.
> if you open a gallery view and close thunderbird, open thunderbird again
> then the tab is restore but the gallery is not shown (says undefined).
What exactly says "undefined"? Could you possibly send a screenshot or
give me (through copy/paste) the error message from Tools > Error
console, if any?
> and another one concerning the lightning-integration:
> if I open an email with an (already processed) event and change to one
> without a event it is still shown that the event (from the previous
> mail) is already processed
Philipp Kewisch (:Fallen) wrote the Lightning integration plugin, and
he's been notified about the bug. He says it's on his to-do list :-).
Thanks for the feedback!
jonathan
> Regards
> Frank J.
>
> --
> You received this message because you are subscribed to the Google
> Groups "mozilla-labs" group.
> To post to this group, send email to mozill...@googlegroups.com.
> To unsubscribe from this group, send email to
> mozilla-labs...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mozilla-labs?hl=en.
jonathan
On Thu 17 Mar 2011 06:34:24 AM CET, Gilberto Olimpio wrote:
function fillIdentities() {
for each (let id in fixIterator(msgAccountManager.allIdentities, Ci.nsIMsgIdentity)) {
gIdentities[id.email.toLowerCase()] = id;
}
gIdentities["default"] = msgAccountManager.defaultAccount.defaultIdentity;
}
https://addons.mozilla.org/en-US/thunderbird/addon/gmail-conversation-view/versions/
Thanks for the error reporting,
jonathan
jonathan
I really like this addon. It's enough to make me run Miramar, with all its rough edges (and Lightning nightlies), as my primary email program for the time being. It might even make me learn git, so I can poke around at the source.
One thing I don't like about it is that the font is way too small on my setup. I set my default font size smaller than the default (13) so using the wide view is manageable. Since Conversations sets its "default" size to 75% of whatever the user sets, the result is 9 or 10px. And what's worse, it doesn't apply the shrink factor consistently -- when displaying email I get from people using Outlook, the font size is the same as the "classic" mail reader. I'm sure that's because of some CSS subtlety, but I haven't really looked into it.
So I usually run a slightly modified version where I change the textSize in the PostStreamingFixesMixIn in message.js to 1.0 * defaultSize, instead of 12/16 * defaultSize. What I'd like to see is a preference that would make this "Shrink Factor" customizable (via the config editor, at least for now), with a default of 0.75. I'll gladly code it up (I'm at least halfway there anyway) when I get some time, hopefully in the next week or so.
The other problem I've noticed is that after I encounter a message with a meeting invite in it, the iMIP bar (i.e "This message contains an invitation to an event; Tentative/Decline/Accept) shows up in every message displayed thereafter. Not sure why that happens.
Thanks!
Rich
--
From the Desktop of Rich Renomeron
Infinity is never finished.
When a new message arrives, the quick reply is moved to the last
message in the thread. You should make sure it is expanded if you want
to see the quick reply. Are there any errors in Tools > Error console?
Thanks,
jonathan