failure code: 0x80004002 account-mgr

2013-07-10 Thread seamon2
Hi,

We are using seamonkey with lightning and sogo-groupware-addons
(http://www.sogo.nu/english/downloads/frontends.html). These are made
for TB17ESR but with little customization they worked fine here in
Seamonkey 2.14.1

Using SM 2.17.1 or 2.19 the following error appears (with functionality
loss in calendar-actions).

Error: [Exception... Component returned failure code: 0x80004002
(NS_NOINTERFACE) [nsISupports.QueryInterface]  nsresult: 0x80004002
(NS_NOINTERFACE)  location: JS frame ::
file:///C:/Programme/SeaMonkey/extensions/sogo-connec...@inverse.ca/components/CalDAVACLManager.js
:: cDACLM__initAccountMgr :: line 1021  data: no]
Quelldatei:
file:///C:/Programme/SeaMonkey/extensions/sogo-connec...@inverse.ca/components/CalDAVACLManager.js


Line 1016-1021 :

_initAccountMgr: function cDACLM__initAccountMgr() {
this.accountMgr =
Components.classes[@mozilla.org/messenger/account-manager;1]

.getService(Components.interfaces.nsIMsgAccountManager);
let defaultAccount = this.accountMgr.defaultAccount;

let identities =
this.accountMgr.allIdentities.QueryInterface(Components.interfaces.nsICollection);


Any hints how to correct this?
Thanks in advance,
Gerd

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


mail.ui.display.dateformat.today / Show date of todays mails

2011-07-21 Thread seamon2
Hi,
Users here sometimes have to print messages and like to have the full
date shown, even if messages are from today.
Is there a way to achieve this or an addon?
Setting mail.ui.display.dateformat.today and system settings like
described in http://kb.mozillazine.org/Date_display_format didn't work here.
Regards,
Gerd
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Need testers for Lightning 1.0b4 for SeaMonkey 2.1

2011-05-26 Thread seamon2
Philip Chee schrieb:
 Hi!
 
 SeaMonkey 2.1 is almost out of the gate. We need to make sure that the
 Lightning version targetting SM 2.1 works well with it. So I need
 volunteers to smoke test Lightning 1.04b on SeaMonkey 2.1
...

Hi,
I tried Lightning 1.0b4pre with a German Version of Seamonkey 2.1 RC1:

 -  The Settings in the about:addons - Window can't be accessed
(jar:file:///C:/Programme/SeaMonkey/omni.jar!/chrome/messenger/content/messenger/preferences/preferences.xul
can't be found)

 - Activating/Deactivating Calendars in the left Pane inside the
Calendar-Window doesn't work or somehow needs the same setting set by
right-clicking on the calendar and activating/deactivating calendars in
the Properties-Page.

Is there already a german version ?
Will there be keyboard-shortcuts for accessing the calendar-tab from
within the mail-window or from the main menu ? (ctrl+shift+C/D didn't
work here with Lightning 1.0b2 and SM 2.0.x) ?

Best regards,
Gerd

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


Re: E-Mail adress suggestions

2010-02-02 Thread seamon2
Ray_Net schrieb:
 Bill Davidsen wrote:
 Ray_Net wrote:
 Ray_Net wrote:
 I did not know if i am dreaming or not, but i have the impression that:
 with SM1.1.18 the mail adress suggestions list when begining to type an
 adress was a list beginning with/sorted by last recently used.
 Now with SM 2.0.2 it looks like a sort of a strange alphabetic order.

 Is a bug already filled ?
 Am i wrong ?

 Nobody have seen this ?

 I think it's some kind of weighted LRU, I get the impression that if you
 make the same choice it rises (or something like that). If I email
 someone at their home rather than work the order changes at times.

 It looks like the LRU mechanism has dissappeared in 2.0.2.
Hi,
Users here experience and complain about exactly the described behavior.
I've not found a filled bug, we should at least add the lru-feature to
the wishlist.
Gerd Ott
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


opening .eml files in seamonkey mail-window

2009-11-13 Thread seamon2

Hi,
Does anybody know how to convince seamonkey to open .eml-files not in 
the browser-, but in the mail-window?

Thanks for tipps and for the work of the seamonkey-developpers.
Gerd
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: migrating profiles to a certain location

2009-11-03 Thread seamon2

Jens Hatlak schrieb:

seam...@taz.de wrote:

Does anybody know to force seamonkey 2 to create the new migrated
profile on a preconfigured location?


You could modify profiles.ini directly to specify an absolute path for
the new profile. I don't know whether SM will create the path upon
migration so you might want to do that yourself in advance.
Yes, thats what I did in advance, but the migration did not always start 
automatically. But read on.

Another question: What does seamonkey check before starting the
migration? Why does the cmdlineargument -migrate not always start the
migration?


Because it's wrong, -migration is correct and should work in combination
with -P name of SM 2 profile.
The typo - error  was only in my mail; -migration should also work 
without -P name of SM 2 profile



HTH

Jens


But perhaps editing the \greprefs\all.js  in the programmfolder the 
right way did the trick!? (I forgot to use double backslashes\\)


At least the first test was succesful, I'll keep the group informed if 
it works with all users.


modified all.js:

pref(profile.confirm_automigration,true);
// profile.migration_behavior determines how the profiles root is set
// 0 - use NS_APP_USER_PROFILES_ROOT_DIR
// 1 - create one based on the NS4.x profile root
// 2 - use, if not empty, profile.migration_directory otherwise same as 0
pref(profile.migration_behavior,2);
  ^
pref(profile.migration_directory, \\h:\\seamonkeyprofile);
 
greetings,
gerd
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey