Re: upgrade failure

2009-12-31 Thread Martin Freitag

Szabadi Péter schrieb:

I've had some unsuccessful attempts to upgrade my seamonkey under win xp.
Latest version working is 1.1.18. Later issues simply don't start after
installing, so I had to remove them and reinstall 1.1.18.
Anybody can help me?



Install SM2.0.1 to a new directory, close down SM1 completely (including 
the quicklaunch in the systray next to your clock if you're using it). 
Afterwards try to fire up SM2. If it doesn't start, what exactly happens?

regards

Martin
--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - http://www.asciiribbon.org/index-de.html
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: browser won't open html files on disk

2009-12-31 Thread Stefan

Rufus skriver:

Stefan wrote:

Stefan skriver:

Rufus skriver:

Robert Kaiser wrote:

phillipm wrote:

major problem: Seamonkey will not open HTML files located on my HD
...
not when double-clicked, not with keyboard command, not with Finder
menu option either. The application will launch but the file is not
displayed ... just a blank screen. The only way to get the page to
display is you use the Open File... menu within Seamonkey. !?!??!
Very odd ... Any clues?


This is known and will be fixed in the 2.0.2 update.

Robert Kaiser


This is working for me with 2.0.1 - if I double click on an HTML file
located in a folder, it opens just as I would expect.



No one mentioned it in this thread, but the issue only happens when
SeaMonkey is already running.

/Stefan

And it's Mac-only (just to clarify).


Ok - with SM running it's not working, but I'm not getting a blank page
- my Home page comes up in a new window, even though I have my Pref set
to open a new tab.

I'm also using a Macbook Pro like the OP, running SnoLep.



Yeah, it depends on your new window preference (phillipm should have his 
set to open a blank page)


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


Re: browser won't open html files on disk

2009-12-31 Thread Phillip Jones

Stefan wrote:

Rufus skriver:

Stefan wrote:

Stefan skriver:

Rufus skriver:

Robert Kaiser wrote:

phillipm wrote:

major problem: SeaMonkey will not open HTML files located on my HD
...
not when double-clicked, not with keyboard command, not with Finder
menu option either. The application will launch but the file is not
displayed ... just a blank screen. The only way to get the page to
display is you use the Open File... menu within SeaMonkey. !?!??!
Very odd ... Any clues?


This is known and will be fixed in the 2.0.2 update.

Robert Kaiser


This is working for me with 2.0.1 - if I double click on an HTML file
located in a folder, it opens just as I would expect.



No one mentioned it in this thread, but the issue only happens when
SeaMonkey is already running.

/Stefan

And it's Mac-only (just to clarify).


Ok - with SM running it's not working, but I'm not getting a blank page
- my Home page comes up in a new window, even though I have my Pref set
to open a new tab.

I'm also using a MacBook Pro like the OP, running SnoLep.



Yeah, it depends on your new window preference (phillipm should have his
set to open a blank page)

/Stefan
But if You do That it opens about:Blank which it should never do. It 
should either open the item  or open you home page window.


I have a Bug where I have home page to open and if I don't have Browser 
and email to starts (just email), it opens about Blank. There is two 
ways to cure it for a little while before it creeps up again.


Go to Preferences appearance and set Browser and email to open at start 
up shut down preferences , Shut down SM2  start SM and its fixed.


Or go to preferences  browser  and remove all content with the Box. 
Then choose use current page. and That fixes it for a while. about:blank 
should never come up for any reason.


--
Phillip M. Jones, C.E.T.If it's Fixed, Don't Break it
http://www.phillipmjones.net   http://www.vpea.org
mailto:pjon...@kimbanet.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM2: Problems With SeaMonkey Default Theme 1.0

2009-12-31 Thread Phillip Jones

Leonidas Jones wrote:

art wrote:

On 12/29/09 7:57 PM, Leonidas Jones wrote:


art wrote:

On 12/29/09 7:50 AM, Robert Kaiser wrote:


Phillip Jones schrieb:

could you not look at the code in the modern theme that allows
Grippies
and see how its implemented there then adapt the code for the default
theme.


When Stefan designed the new default theme for Mac, he decided that the
grippies don't look fitting or good on Mac, so he did put in a small
piece of CSS to always hide them, the userChrome.css hack he posted
here
just reverses the function of that bit.
I'd be much happier if that was a pref one could set with toolbar
customization - maybe that's something that could be done for a later
version (2.1 or so).

Robert Kaiser

Robert,
Thanks for the insight.

The .css hack does work and also restores the rollover highlighting as
well. Although the grippy style could be enhanced a bit, it's really not
that bad.

The other theme bug that I had mentioned in the original posting had to
do with incorrect Personal Toolbar bookmark overflow handling at the
right margin overlapping the chevron overflow menu icon. This seems to
be unique to the Default Theme as the Modern theme doesn't exhibit this
behavior.

There are a number of chevron-related Bugzilla entries although it's not
clear if they are related to this. Is there a similar .css hack that can
address this ? Maybe box model resizing ?



I can't seem to get the userChrome.css addition to work.

Lee

Lee  Phillip:
Here's what I use in the userChrome.css:

/* add the toolbar grippy to the default theme */
toolbargrippy { display: -moz-box !important; }

FWIW - I also have this entry:
/* widen the hotspot for splits between folder pane and message pane in
mail */
#folderpane-splitter { width: 3px !important; }

Like all overrides, they to follow the @namespace entry line (it's the
cascade phenomenon in .css :-)).


No success.

Lee
 as well as for me too. I've removed that since it may interfere with 
my patch to Jive Clearspace forums.


This is what I currently have:

#jive-wrapper {

width:100% !important;

background-color: #ff !important;

background-image: none !important;

}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(forums.adobe.com) {
  body {
font-family: Verdana,Arial,Helvetica,sans-serif !important;
  }
}

--
Phillip M. Jones, C.E.T.If it's Fixed, Don't Break it
http://www.phillipmjones.net   http://www.vpea.org
mailto:pjon...@kimbanet.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: browser won't open html files on disk

2009-12-31 Thread phillipm
On Dec 30, 3:13 pm, Robert Kaiser ka...@kairo.at wrote:
 phillipm wrote:
  major problem: Seamonkey will not open HTML files located on my HD ...

 This is known and will be fixed in the 2.0.2 update.

 Robert Kaiser

Any idea how soon that might be? If more than a couple of weeks I
should probably just go back to previous version.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: browser won't open html files on disk

2009-12-31 Thread phillipm
On Dec 31, 9:24 am, Phillip Jones pjon...@kimbanet.com wrote:
 about:blank should never come up for any reason.

Stefan is correct; I have no homepage set.
What comes up is a blank (empty) browser window named untitled
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: browser won't open html files on disk

2009-12-31 Thread Robert Kaiser

phillipm wrote:

On Dec 30, 3:13 pm, Robert Kaiserka...@kairo.at  wrote:

phillipm wrote:

major problem: Seamonkey will not open HTML files located on my HD ...


This is known and will be fixed in the 2.0.2 update.


Any idea how soon that might be? If more than a couple of weeks I
should probably just go back to previous version.


The plan for this is early February - if we happen to do a 2.0.2 in the 
first half of January, then it will probably not contain this but only 
fixes to even worse things, like security issues, breakage of even 
working in some cases, crashes or freezes. If that happens (and it's 
somewhat likely), then the planned February update that will contain 
this fix will be renamed to 2.0.3 - but it still majorly depends on 
finding a fix for the mail compose freeze that affects many Windows users.


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


Re: upgrade failure

2009-12-31 Thread Ray_Net

Martin Freitag wrote:

Szabadi Péter schrieb:

I've had some unsuccessful attempts to upgrade my seamonkey under win xp.
Latest version working is 1.1.18. Later issues simply don't start after
installing, so I had to remove them and reinstall 1.1.18.
Anybody can help me?



Install SM2.0.1 to a new directory, close down SM1 completely (including 
the quicklaunch in the systray next to your clock if you're using it). 
Afterwards try to fire up SM2. If it doesn't start, what exactly happens?

regards



Is SM2 not installed by default in another directory than the 
installation directory by default of SM1 ?

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


Re: browser won't open html files on disk

2009-12-31 Thread Rick Merrill

Mark Hansen wrote:

On 12/30/2009 12:29 PM, Rick Merrill wrote:

I was about to reply that gee, it works for me when I noticed that I
was actually running version 1.1.18!

This also explains why I thought I was reading Usenet posts I had
already read - it turns out I had been using the older version!

Now I have to figure out what 'click' gets what version.

But aside from that confusion, I like SM 2.0 very much indeed!




Keep in mind that if there is an instance of 1.1.X running when you
attempt to launch 2.0, you'll get another 1.1.X instance (unless you
do some command-line magic to prevent that).

Assuming you're running Windows (you don't say) - If you had quick\
launch enabled for 1.1.X, that will explain it. Disable that so it
doesn't start it automatically when you start Windows.


Got it.

One more funny thing: when I reboot Windows XP sp3 the SM
logo appears in the taskbar (as SM 1.1.18 used to do) then it 
disappears!  What residue of 18 is causing this?



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


Re: browser won't open html files on disk

2009-12-31 Thread Rick Merrill

Robert Kaiser wrote:

phillipm wrote:

On Dec 30, 3:13 pm, Robert Kaiserka...@kairo.at wrote:

phillipm wrote:

major problem: Seamonkey will not open HTML files located on my HD ...


This is known and will be fixed in the 2.0.2 update.


Any idea how soon that might be? If more than a couple of weeks I
should probably just go back to previous version.


The plan for this is early February - if we happen to do a 2.0.2 in the
first half of January, then it will probably not contain this but only
fixes to even worse things, like security issues, breakage of even
working in some cases, crashes or freezes. If that happens (and it's
somewhat likely), then the planned February update that will contain
this fix will be renamed to 2.0.3 - but it still majorly depends on
finding a fix for the mail compose freeze that affects many Windows users.

Robert Kaiser


Is there a workaround for this? e.g. by changing an extension 
association in the registry?



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


Email not appearing

2009-12-31 Thread Mike C
When email is opened the folders appear on the left but all the emails 
are missing from the right window.  Using SM 1.1.18


I reinstalled SM 1.1.18 thinking that would correct the problem but it 
didn't.


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


Re: SM 2.0.1 vs 1.1.18...again...

2009-12-31 Thread jim
On Tue, 29 Dec 2009 13:03:31 -0800, NoOp gl...@sbcglobal.net.invalid in
mozilla.support.seamonkey wrote:

snip
 but having the ability to quickly change
path/user enmass in prefs.js is what enables me to easily transport an
entire .mozilla folder to another machine  have it working in a matter
of minutes.

Machine 1:
WIn XP SP2
Seamonkey 2.01

Machine 2:
WIn XP SP2
Seamonkey 2.01


I am trying to make Machine 2 have the same bookmarks and bookmarks
toolbar as Machine 1.

The following 1,2,3 worked fine with FF:

1. close app.
2. Locate Machine 1's places.sqlite and copy to same directory on Machine 
   2.

3. Reopen app on Machine 2.

It does not seem to work with Seamonkey, which *appears* to grab the last
backup copy of places.sqlite on Machine 2 and use that.  (that is, when
replaced with machine 1's Seamonkey's places.sqlite.

So my question is just which parameter(s) in prefs.js do you change?

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


Re: browser won't open html files on disk

2009-12-31 Thread Mark Hansen
On 12/31/2009 8:51 AM, Rick Merrill wrote:
 Mark Hansen wrote:
 On 12/30/2009 12:29 PM, Rick Merrill wrote:
 I was about to reply that gee, it works for me when I noticed that I
 was actually running version 1.1.18!

 This also explains why I thought I was reading Usenet posts I had
 already read - it turns out I had been using the older version!

 Now I have to figure out what 'click' gets what version.

 But aside from that confusion, I like SM 2.0 very much indeed!



 Keep in mind that if there is an instance of 1.1.X running when you
 attempt to launch 2.0, you'll get another 1.1.X instance (unless you
 do some command-line magic to prevent that).

 Assuming you're running Windows (you don't say) - If you had quick\
 launch enabled for 1.1.X, that will explain it. Disable that so it
 doesn't start it automatically when you start Windows.
 
 Got it.
 
 One more funny thing: when I reboot Windows XP sp3 the SM
 logo appears in the taskbar (as SM 1.1.18 used to do) then it 
 disappears!  What residue of 18 is causing this?
 
 

It sounds like you have something that requires the browser running in
your Startup sequence. You can look in Programs - Startup, or run the
msconfig utility (Start - Run, enter msconfig), then click on the Startup
tab.

Otherwise, I don't know.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Email not appearing

2009-12-31 Thread Mark Hansen
On 12/31/2009 9:22 AM, Mike C wrote:
 When email is opened the folders appear on the left but all the emails 
 are missing from the right window.  Using SM 1.1.18
 
 I reinstalled SM 1.1.18 thinking that would correct the problem but it 
 didn't.
 
 Mike C

Are you referring to the list of e-mail messages, or the message preview
pane, which shows the content for the currently selected message?

If it's the list of e-mail messages, are you sure you have that folder
configured to view all messages? Check View - Messages, and make sure
All is selected.

Make sure that you have the correct layout for the mail/news application
by looking at View - Layout. I use Classic View, which shows the folder
pane, message list and message pane windows.

Finally, make sure the message pane is visible, but selecting View -
Layout - Message Pane (F8).

I hope this helps,
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM2: Problems With SeaMonkey Default Theme 1.0

2009-12-31 Thread art

On 12/31/09 9:33 AM, Phillip Jones wrote:


Leonidas Jones wrote:

 art wrote:

 On 12/29/09 7:57 PM, Leonidas Jones wrote:


 art wrote:

 On 12/29/09 7:50 AM, Robert Kaiser wrote:


 Phillip Jones schrieb:

 could you not look at the code in the modern theme that allows
 Grippies
 and see how its implemented there then adapt the code for the default
 theme.


 When Stefan designed the new default theme for Mac, he decided that the
 grippies don't look fitting or good on Mac, so he did put in a small
 piece of CSS to always hide them, the userChrome.css hack he posted
 here
 just reverses the function of that bit.
 I'd be much happier if that was a pref one could set with toolbar
 customization - maybe that's something that could be done for a later
 version (2.1 or so).

 Robert Kaiser

 Robert,
 Thanks for the insight.

 The .css hack does work and also restores the rollover highlighting as
 well. Although the grippy style could be enhanced a bit, it's really not
 that bad.

 The other theme bug that I had mentioned in the original posting had to
 do with incorrect Personal Toolbar bookmark overflow handling at the
 right margin overlapping the chevron overflow menu icon. This seems to
 be unique to the Default Theme as the Modern theme doesn't exhibit this
 behavior.

 There are a number of chevron-related Bugzilla entries although it's not
 clear if they are related to this. Is there a similar .css hack that can
 address this ? Maybe box model resizing ?



 I can't seem to get the userChrome.css addition to work.

 Lee

 Lee   Phillip:
 Here's what I use in the userChrome.css:

 /* add the toolbar grippy to the default theme */
 toolbargrippy { display: -moz-box !important; }

 FWIW - I also have this entry:
 /* widen the hotspot for splits between folder pane and message pane in
 mail */
 #folderpane-splitter { width: 3px !important; }

 Like all overrides, they to follow the @namespace entry line (it's the
 cascade phenomenon in .css :-)).


 No success.

 Lee

   as well as for me too. I've removed that since it may interfere with
my patch to Jive Clearspace forums.

This is what I currently have:

#jive-wrapper {

width:100% !important;

background-color: #ff !important;

background-image: none !important;

}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(forums.adobe.com) {
body {
  font-family: Verdana,Arial,Helvetica,sans-serif !important;
}
}

This may be causing one or more CSS cascading rule conflicts. Do you 
have these entries after the default XUL @namespace entry ?


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


Re: SM2: Problems With SeaMonkey Default Theme 1.0

2009-12-31 Thread art

On 12/30/09 5:57 PM, Stefan wrote:


art skriver:


 2) The show/hide icons for the toolbars, address area, etc. at the left
 side of the window are not present in the mail, compose or navigator
 windows. The only way to control them is via the View:Show/Hide menu.


Do you btw ever use the pill button in the top right corner of the
window? Just curious.

/Stefan

Personally, I don't. However, if the goal is to keep the theme 
consistent with skins from other Mac apps, it should be retained.


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


Seamonkey 2.01 crashing (mail locking up)

2009-12-31 Thread bdiver
I seem to be having crashing issues with no response in the Task
manager.

I have a Dell 8300, 4 GB Ram, 3 GHz w/Hyper threading, etc.  Running
Win XP Pro

This morning I'm trying to send an email.  I the Seamonkey 2.01
browser open and email client open.  I saved my email (draft) and then
started to add another person to the To: boxes and after the first
letter of the persons name Seamonkey froze up and I had to use task
manager to turn off seamonkey and then restart it.  This happened 3
times before I shut down the machine and did a restart.  I am
currently running a boot check on the system.

The seamonkey lock up has happened many times since I upgraded to
2.01, is there is fix or something I'm doing wrong?

Bueller?  Bueller?

Thanks,
B Diver
Everett, WA
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Mac SM 2.0.1 Crash - on random Master Password request.

2009-12-31 Thread Rufus
Had my first SM 2.x.x crash last night - in fact, it was my first 
genuine SM crash ever.  Was using SM 2.0.1 on my MacBook Pro running SnoLep.


I was on my Home Page selecting a Bookmark - at this point, the Master 
Password was requested, and SM appeared to freeze; I could not actually 
enter the Master Password, nor could I get the Bookmarks panes to close 
by clicking off them.


After some clicking around I was able to get the Bookmarks panes to 
close one by one - but when I got the screen cleared SM crashed when I 
clicked into the Master Password pane.


Other odd thing was that the SM Crash Reporter came up in a different 
Space than SM was opened into - SM assigned to Space 2; SM Crash 
Reporter came up in Space 1.  I entered a description in the Crash 
reporter and relaunched SM and it launched/ran normally.


I have also seen this behavior using SM 1.1.18, but never a crash - just 
that SM freezes and I have had to Force Quit SM and relaunch to recover. 
 This freeze always happens during a request for Master Password which 
seemingly occurs at random - i.e.; I have my pref set to request the 
Master the first time it is needed and I have not navigated to or 
selected anything where a password is required and the request for 
Master comes up anyway.


Under 1.1.18 this often occurs during a download, but it can also happen 
at other times.  Under 2.0.1 this had generally been recoverable without 
Force Quit, but still happens.  This time it actually crashed.


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


Re: Email not appearing

2009-12-31 Thread Jordon

Mike C wrote:

When email is opened the folders appear on the left but all the emails
are missing from the right window. Using SM 1.1.18

I reinstalled SM 1.1.18 thinking that would correct the problem but it
didn't.


Could it be...

View/Messages/Unread

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


Re: browser won't open html files on disk

2009-12-31 Thread Rick Merrill

Mark Hansen wrote:

On 12/31/2009 8:51 AM, Rick Merrill wrote:

Mark Hansen wrote:

On 12/30/2009 12:29 PM, Rick Merrill wrote:

I was about to reply that gee, it works for me when I noticed that I
was actually running version 1.1.18!

This also explains why I thought I was reading Usenet posts I had
already read - it turns out I had been using the older version!

Now I have to figure out what 'click' gets what version.

But aside from that confusion, I like SM 2.0 very much indeed!




Keep in mind that if there is an instance of 1.1.X running when you
attempt to launch 2.0, you'll get another 1.1.X instance (unless you
do some command-line magic to prevent that).

Assuming you're running Windows (you don't say) - If you had quick\
launch enabled for 1.1.X, that will explain it. Disable that so it
doesn't start it automatically when you start Windows.


Got it.

One more funny thing: when I reboot Windows XP sp3 the SM
logo appears in the taskbar (as SM 1.1.18 used to do) then it
disappears!  What residue of 18 is causing this?




It sounds like you have something that requires the browser running in
your Startup sequence. You can look in Programs -  Startup, or run the
msconfig utility (Start -  Run, enter msconfig), then click on the Startup
tab.

Otherwise, I don't know.


Yes, there were TWO of them. but but I'd renamed the mozilla.org 
subdirectory ...


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


Re: SM 2.0.1 vs 1.1.18...again...

2009-12-31 Thread NoOp
On 12/31/2009 09:36 AM, jim wrote:
 On Tue, 29 Dec 2009 13:03:31 -0800, NoOp gl...@sbcglobal.net.invalid in
 mozilla.support.seamonkey wrote:
 
 snip
 but having the ability to quickly change
path/user enmass in prefs.js is what enables me to easily transport an
entire .mozilla folder to another machine  have it working in a matter
of minutes.
 
 Machine 1:
 WIn XP SP2
 Seamonkey 2.01
 
 Machine 2:
 WIn XP SP2
 Seamonkey 2.01
 
 
 I am trying to make Machine 2 have the same bookmarks and bookmarks
 toolbar as Machine 1.
 
 The following 1,2,3 worked fine with FF:
 
 1. close app.
 2. Locate Machine 1's places.sqlite and copy to same directory on Machine 
2.
 
 3. Reopen app on Machine 2.
 
 It does not seem to work with Seamonkey, which *appears* to grab the last
 backup copy of places.sqlite on Machine 2 and use that.  (that is, when
 replaced with machine 1's Seamonkey's places.sqlite.
 
 So my question is just which parameter(s) in prefs.js do you change?
 
 jim

I copy the entire mozilla folder over to machine 2. I then open the
prefs.js in the profiles and modify all references of the machine 1 to
match. For example if machine 1 user is named GGxG in prefs.js:

C:\\Documents and Settings\\Jim\\Application
Data\\Mozilla\\Profiles\\default\\

But machine 2's user is named Bill, I just do a mass search  replace on
Jim and change to Bill, so that the result is:

C:\\Documents and Settings\\Bill\\Application
Data\\Mozilla\\Profiles\\default\\

Save  that's it.

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


Re: SM 2.0.1 vs 1.1.18...again...

2009-12-31 Thread NoOp
On 12/31/2009 01:33 PM, NoOp wrote:
...
 match. For example if machine 1 user is named GGxG in prefs.js:

Sorry, should be is named Bill in prefs.js
 
 C:\\Documents and Settings\\Jim\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 But machine 2's user is named Bill, I just do a mass search  replace on
 Jim and change to Bill, so that the result is:
 
 C:\\Documents and Settings\\Bill\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 Save  that's it.
 

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


Re: SM 2.0.1 vs 1.1.18...again...

2009-12-31 Thread NoOp
On 12/31/2009 01:35 PM, NoOp wrote:
 On 12/31/2009 01:33 PM, NoOp wrote:
 ...
 match. For example if machine 1 user is named GGxG in prefs.js:
 
 Sorry, should be is named Bill in prefs.js

Argh... anyway you get the picture.

 
 C:\\Documents and Settings\\Jim\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 But machine 2's user is named Bill, I just do a mass search  replace on
 Jim and change to Bill, so that the result is:
 
 C:\\Documents and Settings\\Bill\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 Save  that's it.
 
 

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


Re: Email not appearing

2009-12-31 Thread Mike C

Jordon wrote:

Mike C wrote:

When email is opened the folders appear on the left but all the emails
are missing from the right window. Using SM 1.1.18

I reinstalled SM 1.1.18 thinking that would correct the problem but it
didn't.


Could it be...

View/Messages/Unread


No, I checked all of that.

The appearance is: No left or right pane
Only the folders (they're not even in a pane)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Email not appearing

2009-12-31 Thread Mark Hansen
On 12/31/2009 2:48 PM, Mike C wrote:
 Jordon wrote:
 Mike C wrote:
 When email is opened the folders appear on the left but all the emails
 are missing from the right window. Using SM 1.1.18

 I reinstalled SM 1.1.18 thinking that would correct the problem but it
 didn't.
 
 Could it be...
 
 View/Messages/Unread
 
 No, I checked all of that.
 
 The appearance is: No left or right pane
 Only the folders (they're not even in a pane)

Sounds like there may be a problem with the profile. Can you create a
new profile to test with, and see if it works. If it does, then folks
here will help you either determine what's wrong with the original
profile, or migrate your setting from the original profile to the
new one.

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


Re: Email not appearing

2009-12-31 Thread Mike C

Jordon wrote:

Mike C wrote:

When email is opened the folders appear on the left but all the emails
are missing from the right window. Using SM 1.1.18

I reinstalled SM 1.1.18 thinking that would correct the problem but it
didn't.


Could it be...

View/Messages/Unread


TO R Niederberger:
I really appreciate you tying to help. But
Please answer in this newsgroup (not to my personal email address)
You can just click on reply to do it.
That way everyone can see and benefit from your suggestions.

The following is what you sent to my personal email:
hi I was having the same problem with thunderbird. I moved all the 
folder in my inbox to a folder call  _OLD  then i navigated to the 
folder where the email data files are, moved the _old data to a 
different folder on my c:. Then I deleted the Inbox folder completely, 
Opened thunderbird, it created a new Inbox then I created a new folder 
called _OLD, moved a junk email to that folder so that it would be 
created in the Inbox folder where thunderbird stores its data. Closed 
Thunderbird, navigated to the folder where the email data files are and 
moved the _OLD folder i created ealier with all my data in it to that 
folder over the new _old folder, Open thurnderbird and now everything is 
working fine. The folder is corrupt so creating a new inbox and 
leaving the old folder in _OLD makes it work again. You could probably 
move the data back but i just left it in the _OLD folder


To be honest your suggestion seems a little complicated.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM2: Problems With SeaMonkey Default Theme 1.0

2009-12-31 Thread Phillip Jones

art wrote:

On 12/31/09 9:33 AM, Phillip Jones wrote:


Leonidas Jones wrote:

  art wrote:

  On 12/29/09 7:57 PM, Leonidas Jones wrote:


  art wrote:

  On 12/29/09 7:50 AM, Robert Kaiser wrote:


  Phillip Jones schrieb:

  could you not look at the code in the modern theme that allows
  Grippies
  and see how its implemented there then adapt the code for the default
  theme.


  When Stefan designed the new default theme for Mac, he decided that the
  grippies don't look fitting or good on Mac, so he did put in a small
  piece of CSS to always hide them, the userChrome.css hack he posted
  here
  just reverses the function of that bit.
  I'd be much happier if that was a pref one could set with toolbar
  customization - maybe that's something that could be done for a later
  version (2.1 or so).

  Robert Kaiser

  Robert,
  Thanks for the insight.

  The .css hack does work and also restores the rollover highlighting as
  well. Although the grippy style could be enhanced a bit, it's really not
  that bad.

  The other theme bug that I had mentioned in the original posting had to
  do with incorrect Personal Toolbar bookmark overflow handling at the
  right margin overlapping the chevron overflow menu icon. This seems to
  be unique to the Default Theme as the Modern theme doesn't exhibit this
  behavior.

  There are a number of chevron-related Bugzilla entries although it's not
  clear if they are related to this. Is there a similar .css hack that can
  address this ? Maybe box model resizing ?



  I can't seem to get the userChrome.css addition to work.

  Lee

  LeePhillip:
  Here's what I use in the userChrome.css:

  /* add the toolbar grippy to the default theme */
  toolbargrippy { display: -moz-box !important; }

  FWIW - I also have this entry:
  /* widen the hotspot for splits between folder pane and message pane in
  mail */
  #folderpane-splitter { width: 3px !important; }

  Like all overrides, they to follow the @namespace entry line (it's the
  cascade phenomenon in .css :-)).


  No success.

  Lee

as well as for me too. I've removed that since it may interfere with
my patch to Jive Clearspace forums.

This is what I currently have:

#jive-wrapper {

width:100% !important;

background-color: #ff !important;

background-image: none !important;

}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(forums.adobe.com) {
 body {
   font-family: Verdana,Arial,Helvetica,sans-serif !important;
 }
}


This may be causing one or more CSS cascading rule conflicts. Do you
have these entries after the default XUL @namespace entry ?



We have a Problem on the Jive Clearspace adobe forums where the box used 
to type in does go full width of screen but is sat to about 40%. This 
code was created by some of the people there to get around the problem. 
In fact its based on a script for Greasemonkey and another extension I 
have no way of knowing is braking any rules or not.


This is the exact version as written in the UserContent.css for SM1.18 
and SM2 and because of the specific excepting built in it only kicks in 
for the adobe forums. :


#jive-wrapper {

width:100% !important;

background-color: #ff !important;

background-image: none !important;

}

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(forums.adobe.com) {
  body {
font-family: Verdana,Arial,Helvetica,sans-serif !important;
  }
}

@-moz-document url-prefix(http://villageelectronicsservice.com/;) {
  td.MS_WH_ZoneSpacing { width: 1% !important; }
  td.MS_WH_ZoneSpacing + td { width: 98% !important; }
}


--
Phillip M. Jones, C.E.T.If it's Fixed, Don't Break it
http://www.phillipmjones.net   http://www.vpea.org
mailto:pjon...@kimbanet.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Using SM 2.0.1: RSS subscription error - [link] is not a valid feed

2009-12-31 Thread D. K. Kraft

Not sure if this is an error in coding at the website, or a glitch with SM
2.0.1's News  Blogs function, but here are the details for your purrusal:

Website is http://www.earthsongsaga.com/index.html.  When I attempt to
subscribe to the page (Bookmarks | Subscribe to This Page), it opens up a feed
page with a Subscribe to this feed using box at the top.  As I stated above,
I use the News  Blogs feature in the drop-down box, but when I click the
Subscribe button, the Mail module comes to the fore, and the Status Bar has a
line in it that states http://www.earthsongsaga.com/feed.xml is not a valid
feed.  That's it.  Nothing more.  No way to troubleshoot the problem or
investigate why it's not considered a valid feed.

Additionally, this feed *was* considered valid by SM 2.0, and I was already
subscribed.  It was after I upgraded to 2.0.1 that SM started giving this
notification in Mail/News.

OS is Win XP SP3 with mostly current patches (behind a few, probably).  (And
for those checking UA's, yes, I'm still using 1.1.18 for active mail--at least
until Karsten gets Mnenhy finalized for 2.0.x.)

TIA for feedback, analysis, and advice for the site author if necessary --
--
 /\ /\   | Even if you have just destroyed a
 ^o o^D.K. Cat Kraft   |  Ming vase, purr.  Usually all will
 -T-   |  be forgiven.
   ~  Lynnwood, WA   |
___oOO___OOo___  |  -- Lenny Rubenstein



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


No MAIL Print button in 2.0?

2009-12-31 Thread Tom
I can't see how to add a Print button to my email client in Version 
2.0.1.  Is the only way to print an email by clicking on FILE--PRINT?


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


Re: No MAIL Print button in 2.0?

2009-12-31 Thread Phillip Jones

Tom wrote:

I can't see how to add a Print button to my email client in Version
2.0.1.  Is the only way to print an email by clicking on FILE--PRINT?

Thanks, Tom


Click on the menubar and hold, a menu should pop up choose customize.
when menu opens drag the printer icon to desired location  menu bar.

--
Phillip M. Jones, C.E.T.If it's Fixed, Don't Break it
http://www.phillipmjones.net   http://www.vpea.org
mailto:pjon...@kimbanet.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Using SM 2.0.1: RSS subscription error - [link] is not a valid feed

2009-12-31 Thread Barry Edwin Gilmour

D. K. Kraft wrote:
Not sure if this is an error in coding at the website, or a glitch 
with SM
2.0.1's News  Blogs function, but here are the details for your 
purrusal:


Website is http://www.earthsongsaga.com/index.html.  When I attempt to
subscribe to the page (Bookmarks | Subscribe to This Page), it opens 
up a feed
page with a Subscribe to this feed using box at the top.  As I 
stated above,

I use the News  Blogs feature in the drop-down box, but when I click the
Subscribe button, the Mail module comes to the fore, and the Status 
Bar has a
line in it that states http://www.earthsongsaga.com/feed.xml is not a 
valid

feed.  That's it.  Nothing more.  No way to troubleshoot the problem or
investigate why it's not considered a valid feed.

Additionally, this feed *was* considered valid by SM 2.0, and I was 
already

subscribed.  It was after I upgraded to 2.0.1 that SM started giving this
notification in Mail/News.

OS is Win XP SP3 with mostly current patches (behind a few, 
probably).  (And
for those checking UA's, yes, I'm still using 1.1.18 for active 
mail--at least

until Karsten gets Mnenhy finalized for 2.0.x.)

TIA for feedback, analysis, and advice for the site author if 
necessary --


I'm thinking a site-problem.

I get the identical response in tonight's Linux trunk nightly 
(experimental-SM-2.1a1pre):-


Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091231 
alias Firefox/3.5.4 Lightning/1.1a1pre SeaMonkey/2.1a1pre ID:20091231000353


I even tried manually entering the page's RSS-button's URL 
http://www.earthsongsaga.com/feed.xml; into Blogs and News feeds 
subscription page, and got the identical not a valid feed response.


OK, I just tried it in stable SM-2.0:-

Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091027 
alias Firefox/3.5.4 Lightning/1.1a1pre SeaMonkey/2.0 ID:20091027201209


 and go the same-result:- http://www.earthsongsaga.com/feed.xml is not 
a valid feed.


Do you think it now really isn't a valid feed? Barry.

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


Re: No MAIL Print button in 2.0?

2009-12-31 Thread Mark Hansen
On 12/31/2009 5:42 PM, Phillip Jones wrote:
 Tom wrote:
 I can't see how to add a Print button to my email client in Version
 2.0.1.  Is the only way to print an email by clicking on FILE--PRINT?

 Thanks, Tom
 
 Click on the menubar and hold, a menu should pop up choose customize.
 when menu opens drag the printer icon to desired location  menu bar.
 

Aren't these instruction specific to Mac? According to the headers on the
original post, the user is on Windows.

For Windows, right-click on the Mail Toolbar and select customize.

By the way, the menubar is the component which includes File, Edit, View,
Go, etc. drop-down menus.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


SeaMonkey 2.0.1 Footprint

2009-12-31 Thread David E. Ross
Since I installed SeaMonkey 2.0 on my PC (Windows XP) and then upgraded
to 2.0.1, I've noticed a significant increase in the size of my backups.
 Part of this increase results from the elimination of any option not to
install the mail/news component of SeaMonkey; previously (e.g., for
1.1.18), I always omitted that component.  However, part of the growth
appears to be in other aspects of SeaMonkey.

Today, I did the following comparison between SeaMonkey 1.1.18 and
SeaMonkey 2.0.1:
1.1.18  2.0.1
Program Folder  24.6 MB 37.1 MB
Most-Used Profile1.1 MB 10.0 MB

For 1.1.18, I had installed the Mnenhy extension, which I did NOT
install for 2.0.1.  Otherwise the extensions are the same, except where
newer versions were required for SeaMonkey 2.0.

I noticed that my most-used profile in 2.0.1 contains four files each of
which exceeds 1 MB in size.  The largest file in the corresponding
1.1.18 profile was 240 KB.

Not only does the larger footprint of SeaMonkey 2.0.1 generate larger
backups, the backups take longer as does switching profiles.  The delay
in switching profiles while SeaMonkey reads 10 MB might be the cause of
the loss in focus reported in bug #525611.  (See
https://bugzilla.mozilla.org/show_bug.cgi?id=525611.)

Would it be possible for future development of SeaMonkey to reduce the
application's footprint?  While disc space is not yet an issue -- I'm
using less than 25% of the available space on my software hard drive --
the time to read SeaMonkey files is becoming noticeable.

-- 
David E. Ross
http://www.rossde.com/

Go to Mozdev at http://www.mozdev.org/ for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications.  You can access Mozdev much
more quickly than you can Mozilla Add-Ons.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: No MAIL Print button in 2.0?

2009-12-31 Thread Jay Garcia

On 31.12.2009 19:49, Mark Hansen wrote:

 --- Original Message ---


On 12/31/2009 5:42 PM, Phillip Jones wrote:

 Tom wrote:

 I can't see how to add a Print button to my email client in Version
 2.0.1.  Is the only way to print an email by clicking on FILE--PRINT?

 Thanks, Tom


 Click on the menubar and hold, a menu should pop up choose customize.
 when menu opens drag the printer icon to desired location  menu bar.



Aren't these instruction specific to Mac? According to the headers on the
original post, the user is on Windows.

For Windows, right-click on the Mail Toolbar and select customize.

By the way, the menubar is the component which includes File, Edit, View,
Go, etc. drop-down menus.


Phillip was close, just missed the part about right-clicking. It's also 
a menubar in the mail component - File Edit View ... and so on that you 
can right-click on and select customize. You can also right-click on the 
Mail Toolbar as well which is right under the menu bar. ;-)


--
Jay Garcia - Netscape/Flock Champion
www.ufaq.org
Netscape - Flock - Firefox - Thunderbird - Seamonkey Support
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: No MAIL Print button in 2.0?

2009-12-31 Thread Phillip Jones

Jay Garcia wrote:

On 31.12.2009 19:49, Mark Hansen wrote:

   --- Original Message ---


On 12/31/2009 5:42 PM, Phillip Jones wrote:

  Tom wrote:

  I can't see how to add a Print button to my email client in Version
  2.0.1.  Is the only way to print an email by clicking on FILE--PRINT?

  Thanks, Tom


  Click on the menubar and hold, a menu should pop up choose customize.
  when menu opens drag the printer icon to desired location  menu bar.



Aren't these instruction specific to Mac? According to the headers on the
original post, the user is on Windows.

For Windows, right-click on the Mail Toolbar and select customize.

By the way, the menubar is the component which includes File, Edit, View,
Go, etc. drop-down menus.


Phillip was close, just missed the part about right-clicking. It's also
a menubar in the mail component - File Edit View ... and so on that you
can right-click on and select customize. You can also right-click on the
Mail Toolbar as well which is right under the menu bar. ;-)



Actually, that's correct. You can use right click (or control click on 
Mac most likely alt click on PC) But I have to remember also that on a 
Mac Laptop just holding down the mouse (Track pad) button will bring up 
the menu as well. I have to remember other platforms don't have that 
ability. sorry.



--
Phillip M. Jones, C.E.T.If it's Fixed, Don't Break it
http://www.phillipmjones.net   http://www.vpea.org
mailto:pjon...@kimbanet.com
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Seamonkey 2.01 crashing (mail locking up)

2009-12-31 Thread Farelf

bdiver wrote:

I seem to be having crashing issues with no response in the Task
manager.

I have a Dell 8300, 4 GB Ram, 3 GHz w/Hyper threading, etc.  Running
Win XP Pro



What worked for me - removing the .wab file (OE address book) at
C:\Documents and Settings\Admin\Application Data\Microsoft\Address Book
That is file Admin.wab. Only had a couple of addresses anyway, long 
since duplicated in personal address book.


That file will be re-created (blank but that's enough to start the whole 
thing over again) if you run Address Book under Accessories, if you 
sign into Windows Live Messenger or if you send from Hotmail.


Alternatively, you can disable autocomplete and insert messages using 
your address books. Edit-Preferences-Mail  Newsgroups-Addressing, 
uncheck Local Address Books (it's all or nothing, unfortunately). 
Typing in (part of) an address with autocomplete active and the OE 
address book present was the culprit in my case.

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


Re: Seamonkey 2.01 crashing (mail locking up)

2009-12-31 Thread Farelf

Farelf wrote:

Last part should read:

Alternatively, you can disable autocomplete. Edit-Preferences-Mail  
Newsgroups-Addressing,uncheck Local Address Books (it's all or 
nothing, unfortunately).  You can still insert addresses using

your address books.

Typing in (part of) an address with autocomplete active and the OE 
address book present was the culprit in my case.


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


Re: No MAIL Print button in 2.0?

2009-12-31 Thread Rufus

Phillip Jones wrote:

Jay Garcia wrote:

On 31.12.2009 19:49, Mark Hansen wrote:

   --- Original Message ---


On 12/31/2009 5:42 PM, Phillip Jones wrote:

  Tom wrote:

  I can't see how to add a Print button to my email client in Version
  2.0.1.  Is the only way to print an email by clicking on 
FILE--PRINT?


  Thanks, Tom


  Click on the menubar and hold, a menu should pop up choose customize.
  when menu opens drag the printer icon to desired location  menu bar.



Aren't these instruction specific to Mac? According to the headers on 
the

original post, the user is on Windows.

For Windows, right-click on the Mail Toolbar and select customize.

By the way, the menubar is the component which includes File, Edit, 
View,

Go, etc. drop-down menus.


Phillip was close, just missed the part about right-clicking. It's also
a menubar in the mail component - File Edit View ... and so on that you
can right-click on and select customize. You can also right-click on the
Mail Toolbar as well which is right under the menu bar. ;-)



Actually, that's correct. You can use right click (or control click on 
Mac most likely alt click on PC) But I have to remember also that on a 
Mac Laptop just holding down the mouse (Track pad) button will bring up 
the menu as well. I have to remember other platforms don't have that 
ability. sorry.





One can also set a gesture (two finger tap-click) for right-click on 
newer Mac trackpads and the new Magic Mouse.


I generally just refer as right-click for each, as it's pretty common 
from PC to OS X nowadays.


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


Post at mozillazine

2009-12-31 Thread compositor

Hi,

I made this post at MozillaZine community, but was wondering if someone 
could answer it here instead.


http://forums.mozillazine.org/viewtopic.php?f=40t=1675775p=8356645#p8356645

Hope Someone can help!
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.0.1 vs 1.1.18...again...

2009-12-31 Thread jim
On Thu, 31 Dec 2009 13:36:21 -0800, NoOp gl...@sbcglobal.net.invalid in
mozilla.support.seamonkey wrote:

On 12/31/2009 01:35 PM, NoOp wrote:
 On 12/31/2009 01:33 PM, NoOp wrote:
 ...
 match. For example if machine 1 user is named GGxG in prefs.js:
 
 Sorry, should be is named Bill in prefs.js

Argh... anyway you get the picture.

 
 C:\\Documents and Settings\\Jim\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 But machine 2's user is named Bill, I just do a mass search  replace on
 Jim and change to Bill, so that the result is:
 
 C:\\Documents and Settings\\Bill\\Application
 Data\\Mozilla\\Profiles\\default\\
 
 Save  that's it.
 
 

LOL!  Yes, I get the picture.  Thanks.

Happy New year,

jim

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