Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread David E. Ross
On 1/11/11 4:38 AM, John wrote:
> Ray_Net wrote:
>> David E. Ross wrote:
>>> On 1/10/11 2:37 PM, Ray_Net wrote:
 John wrote:
> When I open the mail/news reader, about one time in four it will open
> with all newsservers expanded to show all subscribed newsgroups. I
> prefer them not to be expanded, and this never happened with v1.1.19.
> Why is this behavior not consistent each time, and how do I stop it?
> Thanks!

 I think that if you close all expanded stuffs  just before leaving
 completely SM before going to shutdown your pc and before going to
 sleep. The next morning started the pc and started SM ... you will find
 it in the same situation of yesterday ... all is closed.
>>>
>>> This is Bug 507908, which some developers think might be a feature. I
>>> think it is indeed a bug -- a regression from Tbird 2 -- and should be
>>> fixed.
>>>
>>> See.
>>>
>>
>> How can i vote negatively ?
>> Because i love this bug ... you will find expanded/closed as it was
>> before the closing of SM, So you retrieve the latest situation at start up.
> 
> That is not what is happening. When the newsserver lists open expanded I 
> always collapse them. The "bug" is that when I close the mail/news 
> reader with the listings collapsed, they are expanded again *sometimes* 
> when I next start mail/news. If they came back the way I left them when 
> I last closed the app, I wouldn't be complaining about it.
> 
> John

If you mean that individual newsgroup threads are expanded within a
newsgroup, that is a different issue.  That is bug #232562.  There is a
workaround for this.  Either through [Tools > Options > Advanced >
Config Editor] or by editing the user.js file in your profile, set the
preference variable mailnews.scroll_to_new_message to "false".  See
.

If you mean that a news-mail account is expanded, that is bug 507908,
which I cited earlier in this thread.

-- 

David E. Ross


On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: New Question About 2.1 Bookmarks

2011-01-11 Thread David E. Ross
On 1/11/11 12:55 AM, Ray_Net wrote:
> David E. Ross wrote:
>> In Netscape's Navigator 4.x, there was a capability to set bookmark
>> shortcuts.  I could set a bookmark in one place within my bookmarks file
>> and then set a pointer to that bookmark in another place within the same
>> file.  That pointer was a shortcut and was used as if it were a regular
>> bookmark.  If I changed the actual bookmark (e.g., if the URI changed),
>> that change would be reflected in all the shortcuts.  That way, I could
>> file copies of a bookmark in several different folders in the file but
>> would have to maintain only one instance of the bookmark.
>>
>> I think this capability disappeared in Mozilla Suite.  Will it be
>> restored in SaeMonkey 2.1?
>>
> 
> In a certain point of vue, a bookmark *is* a shortcut.
> Why did you need a shorcut of a shortcut ? Duplicating the places where 
> you can jump to a site ?

For this discussion, "shortcut" does NOT mean an Internet shortcut as
defined by Microsoft.  Instead, it means a pseudo-bookmark in the
bookmarks file that merely points to an actual bookmark in that same file.

I'll give just three examples of how I want to use this, but I have many
more.

In my bookmarks, I have a folder named "creating Web sites"; it contains
a sub-folder named "Font Selections".  I also have a folder named
"fonts".  There are Web sites that relate both to selecting fonts for
Web pages and to downloading fonts.  I would like to bookmark those Web
sites both in ["creating Web sites" > "Font Selections"] and in "fonts".

In my bookmarks, I have a folder named "Weather".  I also have a folder
named "Nature, Science, and Technology".  I would like to bookmark the
Web site "Bad Meteorology" at
 in both folders.

In my bookmarks, I have a folder named "$$$"; it contains a sub-folder
named "taxes" with sub-sub-folders "Federal" and "California".  I also
have a folder named "Gov't, Politics, & the Law"; it contains
sub-folders named "U. S. Govt" and "California".  The "U. S. Govt"
sub-folder contains a sub-sub-folder named "Executive".  I want
bookmarks to the IRS Web site at  both in
["$$$" > "taxes" > "Federal"] and in ["Gov't, Politics, & the Law" > "U.
S. Govt" > "Executive"].  I want bookmarks to the Franchise Tax Board
Web site at  both in ["$$$" > "taxes" >
"California"] and in ["Gov't, Politics, & the Law" > "California"].

I did this with Netscape Navigator 4.7.  If a URI changed, I only had to
change it in the actual bookmark; the change would also apply to its
shortcuts.  When I transitioned to Mozilla Suite, all my bookmark
shortcuts were converted into actual bookmarks because the capability
for shortcuts had been eliminated.  Now, several years later, I still
find occasional duplicate bookmarks that no longer have the same URI.

I have approximately 1,000 bookmarks organized in over 120 folders,
sub-folders, and sub-sub-folders.

-- 

David E. Ross


On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Michael Gordon

Jens Hatlak wrote:

Michael Gordon wrote:

When is a new bookmark set in the data file?


If by data file you mean the Places database SQLite file, then AFAIK
that will be a few moments (between milliseconds and seconds) after the
bookmark has been created (or otherwise changed, this also applies to
changes to existing bookmarks!), i.e. it's asynchronous.


Is it set the moment the user sets a web page as a bookmark?


AFAIK not the very moment; instead it's first written to memory (RAM),
then after some time flushed to disk. If the flushing to disk fails, the
change is lost. What the database ensures however is that the it stays
consistent, i.e. you either have the state before the change or the
state afterward, but never something else (provided the disk is OK of
course).


Is it set when SM is closed?


Of course, if SM is closed, the file is also written to disk if
previously accumulated changes have not been written to disk yet. It's
only the bookmarks.html export file that is only written to disk upon
exiting the application (if you tell it to do that via a pref).


If the bookmark is recorded in the data file the instant the user sets a
web page as a bookmark it won't matter what happens to SM a few moments
later, the bookmark will be set and recorded in the data file and ready
for instant use.


The system does not guarantee that any change you make stays persistent;
I should have been clearer about that. Only changes that have been
written to the database completely stay persistent. Those are safe then,
though.

HTH

Jens

Thank you for clearing up the confusion on the Bookmarks, their storage, 
and recovery.  It sounds to me like you have taken all the precautions 
possible to save and recover bookmarks.


Michael
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Jens Hatlak

Michael Gordon wrote:

When is a new bookmark set in the data file?


If by data file you mean the Places database SQLite file, then AFAIK 
that will be a few moments (between milliseconds and seconds) after the 
bookmark has been created (or otherwise changed, this also applies to 
changes to existing bookmarks!), i.e. it's asynchronous.



Is it set the moment the user sets a web page as a bookmark?


AFAIK not the very moment; instead it's first written to memory (RAM), 
then after some time flushed to disk. If the flushing to disk fails, the 
change is lost. What the database ensures however is that the it stays 
consistent, i.e. you either have the state before the change or the 
state afterward, but never something else (provided the disk is OK of 
course).



Is it set when SM is closed?


Of course, if SM is closed, the file is also written to disk if 
previously accumulated changes have not been written to disk yet. It's 
only the bookmarks.html export file that is only written to disk upon 
exiting the application (if you tell it to do that via a pref).



If the bookmark is recorded in the data file the instant the user sets a
web page as a bookmark it won't matter what happens to SM a few moments
later, the bookmark will be set and recorded in the data file and ready
for instant use.


The system does not guarantee that any change you make stays persistent; 
I should have been clearer about that. Only changes that have been 
written to the database completely stay persistent. Those are safe then, 
though.


HTH

Jens

--
Jens Hatlak 
SeaMonkey Trunk Tracker 
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Michael Gordon

Jens Hatlak wrote:

Paul B. Gallagher wrote:

Does this mean that in case of a crash or hang, SM fails to export the
DB and ... what? The info is lost, or just not backed up?


The HTML file is not the backup, it's just for those users who somehow
need or want to have it. HTML files are only for export and import, i.e.
the user, not the system itself. The new bookmarks back-end, Places,
uses a (transactional) database for storage, and the JSON format
(JavaScript) for backups, which are created automatically and can easily
be restored using the new Bookmarks Manager.

So provided you don't suffer from a hard disk breakage (SM's internal
backup of course doesn't free you from creating system backups!), you
should never permanently lose any of your bookmarks without your
explicit consent. You could get temporary inconsistencies between the
internal bookmarks storage and bookmarks.html, though (e.g. if the
latter could not be written due to a crash). In that case, just restart
SM and exit cleanly or export manually.

HTH

Jens



Jens,

Lets take a look back a few steps.
When is a new bookmark set in the data file?
Is it set the moment the user sets a web page as a bookmark?
Is it set when SM is closed?

If the bookmark is recorded in the data file the instant the user sets a 
web page as a bookmark it won't matter what happens to SM a few moments 
later, the bookmark will be set and recorded in the data file and ready 
for instant use.


Michael
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Jens Hatlak

Paul B. Gallagher wrote:

Does this mean that in case of a crash or hang, SM fails to export the
DB and ... what? The info is lost, or just not backed up?


The HTML file is not the backup, it's just for those users who somehow 
need or want to have it. HTML files are only for export and import, i.e. 
the user, not the system itself. The new bookmarks back-end, Places, 
uses a (transactional) database for storage, and the JSON format 
(JavaScript) for backups, which are created automatically and can easily 
be restored using the new Bookmarks Manager.


So provided you don't suffer from a hard disk breakage (SM's internal 
backup of course doesn't free you from creating system backups!), you 
should never permanently lose any of your bookmarks without your 
explicit consent. You could get temporary inconsistencies between the 
internal bookmarks storage and bookmarks.html, though (e.g. if the 
latter could not be written due to a crash). In that case, just restart 
SM and exit cleanly or export manually.


HTH

Jens

--
Jens Hatlak 
SeaMonkey Trunk Tracker 
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: E-mail rejected, whose problem?

2011-01-11 Thread Michael Gordon

Stan wrote:

RESOLVER.RST.AuthRequired; authentication required


It looks to me like your messages from Comcast to one addressee is being 
rejected by that account server.  Check with Comcast support to 
configure your outgoing SMTP server to authenticate your outgoing messages.


Once you have configured an authSMTP server account in SM Mail accounts 
you can then set that SMTP account as the default SMTP for all yout 
outgoing mail.


If you have 2 or more mail accounts in SM you can have separate SMTP 
servers for each account; one as default, and another for all other 
accounts.


The reason for authSMTP is to better control Spam messaging through mail 
relay servers.  Using authmail means that every message sent must be 
authrized with your account name and password.


Michael
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Paul B. Gallagher

Lucas Levrel wrote:


Le 10 janvier 2011, Paul B. Gallagher a écrit :


One thing I've always wished for with groupmarks is behavior similar
to that of ordinary bookmarks when a blank window is open. With an
ordinary bookmark, opening it from a blank navigator window puts the
contents in that blank window. But with a groupmark, opening it from a
blank navigator window leaves one blank tab where the open window sat,
and opens the various bookmarks in new tabs. So a groupmark with five
links yields six tabs, one of them blank.


Except if you set groupmarks to replace existing tabs in Prefs.


But I only want it to replace /blank/ tabs.

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread JAS
John wrote:
> Ray_Net wrote:
>> David E. Ross wrote:
>>> On 1/10/11 2:37 PM, Ray_Net wrote:
 John wrote:
> When I open the mail/news reader, about one time in four it will open
> with all newsservers expanded to show all subscribed newsgroups. I
> prefer them not to be expanded, and this never happened with v1.1.19.
> Why is this behavior not consistent each time, and how do I stop it?
> Thanks!

 I think that if you close all expanded stuffs  just before leaving
 completely SM before going to shutdown your pc and before going to
 sleep. The next morning started the pc and started SM ... you will
 find
 it in the same situation of yesterday ... all is closed.
>>>
>>> This is Bug 507908, which some developers think might be a feature. I
>>> think it is indeed a bug -- a regression from Tbird 2 -- and should be
>>> fixed.
>>>
>>> See.
>>>
>>
>> How can i vote negatively ?
>> Because i love this bug ... you will find expanded/closed as it was
>> before the closing of SM, So you retrieve the latest situation at
>> start up.
>
> That is not what is happening. When the newsserver lists open expanded
> I always collapse them. The "bug" is that when I close the mail/news
> reader with the listings collapsed, they are expanded again
> *sometimes* when I next start mail/news. If they came back the way I
> left them when I last closed the app, I wouldn't be complaining about it.
>
> John
Mine has done exactly that for sometime now, through several versions ,
not just since the last update. It might happen once a week or so and I
shut down nightly. Only one of my news servers does not open when the
others do. At times the ones that are open have not checked for new
messages until I close them and reopen.

JAS

-- 
   You either teach people to treat you with dignity and respect, or you don't. 
This means you are partly responsible for the mistreatment that you get at the 
hands of someone else. 

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


E-mail rejected, whose problem?

2011-01-11 Thread Stan

I sent and received rejection of an E-mail.

Comcast says: Stanley, I have reviewed your email and the error message 
you are

getting when you send an email message is not on Comcast boundaries
anymore. If you are using email clients such as Outlook or Microsoft
Exchange, kindly contact Microsoft technical support. You can also visit
Microsoft Knowledge base for fixes from this kind of errors.

I am using SeaMonkey 2.0.11.  Does it really make sense to look for a 
solution in Outlool or Microsoft Exchange?


Anyone know what has happened to cause rejection.?

Stan

Here is the rejection info:

Delivery has failed to these recipients or distribution lists:

i...@compassmedical.net
Your message wasn't delivered because of security policies. Microsoft 
Exchange will not try to redeliver this message for you. Please provide 
the following diagnostic text to your system administrator.

Sent by Microsoft Exchange Server 2007

Diagnostic information for administrators:

Generating server: compassmedical.local

i...@compassmedical.net
#550 5.7.1 RESOLVER.RST.AuthRequired; authentication required ##

Original message headers:

Received: from mail2.it.compassmedical.net (10.1.141.12) by
 CM-DC02-MSG02.compassmedical.local (10.1.221.102) with Microsoft SMTP 
Server

 id 8.3.137.0; Mon, 10 Jan 2011 18:42:42 -0500
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: 
AigGAGInK01INJjC/2dsb2JhbACECI4ghBONOVdzrTo+jVUCgwyBSnQEhGeGIw

X-IronPort-AV: E=Sophos;i="4.60,303,1291611600";
   d="scan'208,217";a="15470"
Received: from host.interactivepalette.com ([72.52.152.194])  by
 mail2.it.compassmedical.net with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Jan 2011
 18:41:41 -0500
Received: from nobody by host.interactivepalette.com with local (Exim 4.69)
(envelope-from )  id 1PcRMe-0004RN-GW for
 i...@compassmedical.net; Mon, 10 Jan 2011 18:41:28 -0500
To: 
Subject: Contact Form Submission
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_NextPart_81404882218"
Content-Transfer-Encoding: 7bit
From: 
X-Mailer: SilverStripe Mailer - version 2006.06.21 (Sent from 
"www.compassmedical.net")

X-Priority: 3
X-SilverStripeBounceURL: www.compassmedical.net/Email_BounceHandler
X-SilverStripeSite: mysite
Message-ID: 
Date: Mon, 10 Jan 2011 18:41:28 -0500
X-AntiAbuse: This header was added to track abuse, please include it 
with any abuse report

X-AntiAbuse: Primary Hostname - host.interactivepalette.com
X-AntiAbuse: Original Domain - compassmedical.net
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - comcast.net
Return-Path: s.c.pie...@comcast.net



Reporting-MTA: dns;compassmedical.local
Received-From-MTA: dns;mail2.it.compassmedical.net
Arrival-Date: Mon, 10 Jan 2011 23:42:42 +

Final-Recipient: rfc822;i...@compassmedical.net
Action: failed
Status: 5.7.1
Diagnostic-Code: smtp;550 5.7.1 RESOLVER.RST.AuthRequired; 
authentication required




Part 1.2
Subject:
Contact Form Submission
From:

Date:
Mon, 10 Jan 2011 18:41:28 -0500
To:


[ The remainder was a copy of my original E-mail]
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread John

Ray_Net wrote:

David E. Ross wrote:

On 1/10/11 2:37 PM, Ray_Net wrote:

John wrote:

When I open the mail/news reader, about one time in four it will open
with all newsservers expanded to show all subscribed newsgroups. I
prefer them not to be expanded, and this never happened with v1.1.19.
Why is this behavior not consistent each time, and how do I stop it?
Thanks!


I think that if you close all expanded stuffs  just before leaving
completely SM before going to shutdown your pc and before going to
sleep. The next morning started the pc and started SM ... you will find
it in the same situation of yesterday ... all is closed.


This is Bug 507908, which some developers think might be a feature. I
think it is indeed a bug -- a regression from Tbird 2 -- and should be
fixed.

See.



How can i vote negatively ?
Because i love this bug ... you will find expanded/closed as it was
before the closing of SM, So you retrieve the latest situation at start up.


That is not what is happening. When the newsserver lists open expanded I 
always collapse them. The "bug" is that when I close the mail/news 
reader with the listings collapsed, they are expanded again *sometimes* 
when I next start mail/news. If they came back the way I left them when 
I last closed the app, I wouldn't be complaining about it.


John
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread W3BNR

On 1/11/2011 3:52 AM Ray_Net wrote:

David E. Ross wrote:

On 1/10/11 2:37 PM, Ray_Net wrote:

John wrote:

When I open the mail/news reader, about one time in four it will open
with all newsservers expanded to show all subscribed newsgroups. I
prefer them not to be expanded, and this never happened with v1.1.19.
Why is this behavior not consistent each time, and how do I stop it?
Thanks!


I think that if you close all expanded stuffs  just before leaving
completely SM before going to shutdown your pc and before going to
sleep. The next morning started the pc and started SM ... you will find
it in the same situation of yesterday ... all is closed.


This is Bug 507908, which some developers think might be a feature. I
think it is indeed a bug -- a regression from Tbird 2 -- and should be
fixed.

See.



How can i vote negatively ?
Because i love this bug ... you will find expanded/closed as it was
before the closing of SM, So you retrieve the latest situation at start up.


I also prefer to have it the way it was when I closed SM.  I have one news group 
that I prefer expanded and others I don't.  Perhaps a configuration option on 
each news group a user has rather than cut and dried expanded or not expanded?


--
Ed
http://mysite.verizon.net/vze1zhwu/
Powered by SeaMonkey: http://www.seamonkey-project.org/

"Never eat more than you can lift."-Miss Piggy (1974-)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: where is bookmarks.html?

2011-01-11 Thread Lucas Levrel

Le 10 janvier 2011, Paul B. Gallagher a écrit :

One thing I've always wished for with groupmarks is behavior similar to that 
of ordinary bookmarks when a blank window is open. With an ordinary bookmark, 
opening it from a blank navigator window puts the contents in that blank 
window. But with a groupmark, opening it from a blank navigator window leaves 
one blank tab where the open window sat, and opens the various bookmarks in 
new tabs. So a groupmark with five links yields six tabs, one of them blank.


Except if you set groupmarks to replace existing tabs in Prefs.

--
LL
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: New Question About 2.1 Bookmarks

2011-01-11 Thread Ray_Net

David E. Ross wrote:

In Netscape's Navigator 4.x, there was a capability to set bookmark
shortcuts.  I could set a bookmark in one place within my bookmarks file
and then set a pointer to that bookmark in another place within the same
file.  That pointer was a shortcut and was used as if it were a regular
bookmark.  If I changed the actual bookmark (e.g., if the URI changed),
that change would be reflected in all the shortcuts.  That way, I could
file copies of a bookmark in several different folders in the file but
would have to maintain only one instance of the bookmark.

I think this capability disappeared in Mozilla Suite.  Will it be
restored in SaeMonkey 2.1?



In a certain point of vue, a bookmark *is* a shortcut.
Why did you need a shorcut of a shortcut ? Duplicating the places where 
you can jump to a site ?

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread Ray_Net

David E. Ross wrote:

On 1/10/11 2:37 PM, Ray_Net wrote:

John wrote:

When I open the mail/news reader, about one time in four it will open
with all newsservers expanded to show all subscribed newsgroups. I
prefer them not to be expanded, and this never happened with v1.1.19.
Why is this behavior not consistent each time, and how do I stop it?
Thanks!


I think that if you close all expanded stuffs  just before leaving
completely SM before going to shutdown your pc and before going to
sleep. The next morning started the pc and started SM ... you will find
it in the same situation of yesterday ... all is closed.


This is Bug 507908, which some developers think might be a feature.  I
think it is indeed a bug -- a regression from Tbird 2 -- and should be
fixed.

See.



How can i vote negatively ?
Because i love this bug ... you will find expanded/closed as it was 
before the closing of SM, So you retrieve the latest situation at start up.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread Ant

On 1/10/2011 9:46 AM PT, John typed:


When I open the mail/news reader, about one time in four it will open
with all newsservers expanded to show all subscribed newsgroups. I
prefer them not to be expanded, and this never happened with v1.1.19.
Why is this behavior not consistent each time, and how do I stop it?
Thanks!


I also find this annoying too. :(
--
"Are you slower than an ant?" --Sai Yuk from The Legend of Fong Sai Yuk 
movie (English subtitles)

   /\___/\ Phil./Ant @ http://antfarm.ma.cx (Personal Web Site)
  / /\ /\ \Ant's Quality Foraged Links: http://aqfl.net
 | |o   o| |
\ _ /If crediting, then use Ant nickname and AQFL URL/link.
 ( ) If e-mailing, then axe ANT from its address if needed.
Ant is currently not listening to any songs on this computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Annoying behavior since updating SeaMonkey to 2.0.11 from 1.1.19

2011-01-11 Thread Ant

On 1/10/2011 4:49 PM PT, David E. Ross typed:


https://bugzilla.mozilla.org/show_bug.cgi?id=507908


Thanks. I added my two cents and a vote. :)
--
"... Our latest evil plan and create an army of giant ants to take over 
the galaxy..." --Dark Helmet from Spaceballs: The Animated Series (S1 E3).

   /\___/\ Phil./Ant @ http://antfarm.ma.cx (Personal Web Site)
  / /\ /\ \Ant's Quality Foraged Links: http://aqfl.net
 | |o   o| |
\ _ /If crediting, then use Ant nickname and AQFL URL/link.
 ( ) If e-mailing, then axe ANT from its address if needed.
Ant is currently not listening to any songs on this computer.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey