<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6682</id>
	<title>Nabble - Mozilla - Seamonkey</title>
	<updated>2009-12-14T19:42:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mozilla---Seamonkey-f6682.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mozilla---Seamonkey-f6682.html" />
	<subtitle type="html">This forum is for developers working on Seamonkey, the code name for the Mozilla software suite. Also check out the browser, mail/news, and editor forums.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26789007</id>
	<title>Firefox / Gecko Development Meeting: Tue December 15 @ 11AM PST</title>
	<published>2009-12-14T19:42:51Z</published>
	<updated>2009-12-14T19:42:51Z</updated>
	<author>
		<name>Damon Sicore-2</name>
	</author>
	<content type="html">The next Firefox/Gecko Development Meeting will be Tuesday at 11am PST. See below for meeting time, location, and agenda.
&lt;br&gt;&lt;br&gt;General Agenda:
&lt;br&gt;* Planning for the next release of 1.9.2
&lt;br&gt;* discuss upcoming major changes landing on mozilla-central
&lt;br&gt;* Status updates on feature development (both front-end and platform)
&lt;br&gt;* Identifying areas of code risk for upcoming milestones
&lt;br&gt;* Discussion of security review impacts, standards/spec compliance
&lt;br&gt;work, internal and external dependencies
&lt;br&gt;&lt;br&gt;Meeting Details:
&lt;br&gt;* Agenda: &amp;nbsp;&lt;a href=&quot;https://wiki.mozilla.org/Platform/2009-12-15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://wiki.mozilla.org/Platform/2009-12-15&lt;/a&gt;&lt;br&gt;* Tue, Dec 15, 11:00 am PST
&lt;br&gt;* 650-903-0800 x92 Conf# 8605 (US/INTL)
&lt;br&gt;* 1-800-707-2533 (pin 369) Conf# 8605 (US)
&lt;br&gt;* join irc.mozilla.org #planning for back channel
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;&lt;br&gt;Damon
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firefox---Gecko-Development-Meeting%3A-Tue-December-15-%40-11AM-PST-tp26789007p26789007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786495</id>
	<title>Making unexpected assertions turn the tree orange (for reftest/crashtest/jsreftest)</title>
	<published>2009-12-14T14:56:21Z</published>
	<updated>2009-12-14T14:56:21Z</updated>
	<author>
		<name>L. David Baron</name>
	</author>
	<content type="html">[ Cross-posted to dev-planning and dev-tree-management. &amp;nbsp;Please
&lt;br&gt;&amp;nbsp; follow up to dev-tree-management. ]
&lt;br&gt;&lt;br&gt;A while back, I added code to the reftest harness to report test
&lt;br&gt;failures for unexpected assertions. &amp;nbsp;I'm planning to turn this on on
&lt;br&gt;mozilla-central in the next week or two.
&lt;br&gt;&lt;br&gt;This will significantly expand our test coverage for assertion
&lt;br&gt;failures, which are currently tested for only on the very simple
&lt;br&gt;leak test that the &amp;quot;L&amp;quot; builds do, and, I think, in C++ unit tests
&lt;br&gt;and xpcshell tests. &amp;nbsp;This will help us catch regressions that cause
&lt;br&gt;new assertions, which are both annoying in themselves and often the
&lt;br&gt;sign of underlying regressions that affect our users.
&lt;br&gt;&lt;br&gt;Turning this on will mean that:
&lt;br&gt;&lt;br&gt;(1) The reftest manifests will contain information about which
&lt;br&gt;tests are known to cause assertions. &amp;nbsp;These annotations can contain
&lt;br&gt;ranges (when the number of assertions is random) and conditions,
&lt;br&gt;such as:
&lt;br&gt;&amp;nbsp; asserts(3) == test ref # triggers 3 assertions
&lt;br&gt;&amp;nbsp; asserts(5-7) != test ref # triggers 5 to 7 assertions
&lt;br&gt;&amp;nbsp; asserts-if(MOZ_WIDGET_TOOLKIT==&amp;quot;gtk2&amp;quot;,3) == test ref # 3 asserts on GTK
&lt;br&gt;&amp;nbsp; asserts-if(MOZ_WIDGET_TOOLKIT==&amp;quot;windows&amp;quot;,0-1) == test ref # sometimes asserts on Windows
&lt;br&gt;&lt;br&gt;(2) When there are more assertions than expected, the harness will
&lt;br&gt;report an unexpected failure (and continue running the rest of the
&lt;br&gt;tests).
&lt;br&gt;&lt;br&gt;(3) When there are fewer assertions than expected, the harness will
&lt;br&gt;report an unexpected pass (and continue running the rest of the
&lt;br&gt;tests).
&lt;br&gt;&lt;br&gt;This affects the reftest, crashtest, and jsreftest test runs in
&lt;br&gt;debug builds only. &amp;nbsp;This means that the only tinderbox builds that
&lt;br&gt;will be affected are the &amp;quot;debug test everythingelse&amp;quot; or &amp;quot;Ed&amp;quot; builds.
&lt;br&gt;&lt;br&gt;It is likely that my initial round of manifest annotation will be
&lt;br&gt;incomplete: &amp;nbsp;i.e., it will not cover some of the less frequent
&lt;br&gt;random assertions. &amp;nbsp;These can be added to the manifests when they
&lt;br&gt;are observed.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=472557&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=472557&lt;/a&gt;&amp;nbsp;has more
&lt;br&gt;details. &amp;nbsp;For more on the manifest format, see
&lt;br&gt;&lt;a href=&quot;http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'll post again when this is actually enabled (including a pointer
&lt;br&gt;to which changeset would need to be backed out if it causes too much
&lt;br&gt;trouble).
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;L. David Baron &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dbaron.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dbaron.org/&lt;/a&gt;&lt;br&gt;Mozilla Corporation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.mozilla.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786495&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Making-unexpected-assertions-turn-the-tree-orange-%28for-reftest-crashtest-jsreftest%29-tp26786495p26786495.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786287</id>
	<title>FRIDAY FRIDAY FRIDAY: Destroy Firefox 3.6 Before its Final Release!</title>
	<published>2009-12-14T14:38:18Z</published>
	<updated>2009-12-14T14:38:18Z</updated>
	<author>
		<name>Aakash Desai-2</name>
	</author>
	<content type="html">This is it everyone. We're coming to the end of Firefox 3.6 and the quality team is trying to pull out all the stops in making the quality of the browser as good as it possible can be. The only way to do that is through our community and to get us all together, we're going to be holding a testday this Friday, December 12th, from 7AM to 5PM PST to try our best to thoroughly destroy the latest Firefox 3.6 Beta build!
&lt;br&gt;&lt;br&gt;&lt;br&gt;To learn more about this, take a look at:
&lt;br&gt;&lt;a href=&quot;http://quality.mozilla.org/events/2009/dec/18/testday-destroy-firefox-36-its-final-release&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quality.mozilla.org/events/2009/dec/18/testday-destroy-firefox-36-its-final-release&lt;/a&gt;&lt;br&gt;&lt;br&gt;Otherwise, join us on #testday at irc.mozilla.org this Friday. Bring your construction hats and favorite destruction tools!
&lt;br&gt;&lt;br&gt;Thanks and We'll See You There,
&lt;br&gt;aakashd
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FRIDAY-FRIDAY-FRIDAY%3A-Destroy-Firefox-3.6-Before-its-Final-Release%21-tp26786287p26786287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26785686</id>
	<title>Re: Multi-process plugins landing Monday</title>
	<published>2009-12-14T13:57:20Z</published>
	<updated>2009-12-14T13:57:20Z</updated>
	<author>
		<name>Benjamin Smedberg</name>
	</author>
	<content type="html">On 12/13/09 10:05 PM, Benjamin Smedberg wrote:
&lt;br&gt;&amp;gt; I intend to close mozilla-central and merge Electrolysis plugins
&lt;br&gt;&amp;gt; tomorrow morning.
&lt;br&gt;&lt;br&gt;Status update:
&lt;br&gt;&lt;br&gt;* The red on x86-64 was caused by it running GCC 4.2, which has known bugs 
&lt;br&gt;relating to symbol visibility. I have fixed this by changing the x86-64 
&lt;br&gt;mozconfig, see bug 534696
&lt;br&gt;&lt;br&gt;* The Tp4 hang on mac occurred, and it turns out that it was very likely 
&lt;br&gt;caused by us not loading plugins at all on mac (except for the testplugin). 
&lt;br&gt;This was fixed by bug 534682. Thanks for the quick work from Chris for the 
&lt;br&gt;report and Josh for finding the bug! I'll file a bug to test the condition 
&lt;br&gt;that we broke.
&lt;br&gt;&lt;br&gt;* The orange in jsreftest is a test that was supposed to succeed, but was 
&lt;br&gt;failing on Windows for reasons unknown. We've switched it to be a passing 
&lt;br&gt;test. See &lt;a href=&quot;http://hg.mozilla.org/mozilla-central/rev/9f7c1fa9b2de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.mozilla.org/mozilla-central/rev/9f7c1fa9b2de&lt;/a&gt;&amp;nbsp; This 
&lt;br&gt;wasn't identified earlier because Electrolysis was not running the jsreftest 
&lt;br&gt;suite, which is also now fixed.
&lt;br&gt;&lt;br&gt;* A variety of fixes landed for SeaMonkey builds, see the log for details
&lt;br&gt;&lt;br&gt;* One fix for SeaMonkey remains to land (see bug 534701)
&lt;br&gt;&lt;br&gt;* I have not noticed any adverse performance effects, but we've only had 1 
&lt;br&gt;or 2 Talos runs since the landing. I'll be monitoring this tonight and 
&lt;br&gt;tomorrow, but I don't think that needs to block reopening the tree.
&lt;br&gt;&lt;br&gt;* Assuming everything sticks, I'll write up a blog post tomorrow explaining 
&lt;br&gt;how to actually enable multi-process plugins, and the next steps toward 
&lt;br&gt;actually turning it on by default.
&lt;br&gt;&lt;br&gt;Followup to mozilla.dev.tree-management please.
&lt;br&gt;&lt;br&gt;--BDS
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26785686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multi-process-plugins-landing-Monday-tp26772435p26785686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784395</id>
	<title>Top Crash Kill Kill Kill Meeting:  Monday, Dec 14 @ 3PM PDT</title>
	<published>2009-12-14T12:38:25Z</published>
	<updated>2009-12-14T12:38:25Z</updated>
	<author>
		<name>Damon Sicore-2</name>
	</author>
	<content type="html">There will be a meeting, information below, to discuss the killing of crashes, status on current tracked crashes, and tools to help track and find crashes.
&lt;br&gt;&lt;br&gt;General Agenda:
&lt;br&gt;* Status update on crashes in latest 3.6 beta
&lt;br&gt;* Identify new crashes and make sure we have resources on top of them.
&lt;br&gt;&lt;br&gt;Meeting Details:
&lt;br&gt;* Agenda &amp; Notes: &amp;nbsp;&lt;a href=&quot;https://wiki.mozilla.org/CrashKill/2009-12-14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://wiki.mozilla.org/CrashKill/2009-12-14&lt;/a&gt;&lt;br&gt;* Monday, Dec 14, 3:00 PM PDT
&lt;br&gt;* 650-903-0800 x92 Conf# 8605 (US/INTL)
&lt;br&gt;* 1-800-707-2533 (pin 369) Conf# 8605 (US)
&lt;br&gt;* join irc.mozilla.org #planning for back channel
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Damon
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Top-Crash-Kill-Kill-Kill-Meeting%3A--Monday%2C-Dec-14-%40-3PM-PDT-tp26784395p26784395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782114</id>
	<title>Re: RESOLVED: ITTOOKUSTOOLONG</title>
	<published>2009-12-14T10:02:08Z</published>
	<updated>2009-12-14T10:02:08Z</updated>
	<author>
		<name>Gervase Markham</name>
	</author>
	<content type="html">On 10/12/09 16:38, John J Barton wrote:
&lt;br&gt;&amp;gt; Sorry if this is not quite the right venue, I forgot where the
&lt;br&gt;&amp;gt; mozilla-bugzilla issues are discussed.
&lt;br&gt;&lt;br&gt;mozilla.tools would be the place, although it's quite new.
&lt;br&gt;&lt;br&gt;&amp;gt; This is yet another let's-insult-the-user category and anyway does not
&lt;br&gt;&amp;gt; fit the &amp;quot;bug report filed against FF 2&amp;quot; category. Ok the bug was not
&lt;br&gt;&amp;gt; important enough for someone to act on, fine, just say so.
&lt;br&gt;&lt;br&gt;A fair point.
&lt;br&gt;&lt;br&gt;RESOLVED: SORRYWESUCK? :-)
&lt;br&gt;&lt;br&gt;Gerv
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26782114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RESOLVED%3A-ITTOOKUSTOOLONG-tp26737017p26782114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782113</id>
	<title>Re: RESOLVED: ITTOOKUSTOOLONG</title>
	<published>2009-12-14T10:01:06Z</published>
	<updated>2009-12-14T10:01:06Z</updated>
	<author>
		<name>Gervase Markham</name>
	</author>
	<content type="html">On 11/12/09 20:47, John J. Barton wrote:
&lt;br&gt;&amp;gt; That choice does not seem to be on the list of possible resolutions.
&lt;br&gt;&lt;br&gt;That resolution was designed to only be set programmatically, on bugs 
&lt;br&gt;which meet certain criteria. So it doesn't show up in the standard list.
&lt;br&gt;&lt;br&gt;Gerv
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26782113&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RESOLVED%3A-ITTOOKUSTOOLONG-tp26737017p26782113.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778786</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T06:36:37Z</published>
	<updated>2009-12-14T06:36:37Z</updated>
	<author>
		<name>Hartmut Figge</name>
	</author>
	<content type="html">Arne:
&lt;br&gt;&amp;gt;Hartmut Figge wrote:
&lt;br&gt;&amp;gt;&amp;gt; Arne:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hope that is the right place?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Perhaps. I don't know anything about Windows. But if the prefs.js is in
&lt;br&gt;&amp;gt;&amp;gt; this directory, then it should be the right place.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Yep, the prefs.js is there.
&lt;br&gt;&lt;br&gt;Fine. You could check with 'about:config' if the setting was successful.
&lt;br&gt;&lt;br&gt;But another point. Crossposting without Followup-To is evil. And in this
&lt;br&gt;special case .planning should not have been included. The right group
&lt;br&gt;for your question is .support.seamonkey.
&lt;br&gt;&lt;br&gt;f'2 mozilla.support.seamonkey
&lt;br&gt;&lt;br&gt;Hartmut
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778786&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26778786.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778641</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T06:25:05Z</published>
	<updated>2009-12-14T06:25:05Z</updated>
	<author>
		<name>Arne-13</name>
	</author>
	<content type="html">Hartmut Figge wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Arne:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I could not find any existing user.js file in my Vista, so I created
&lt;br&gt;&amp;gt;&amp;gt; one to
&lt;br&gt;&amp;gt;&amp;gt; C:\Users\Arne\AppData\Roaming\Mozilla\SeaMonkey\Profiles\ck0att16.default\
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope that is the right place?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Perhaps. I don't know anything about Windows. But if the prefs.js is in
&lt;br&gt;&amp;gt; this directory, then it should be the right place.
&lt;/div&gt;&lt;br&gt;Yep, the prefs.js is there.
&lt;br&gt;&lt;br&gt;&amp;gt; Unless of course you use multiple profiles. ;)
&lt;br&gt;&lt;br&gt;Nope, one is enough. I'm creating a test profile when/if I need to 
&lt;br&gt;solve any problems where a clean profile is useful. ;)
&lt;br&gt;&lt;br&gt;&amp;gt; I could give a link to the German FAQ for profiles and user.js, but i
&lt;br&gt;&amp;gt; doubt that this would make you happy. *g*
&lt;br&gt;&lt;br&gt;Well, I don't know much German, but I manage to understand some. Some 
&lt;br&gt;years ago I was even enable to talk with a Russian doctor when I need 
&lt;br&gt;some medical care when visiting Russia. The doctor did not talk or 
&lt;br&gt;understand English at all, but German fairly good. :D
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Arne
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26778641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777806</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T05:31:04Z</published>
	<updated>2009-12-14T05:31:04Z</updated>
	<author>
		<name>Mike Beltzner</name>
	</author>
	<content type="html">Please remove mozilla.dev.planning from the follow-up list. This is not appropriate discussion for this newsgroup.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;mike
&lt;br&gt;&lt;br&gt;On 2009-12-14, at 8:07 AM, Hartmut Figge wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Arne:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I could not find any existing user.js file in my Vista, so I created 
&lt;br&gt;&amp;gt;&amp;gt; one to 
&lt;br&gt;&amp;gt;&amp;gt; C:\Users\Arne\AppData\Roaming\Mozilla\SeaMonkey\Profiles\ck0att16.default\ 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hope that is the right place?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps. I don't know anything about Windows. But if the prefs.js is in
&lt;br&gt;&amp;gt; this directory, then it should be the right place.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unless of course you use multiple profiles. ;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I could give a link to the German FAQ for profiles and user.js, but i
&lt;br&gt;&amp;gt; doubt that this would make you happy. *g*
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hartmut
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; dev-planning mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777806&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26777806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777478</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T05:07:31Z</published>
	<updated>2009-12-14T05:07:31Z</updated>
	<author>
		<name>Hartmut Figge</name>
	</author>
	<content type="html">Arne:
&lt;br&gt;&lt;br&gt;&amp;gt;I could not find any existing user.js file in my Vista, so I created 
&lt;br&gt;&amp;gt;one to 
&lt;br&gt;&amp;gt;C:\Users\Arne\AppData\Roaming\Mozilla\SeaMonkey\Profiles\ck0att16.default\ 
&lt;br&gt;&lt;br&gt;&amp;gt;Hope that is the right place?
&lt;br&gt;&lt;br&gt;Perhaps. I don't know anything about Windows. But if the prefs.js is in
&lt;br&gt;this directory, then it should be the right place.
&lt;br&gt;&lt;br&gt;Unless of course you use multiple profiles. ;)
&lt;br&gt;&lt;br&gt;I could give a link to the German FAQ for profiles and user.js, but i
&lt;br&gt;doubt that this would make you happy. *g*
&lt;br&gt;&lt;br&gt;Hartmut
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26777478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777347</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T04:55:09Z</published>
	<updated>2009-12-14T04:55:09Z</updated>
	<author>
		<name>Arne-13</name>
	</author>
	<content type="html">Hartmut Figge wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Arne:
&lt;br&gt;&amp;gt;&amp;gt; Hartmut Figge wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ----- user.js -----
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;SV,Sv&amp;quot;);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks, but what does that do? I don't like my SM to use SV or Sv. Re:
&lt;br&gt;&amp;gt;&amp;gt; is just fine and should be universally used. ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That replaces occurrences of 'SV' or 'Sv' with 'Re'. I am using the
&lt;br&gt;&amp;gt; similar Pref 'user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;AW,Aw&amp;quot;);' because
&lt;br&gt;&amp;gt; especially OE tends to use AW or Aw - abbreviation of Antwort - here in
&lt;br&gt;&amp;gt; Germany.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't like Aw: Re: Aw: Aw: Re: :)
&lt;/div&gt;&lt;br&gt;Aha, thanks!
&lt;br&gt;&lt;br&gt;I could not find any existing user.js file in my Vista, so I created 
&lt;br&gt;one to 
&lt;br&gt;C:\Users\Arne\AppData\Roaming\Mozilla\SeaMonkey\Profiles\ck0att16.default\ 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope that is the right place? As I believe the profiles for SM 1.1.18 
&lt;br&gt;is on C:\Users\Arne\AppData\Roaming\Mozilla\Profiles\
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Arne
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777347&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26777347.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776955</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T04:22:06Z</published>
	<updated>2009-12-14T04:22:06Z</updated>
	<author>
		<name>Hartmut Figge</name>
	</author>
	<content type="html">Arne:
&lt;br&gt;&amp;gt;Hartmut Figge wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; ----- user.js -----
&lt;br&gt;&amp;gt;&amp;gt; user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;SV,Sv&amp;quot;);
&lt;br&gt;&amp;gt;&amp;gt; ---------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks, but what does that do? I don't like my SM to use SV or Sv. Re: 
&lt;br&gt;&amp;gt;is just fine and should be universally used. ;)
&lt;br&gt;&lt;br&gt;That replaces occurrences of 'SV' or 'Sv' with 'Re'. I am using the
&lt;br&gt;similar Pref 'user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;AW,Aw&amp;quot;);' because
&lt;br&gt;especially OE tends to use AW or Aw - abbreviation of Antwort - here in
&lt;br&gt;Germany.
&lt;br&gt;&lt;br&gt;I don't like Aw: Re: Aw: Aw: Re: :)
&lt;br&gt;&lt;br&gt;Hartmut
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776955&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26776955.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776861</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T04:12:08Z</published>
	<updated>2009-12-14T04:12:08Z</updated>
	<author>
		<name>Arne-13</name>
	</author>
	<content type="html">Hartmut Figge wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Arne:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As I said, I can see the point in threading By the &amp;quot;References&amp;quot; line
&lt;br&gt;&amp;gt;&amp;gt; in the header. The backside of threading by subject is that when I
&lt;br&gt;&amp;gt;&amp;gt; receive mails sent from mail programs (i.e. OE) &amp;quot;translated&amp;quot; to my
&lt;br&gt;&amp;gt;&amp;gt; native language (Swedish) they may not thread correctly, since the
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Re:&amp;quot; is changed to &amp;quot;SV:&amp;quot;. So the subject line can have a lot of &amp;quot;Re:
&lt;br&gt;&amp;gt;&amp;gt; SV: Re: SV: after posting back and forth several times. ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- user.js -----
&lt;br&gt;&amp;gt; user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;SV,Sv&amp;quot;);
&lt;br&gt;&amp;gt; ---------------
&lt;/div&gt;&lt;br&gt;Thanks, but what does that do? I don't like my SM to use SV or Sv. Re: 
&lt;br&gt;is just fine and should be universally used. ;)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Arne
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26776861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775918</id>
	<title>Re: Multi-process plugins landing Monday</title>
	<published>2009-12-14T02:49:29Z</published>
	<updated>2009-12-14T02:49:29Z</updated>
	<author>
		<name>Jonathan Kew-3</name>
	</author>
	<content type="html">On 14 Dec 2009, at 03:05, Benjamin Smedberg wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I intend to close mozilla-central and merge Electrolysis plugins tomorrow morning.
&lt;br&gt;&lt;br&gt;Yay! :)
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There are two &amp;quot;unknowns&amp;quot; that may cause this merge to be backed out:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * Performance regression on Windows. The Electrolysis tree has a performance regression on Windows when compared with mozilla-central. We have been unable to reproduce this on local machines or Tryserver, so we believe it's a measurement fluke of some sort.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * Tp4 hanging on mac. Tp4 is hanging pretty reguarly on mac-E10s. Olli and I have examined this and can reproduce, but it's equally reproducable on mozilla-central, so we believe again that it's a measurement fluke of some sort.
&lt;br&gt;&lt;br&gt;I have just landed bholley's patch for bug 516334, which is a possible cause of Tp4 hang. You might like to try that patch in your E10s tree as well, and see if it helps; in my local testing, it reliably fixes a frequent-but-erratic Mac Tp4 hanging issue.
&lt;br&gt;&lt;br&gt;JK
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Expect the tree to stay closed for 4-6 hours as Talos and unit tests run. Please let me know if that is a problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --BDS
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; dev-planning mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775918&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775918&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multi-process-plugins-landing-Monday-tp26772435p26775918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775912</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T02:48:26Z</published>
	<updated>2009-12-14T02:48:26Z</updated>
	<author>
		<name>Hartmut Figge</name>
	</author>
	<content type="html">Arne:
&lt;br&gt;&lt;br&gt;&amp;gt;As I said, I can see the point in threading By the &amp;quot;References&amp;quot; line 
&lt;br&gt;&amp;gt;in the header. The backside of threading by subject is that when I 
&lt;br&gt;&amp;gt;receive mails sent from mail programs (i.e. OE) &amp;quot;translated&amp;quot; to my 
&lt;br&gt;&amp;gt;native language (Swedish) they may not thread correctly, since the 
&lt;br&gt;&amp;gt;&amp;quot;Re:&amp;quot; is changed to &amp;quot;SV:&amp;quot;. So the subject line can have a lot of &amp;quot;Re: 
&lt;br&gt;&amp;gt;SV: Re: SV: after posting back and forth several times. ;)
&lt;br&gt;&lt;br&gt;----- user.js -----
&lt;br&gt;user_pref(&amp;quot;mailnews.localizedRe&amp;quot;, &amp;quot;SV,Sv&amp;quot;);
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;Hartmut
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775912&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26775912.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775829</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T02:39:22Z</published>
	<updated>2009-12-14T02:39:22Z</updated>
	<author>
		<name>Arne-13</name>
	</author>
	<content type="html">Neil wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Arne wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The mails with same subject that are not reply's has of course not any
&lt;br&gt;&amp;gt;&amp;gt; reference.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you want to thread mails by subject you need to turn off the
&lt;br&gt;&amp;gt; mail.strict_threading preference. If the replies don't begin with Re:
&lt;br&gt;&amp;gt; then you will also need to turn on the mail.thread_without_re
&lt;br&gt;&amp;gt; preference. After using about:config to change these preferences you
&lt;br&gt;&amp;gt; will need to restart; then you can rebuild the summary file to rethread
&lt;br&gt;&amp;gt; the messages.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Thank you Neil, now it works as I intended. Of course, that change in 
&lt;br&gt;about:config is &amp;quot;global&amp;quot; for all mail accounts. Wish it could be set 
&lt;br&gt;per account.
&lt;br&gt;&lt;br&gt;As I said, I can see the point in threading By the &amp;quot;References&amp;quot; line 
&lt;br&gt;in the header. The backside of threading by subject is that when I 
&lt;br&gt;receive mails sent from mail programs (i.e. OE) &amp;quot;translated&amp;quot; to my 
&lt;br&gt;native language (Swedish) they may not thread correctly, since the 
&lt;br&gt;&amp;quot;Re:&amp;quot; is changed to &amp;quot;SV:&amp;quot;. So the subject line can have a lot of &amp;quot;Re: 
&lt;br&gt;SV: Re: SV: after posting back and forth several times. ;)
&lt;br&gt;&lt;br&gt;But at least now I'll see what option is more inconvenient in a long 
&lt;br&gt;view, and can change it back if I want to.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Arne
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775829&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26775829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775135</id>
	<title>Re: Threading don't work for one mail address</title>
	<published>2009-12-14T01:35:09Z</published>
	<updated>2009-12-14T01:35:09Z</updated>
	<author>
		<name>Neil-4</name>
	</author>
	<content type="html">Arne wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; The mails with same subject that are not reply's has of course not any 
&lt;br&gt;&amp;gt; reference.
&lt;br&gt;&lt;br&gt;If you want to thread mails by subject you need to turn off the 
&lt;br&gt;mail.strict_threading preference. If the replies don't begin with Re: 
&lt;br&gt;then you will also need to turn on the mail.thread_without_re 
&lt;br&gt;preference. After using about:config to change these preferences you 
&lt;br&gt;will need to restart; then you can rebuild the summary file to rethread 
&lt;br&gt;the messages.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Warning: May contain traces of nuts.
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775135&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26775135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774097</id>
	<title>Weekly Status Meeting - December 14, 2009</title>
	<published>2009-12-13T23:52:32Z</published>
	<updated>2009-12-13T23:52:32Z</updated>
	<author>
		<name>Tim Riley-3</name>
	</author>
	<content type="html">Meeting Details:
&lt;br&gt;* 11:00am Pacific Standard Time (19:00 UTC)
&lt;br&gt;* Mozilla HQ, Ten Forward area
&lt;br&gt;* +1 650 903 0800 x92 Conf# 8600 (US/International)
&lt;br&gt;* +1 416 848 3114 x92 Conf# 8600 (Canada)
&lt;br&gt;* +1 800 707 2533 (pin 369) Conf# 8600 (US Toll Free)
&lt;br&gt;* sip:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;weeklystatus@...&lt;/a&gt; from generic SIP clients
&lt;br&gt;* &lt;a href=&quot;http://air.mozilla.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://air.mozilla.com/&lt;/a&gt;&amp;nbsp;to watch and listen
&lt;br&gt;* join irc.mozilla.org #staffmeeting for backchannel
&lt;br&gt;&lt;br&gt;Add your agenda items/status here prior to the meeting: 
&lt;br&gt;&lt;a href=&quot;https://wiki.mozilla.org/WeeklyUpdates/2009-12-14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://wiki.mozilla.org/WeeklyUpdates/2009-12-14&lt;/a&gt;&lt;br&gt;&lt;br&gt;--Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774097&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Weekly-Status-Meeting---December-14%2C-2009-tp26774097p26774097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26773477</id>
	<title>Threading don't work for one mail address</title>
	<published>2009-12-13T22:17:58Z</published>
	<updated>2009-12-13T22:17:58Z</updated>
	<author>
		<name>Arne-13</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have several email accounts and to one of them I am receiving an 
&lt;br&gt;email notice from a web forum when new posts are posted on threads I 
&lt;br&gt;have subscribed to. The account is not used for any other purpose.
&lt;br&gt;&lt;br&gt;On SM 1.1.18 the emails concerning the same forum thread was always 
&lt;br&gt;threaded in my inbox for the mail account. Now on SM 2.0 the threading 
&lt;br&gt;don't work on that specific email account, as it does for all other 
&lt;br&gt;accounts.
&lt;br&gt;&lt;br&gt;When testing to send &amp;quot;ordinary&amp;quot; email to the &amp;quot;forum mail account&amp;quot; and 
&lt;br&gt;replying from and to it, the mails are threaded. So I guess something 
&lt;br&gt;is changed in the way SM recognize the emails even if they have the 
&lt;br&gt;same subject?
&lt;br&gt;&lt;br&gt;I can see in the mail header for the reply that it has a &amp;quot;References:&amp;quot; 
&lt;br&gt;line, ref to the mail it reply's to. The mails with same subject that 
&lt;br&gt;are not reply's has of course not any reference.
&lt;br&gt;&lt;br&gt;I can see the point in not threading mails that are not connected even 
&lt;br&gt;if the subject is the same. But in this case with the mails from the 
&lt;br&gt;web forum, I would appreciate if I could have an option to get them 
&lt;br&gt;threaded by subject. Any chance to do that now or in the future, even 
&lt;br&gt;if I had to do that manually for selected mails?
&lt;br&gt;&lt;br&gt;Cross posted to mozilla.dev.apps.seamonkey and mozilla.dev.planning, 
&lt;br&gt;feel free to set follow up to the appropriate group.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;/Arne
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773477&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Threading-don%27t-work-for-one-mail-address-tp26773477p26773477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26772435</id>
	<title>Multi-process plugins landing Monday</title>
	<published>2009-12-13T19:05:14Z</published>
	<updated>2009-12-13T19:05:14Z</updated>
	<author>
		<name>Benjamin Smedberg</name>
	</author>
	<content type="html">I intend to close mozilla-central and merge Electrolysis plugins tomorrow 
&lt;br&gt;morning.
&lt;br&gt;&lt;br&gt;There are two &amp;quot;unknowns&amp;quot; that may cause this merge to be backed out:
&lt;br&gt;&lt;br&gt;* Performance regression on Windows. The Electrolysis tree has a performance 
&lt;br&gt;regression on Windows when compared with mozilla-central. We have been 
&lt;br&gt;unable to reproduce this on local machines or Tryserver, so we believe it's 
&lt;br&gt;a measurement fluke of some sort.
&lt;br&gt;&lt;br&gt;* Tp4 hanging on mac. Tp4 is hanging pretty reguarly on mac-E10s. Olli and I 
&lt;br&gt;have examined this and can reproduce, but it's equally reproducable on 
&lt;br&gt;mozilla-central, so we believe again that it's a measurement fluke of some sort.
&lt;br&gt;&lt;br&gt;Expect the tree to stay closed for 4-6 hours as Talos and unit tests run. 
&lt;br&gt;Please let me know if that is a problem.
&lt;br&gt;&lt;br&gt;--BDS
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26772435&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Multi-process-plugins-landing-Monday-tp26772435p26772435.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26772336</id>
	<title>SeaMonkey Status Meeting - Tue, December 15</title>
	<published>2009-12-13T18:45:31Z</published>
	<updated>2009-12-13T18:45:31Z</updated>
	<author>
		<name>Robert Kaiser</name>
	</author>
	<content type="html">Agenda: &lt;a href=&quot;https://wiki.mozilla.org/SeaMonkey:StatusMeetings:2009-12-15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://wiki.mozilla.org/SeaMonkey:StatusMeetings:2009-12-15&lt;/a&gt;&lt;br&gt;&lt;br&gt;* December 15, 13:00 UTC, 8am Eastern, 1pm UK, 2pm Central Europe
&lt;br&gt;* Other timezones: 
&lt;br&gt;&lt;a href=&quot;http://www.timeanddate.com/worldclock/fixedtime.html?day=15&amp;month=12&amp;year=2009&amp;hour=13&amp;min=0&amp;sec=0&amp;p1=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.timeanddate.com/worldclock/fixedtime.html?day=15&amp;month=12&amp;year=2009&amp;hour=13&amp;min=0&amp;sec=0&amp;p1=0&lt;/a&gt;&lt;br&gt;* IRC channel #seamonkey - irc://irc.mozilla.org/seamonkey
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi everybody,
&lt;br&gt;&lt;br&gt;We're doing another instance of our biweekly SeaMonkey Status meetings 
&lt;br&gt;on IRC.
&lt;br&gt;&lt;br&gt;Please add agenda items we should discuss, we're trying to get a good 
&lt;br&gt;view there where the SeaMonkey project is right now, what's the progress 
&lt;br&gt;compared to last time and where we are headed.
&lt;br&gt;&lt;br&gt;Main agenda items:
&lt;br&gt;&amp;nbsp; - SeaMonkey 2.0 Feedback
&lt;br&gt;&amp;nbsp; - 2.0.1, 2.0.2 Planning
&lt;br&gt;&amp;nbsp; - Feature List, Planning for 2.1
&lt;br&gt;&amp;nbsp; - Roundtable
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Robert Kaiser
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26772336&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SeaMonkey-Status-Meeting---Tue%2C-December-15-tp26772336p26772336.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769793</id>
	<title>Re: Thunderbird 3 is now available for download</title>
	<published>2009-12-13T13:13:04Z</published>
	<updated>2009-12-13T13:13:04Z</updated>
	<author>
		<name>Rimas Kudelis</name>
	</author>
	<content type="html">2009.12.12 22:40, Magnus Melin rašė:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 09.12.2009 10:03, Rimas Kudelis wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks, Larry - very interesting. I've been set for Western (ISO 8859-1)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;forever&amp;quot;, and never noticed this before. If I set View to UTF-8, Mark's
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; message looks OK. (Autodetect does NOT help.) I'm not about to change
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; encoding settings depending on who's sending.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; BTW, I agree I sent in 1252, although I'm NOT set to do that. It appears
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that replying to UTF-8 causes this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm still not sure what's going on, but based on this and a number of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; negative comments here (yes, I know negatives outweigh positives in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; newsgroups), I think I'll stay put with 2.0.0.23 for the time being.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I guess the problem is that you've set the option where the default
&lt;br&gt;&amp;gt;&amp;gt; character set you've set OVERRIDES whatever is in the header of a
&lt;br&gt;&amp;gt;&amp;gt; message. Make sure to uncheck that checkbox, you'll find it in the
&lt;br&gt;&amp;gt;&amp;gt; properties dialog for this newsgroup and/or in global preferences dialog.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The UI for the global pref to override was removed for tb3, as it's a
&lt;br&gt;&amp;gt; sure way to shoot yourself in the foot - the pref is
&lt;br&gt;&amp;gt; mailnews.force_charset_override.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;I know that, Magnus.
&lt;br&gt;&lt;br&gt;It was removed from the global settings, but it remains in each
&lt;br&gt;newsgoup/folder settings dialog. That's what I referred to. Though
&lt;br&gt;surely, the global option is a big suspect too.
&lt;br&gt;&lt;br&gt;Rimas
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Thunderbird-3-is-now-available-for-download-tp26702252p26769793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26761012</id>
	<title>Re: Thunderbird 3 is now available for download</title>
	<published>2009-12-12T12:40:11Z</published>
	<updated>2009-12-12T12:40:11Z</updated>
	<author>
		<name>Magnus Melin</name>
	</author>
	<content type="html">On 09.12.2009 10:03, Rimas Kudelis wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Thanks, Larry - very interesting. I've been set for Western (ISO 8859-1)
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;forever&amp;quot;, and never noticed this before. If I set View to UTF-8, Mark's
&lt;br&gt;&amp;gt;&amp;gt; message looks OK. (Autodetect does NOT help.) I'm not about to change
&lt;br&gt;&amp;gt;&amp;gt; encoding settings depending on who's sending.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; BTW, I agree I sent in 1252, although I'm NOT set to do that. It appears
&lt;br&gt;&amp;gt;&amp;gt; that replying to UTF-8 causes this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm still not sure what's going on, but based on this and a number of
&lt;br&gt;&amp;gt;&amp;gt; negative comments here (yes, I know negatives outweigh positives in
&lt;br&gt;&amp;gt;&amp;gt; newsgroups), I think I'll stay put with 2.0.0.23 for the time being.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess the problem is that you've set the option where the default
&lt;br&gt;&amp;gt; character set you've set OVERRIDES whatever is in the header of a
&lt;br&gt;&amp;gt; message. Make sure to uncheck that checkbox, you'll find it in the
&lt;br&gt;&amp;gt; properties dialog for this newsgroup and/or in global preferences dialog.
&lt;/div&gt;&lt;br&gt;The UI for the global pref to override was removed for tb3, as it's a sure way 
&lt;br&gt;to shoot yourself in the foot - the pref is mailnews.force_charset_override.
&lt;br&gt;&lt;br&gt;&amp;nbsp; -Magnus
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26761012&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Thunderbird-3-is-now-available-for-download-tp26702252p26761012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26754932</id>
	<title>Re: RESOLVED: ITTOOKUSTOOLONG</title>
	<published>2009-12-11T20:47:49Z</published>
	<updated>2009-12-11T20:47:49Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">Martijn wrote:
&lt;br&gt;&amp;gt; I guess this is similar to the RESOLVED: EXPIRED thing, which already
&lt;br&gt;&amp;gt; exists for a while?
&lt;br&gt;&lt;br&gt;That choice does not seem to be on the list of possible resolutions.
&lt;br&gt;jjb
&lt;br&gt;&lt;br&gt;&amp;gt; See here for one of the discussions that took place about that one:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://weblogs.mozillazine.org/gerv/archives/006570.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.mozillazine.org/gerv/archives/006570.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Martijn
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26754932&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RESOLVED%3A-ITTOOKUSTOOLONG-tp26737017p26754932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26748560</id>
	<title>Re: RESOLVED: ITTOOKUSTOOLONG</title>
	<published>2009-12-11T09:45:09Z</published>
	<updated>2009-12-11T09:45:09Z</updated>
	<author>
		<name>Martijn-4</name>
	</author>
	<content type="html">I guess this is similar to the RESOLVED: EXPIRED thing, which already
&lt;br&gt;exists for a while?
&lt;br&gt;See here for one of the discussions that took place about that one:
&lt;br&gt;&lt;a href=&quot;http://weblogs.mozillazine.org/gerv/archives/006570.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblogs.mozillazine.org/gerv/archives/006570.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Martijn
&lt;br&gt;&lt;br&gt;On Fri, Dec 11, 2009 at 1:38 AM, John J Barton
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748560&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbarton@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry if this is not quite the right venue, I forgot where the
&lt;br&gt;&amp;gt; mozilla-bugzilla issues are discussed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The RESOLVED category is missing a very important case: a category for bug
&lt;br&gt;&amp;gt; reports that were not evaluated in a timely manner. Apparently these get
&lt;br&gt;&amp;gt; dumped into RESOLVED: INCOMPLETE,  which described:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The bug is vaguely described with little to no steps to reproduce.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://quality.mozilla.org/bugs-life-walkthrough#resolved&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quality.mozilla.org/bugs-life-walkthrough#resolved&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is yet another let's-insult-the-user category and anyway does not fit
&lt;br&gt;&amp;gt; the &amp;quot;bug report filed against FF 2&amp;quot; category.  Ok the bug was not important
&lt;br&gt;&amp;gt; enough for someone to act on, fine, just say so.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; dev-planning mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748560&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Martijn Wargers - Help Mozilla!
&lt;br&gt;&lt;a href=&quot;http://quality.mozilla.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quality.mozilla.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.mozilla.org/Mozilla_QA_Community&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.mozilla.org/Mozilla_QA_Community&lt;/a&gt;&lt;br&gt;irc://irc.mozilla.org/qa - /nick mw22
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748560&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RESOLVED%3A-ITTOOKUSTOOLONG-tp26737017p26748560.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26737017</id>
	<title>RESOLVED: ITTOOKUSTOOLONG</title>
	<published>2009-12-10T16:38:03Z</published>
	<updated>2009-12-10T16:38:03Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">Sorry if this is not quite the right venue, I forgot where the 
&lt;br&gt;mozilla-bugzilla issues are discussed.
&lt;br&gt;&lt;br&gt;The RESOLVED category is missing a very important case: a category for 
&lt;br&gt;bug reports that were not evaluated in a timely manner. Apparently these 
&lt;br&gt;get dumped into RESOLVED: INCOMPLETE, &amp;nbsp;which described:
&lt;br&gt;&lt;br&gt;The bug is vaguely described with little to no steps to reproduce.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://quality.mozilla.org/bugs-life-walkthrough#resolved&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quality.mozilla.org/bugs-life-walkthrough#resolved&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is yet another let's-insult-the-user category and anyway does not 
&lt;br&gt;fit the &amp;quot;bug report filed against FF 2&amp;quot; category. &amp;nbsp;Ok the bug was not 
&lt;br&gt;important enough for someone to act on, fine, just say so.
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26737017&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RESOLVED%3A-ITTOOKUSTOOLONG-tp26737017p26737017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736180</id>
	<title>Mozilla Scheduled Downtime – 12/10/2009, 6pm – 12pm PST (0200 – 0800 12/11/2009 UTC)</title>
	<published>2009-12-10T15:13:11Z</published>
	<updated>2009-12-10T15:13:11Z</updated>
	<author>
		<name>matthew zeier-3</name>
	</author>
	<content type="html">We will have a scheduled maintenance window tonight from 6:00pm to &amp;nbsp;
&lt;br&gt;12:00pm PST. The following changes will take place:
&lt;br&gt;&lt;br&gt;* 6:00pm PST (0200 UTC) Kernel upgrades. We’ll be doing kernel &amp;nbsp;
&lt;br&gt;security updates on various machines affecting the following services &amp;nbsp;
&lt;br&gt;for approximately 10 minutes each:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • *ALL* sm-* (development) servers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All IT-administered build services, including build.mozilla.org, &amp;nbsp;
&lt;br&gt;try server, cruncher, AUS staging, and the pageload/graph servers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All VPNs and jumphosts in the offices and colos (except Beijing)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All office and colo DNS and DHCP servers (except Beijing)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All Web-dev and app staging servers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • support.mozilla.com (chat services and knowledge base)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All version control services and related utility services (CVS, CVS- 
&lt;br&gt;mirror, Hg, SVN, Bonsai, HgWeb, ViewVC, Tinderbox, MXR)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • ftp.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • stage.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • people.mozilla.com
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • intranet.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • quality.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • litmus.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • irc.mozilla.org (multiple servers, will fail over via DNS to keep &amp;nbsp;
&lt;br&gt;it up)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • addons.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • download.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • videos.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • nagios.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • bugzilla.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • developer.mozilla.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • spreadfirefox.com
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • Internet-facing mail relays, list servers, and outbound mail (mail &amp;nbsp;
&lt;br&gt;will be queued)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; • All public and private wikis and blogs administered by Mozilla
&lt;br&gt;&lt;br&gt;Some services may have more than one outage as various back-end &amp;nbsp;
&lt;br&gt;components each get their upgrades (for example, a web application &amp;nbsp;
&lt;br&gt;will go down once when the web servers are upgraded and again when its &amp;nbsp;
&lt;br&gt;database server is upgraded).
&lt;br&gt;&lt;br&gt;* 7:00pm PST (0300 UTC) LDAP upgrade. We’ll be upgrading OpenLDAP &amp;nbsp;
&lt;br&gt;tonight. Our LDAP infrastructure is redundant and there shouldn’t be &amp;nbsp;
&lt;br&gt;any downtime noticed. Duration 30 minutes.
&lt;br&gt;&lt;br&gt;* 9:00pm PST (0500 UTC) Zeus TM configuration changes. We’ll be &amp;nbsp;
&lt;br&gt;turning some SSL cache settings on the production Zeus cluster (bug &amp;nbsp;
&lt;br&gt;533809). No downtime is expected.
&lt;br&gt;Please let me know if you have any reason why we should not proceed &amp;nbsp;
&lt;br&gt;with this planned maintenance. As always, we aim to keep downtime to &amp;nbsp;
&lt;br&gt;as little as possible, but unexpected complications can arise causing &amp;nbsp;
&lt;br&gt;longer downtime periods than expected. All systems should be &amp;nbsp;
&lt;br&gt;operational by the end of the maintenance window.
&lt;br&gt;&lt;br&gt;Feel free to comment directly if you see issues past the planned &amp;nbsp;
&lt;br&gt;downtime.
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736180&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mozilla-Scheduled-Maintenance---July-24%2C-2008%2C-7pm---11%3A00pm-PDT-%280200---0600-UTC-Friday%29-tp18637419p26736180.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731471</id>
	<title>Re: Removing restriction on mozilla-central</title>
	<published>2009-12-10T09:36:36Z</published>
	<updated>2009-12-10T09:36:36Z</updated>
	<author>
		<name>Ted Mielczarek-3</name>
	</author>
	<content type="html">On Wed, Dec 9, 2009 at 7:10 PM, Dao &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dao@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Any update on this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;We're open for sheriff-approved checkins right now. I've volunteered to
&lt;br&gt;sheriff for the day, so find me in #developers to get permission to land.
&lt;br&gt;I'm going to try to keep the flow of checkins slow to avoid breaking things.
&lt;br&gt;&lt;br&gt;-Ted
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731471&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-restriction-on-mozilla-central-tp26697533p26731471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731379</id>
	<title>mozilla-central is open again</title>
	<published>2009-12-10T09:32:09Z</published>
	<updated>2009-12-10T09:32:09Z</updated>
	<author>
		<name>Mike Beltzner</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;We're down to the last few bugs for mozilla1.9.2/Firefox 3.6, and they're localized enough that we've decided to re-open the mozilla-central tree for checkins. Since we expect that there might be a backlog, Ted's (been) volunteered to help co-ordinate landings today. He's in #developers.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;mike
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mozilla-central-is-open-again-tp26731379p26731379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26720079</id>
	<title>Re: Removing restriction on mozilla-central</title>
	<published>2009-12-09T16:13:58Z</published>
	<updated>2009-12-09T16:13:58Z</updated>
	<author>
		<name>dao-3</name>
	</author>
	<content type="html">On 8 Dez., 18:31, Mike Beltzner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26720079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;beltz...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We're down to 26 code-related blockers for mozilla1.9.2/firefox3.6, the lion's share of which are in JavaScript. I'd like to propose that we lift the restriction on mozilla-central, returning us to a state where any reviewed patch can be landed, to allow many excellent pieces of technology (out-of-process plugins, Direct 2D, Web GL, Tab Matches in Awesomebar) to start landing and baking for a future release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If we do this, our sheriffs will need to be EXTRA vigilant in watching for test and build failures, and quite aggressive about backing out anything that's causing problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Comments or questions should be sent today, and if we can all agree, we'll make the change later tonight or tomorrow morning.
&lt;br&gt;&lt;br&gt;Any update on this?
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26720079&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-restriction-on-mozilla-central-tp26697533p26720079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26720082</id>
	<title>Re: Removing restriction on mozilla-central</title>
	<published>2009-12-09T16:10:55Z</published>
	<updated>2009-12-09T16:10:55Z</updated>
	<author>
		<name>Dao-6</name>
	</author>
	<content type="html">Any update on this?
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26720082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-restriction-on-mozilla-central-tp26697533p26720082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26716049</id>
	<title>Re: Thunderbird 3 is now available for download</title>
	<published>2009-12-09T11:14:28Z</published>
	<updated>2009-12-09T11:14:28Z</updated>
	<author>
		<name>Tarkus-3</name>
	</author>
	<content type="html">Will this eventually be available as an automatic upgrade from TB2? &amp;nbsp;I 
&lt;br&gt;have no desire to go through all the headaches of upgrading I've read about.
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26716049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Thunderbird-3-is-now-available-for-download-tp26702252p26716049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714514</id>
	<title>Re: Thunderbird 3 is now available for download</title>
	<published>2009-12-09T09:46:09Z</published>
	<updated>2009-12-09T09:46:09Z</updated>
	<author>
		<name>Rolf Gloor-3</name>
	</author>
	<content type="html">Am 08.12.2009 23:48, schrieb Mark Banner:
&lt;br&gt;&amp;gt; Mozilla Messaging is happy to announce that Thunderbird 3 is now
&lt;br&gt;&amp;gt; available for download:
&lt;br&gt;&lt;br&gt;Hi David, hi Mark, hi TB3 Team
&lt;br&gt;&lt;br&gt;Congratulations. TB3 is a great product and especially a great platform.
&lt;br&gt;&lt;br&gt;I know that a lot of work has gone into the backend, from which only 
&lt;br&gt;some parts are now visible to the user.
&lt;br&gt;However, this prepares the ground for many new upcoming features and 
&lt;br&gt;updates, I've been waiting for.
&lt;br&gt;&lt;br&gt;Best wishes to the whole TB3 Team / Crew for the great work and all the 
&lt;br&gt;best for the next building stones. (Which are now coming much faster 
&lt;br&gt;with the new release schedule.) ;-)
&lt;br&gt;&lt;br&gt;Greetings from Switzerland,
&lt;br&gt;Rolf
&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Thunderbird-3-is-now-available-for-download-tp26702252p26714514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26708620</id>
	<title>Re: Removing restriction on mozilla-central</title>
	<published>2009-12-09T03:16:33Z</published>
	<updated>2009-12-09T03:16:33Z</updated>
	<author>
		<name>Chris Lord-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Tue, 2009-12-08 at 09:31 -0800, Mike Beltzner wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We're down to 26 code-related blockers for mozilla1.9.2/firefox3.6, the lion's share of which are in JavaScript. I'd like to propose that we lift the restriction on mozilla-central, returning us to a state where any reviewed patch can be landed, to allow many excellent pieces of technology (out-of-process plugins, Direct 2D, Web GL, Tab Matches in Awesomebar) to start landing and baking for a future release.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If we do this, our sheriffs will need to be EXTRA vigilant in watching for test and build failures, and quite aggressive about backing out anything that's causing problems.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Comments or questions should be sent today, and if we can all agree, we'll make the change later tonight or tomorrow morning.
&lt;br&gt;&lt;br&gt;This sounds like a good idea - on a somewhat related note, is this a
&lt;br&gt;good time to poke someone to review my headless backend for inclusion?
&lt;br&gt;&lt;br&gt;Bug: &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=446591&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=446591&lt;/a&gt;&lt;br&gt;Repo: &lt;a href=&quot;http://hg.mozilla.org/incubator/offscreen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.mozilla.org/incubator/offscreen&lt;/a&gt;&amp;nbsp;('headless' branch)
&lt;br&gt;&lt;br&gt;--Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;dev-planning mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708620&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-planning@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.mozilla.org/listinfo/dev-planning&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.mozilla.org/listinfo/dev-planning&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Removing-restriction-on-mozilla-central-tp26697533p26708620.html" />
</entry>

</feed>
