Re: [SOGo] SOGo mail columns are wrong

2011-07-19 Thread Sebastian Reitenbach
Hi,
On Tuesday, July 19, 2011 09:17 CEST, Imo Graf  wrote: 
 
> Hello,
> 
> can someone say me that thats on the picture? The columns from the mail 
> menu are very wrong. In From I sea the subject and in priority I sea the 
> date whats that? I have it since the update to 1.3.8.

I ran into the same issue with firefox 5, but already got some help here on the 
list, two things may help you:
 * did you updated the web server resources? My apache runs chrooted, and I 
forgot to update the webserver resources into the chroot.
 * refresh the Firefox browser cache, use Ctrl+F5.

Sebastian
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGoMailListViewColumnsOrder syntax

2011-07-19 Thread Imo Graf

Hello,

whats the syntax from SOGoMailListViewColumnsOrder ? I tried this but I 
get everytime errors:


defaults write sogod SOGoMailListViewColumnsOrder '( "Flagged", 
"Unread", "Attachment","Priority", "Date", "Subject", "From", "Size" )'
defaults write sogod SOGoMailListViewColumnsOrder '( "Flagged", 
"Unread", "Attachment","Priority", "Date", "Subject", "From", "Size" );'



can someone say me thats the right syntax to add this?

Thanks

Imo
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGoMailListViewColumnsOrder syntax

2011-07-19 Thread Francis Lachapelle

On 2011-07-19, at 4:07 AM, Imo Graf wrote:

> whats the syntax from SOGoMailListViewColumnsOrder ? I tried this but I get 
> everytime errors:
> 
> defaults write sogod SOGoMailListViewColumnsOrder '( "Flagged", "Unread", 
> "Attachment","Priority", "Date", "Subject", "From", "Size" )'
> defaults write sogod SOGoMailListViewColumnsOrder '( "Flagged", "Unread", 
> "Attachment","Priority", "Date", "Subject", "From", "Size" );'
> 
> 
> can someone say me thats the right syntax to add this?

defaults write sogod SOGoMailListViewColumnsOrder '( Flagged, Unread, 
Attachment, Priority, Date, Subject )'


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] MailFieldNames

2011-07-19 Thread Herbert
Hi everybody!

Could someone describe me the use of the SOGoUserSources "MailFieldNames" and 
give me an example?

thank you in advance.

--
Mit freundlichen Grüßen / Kind regards

Herbert Feiler
--
fidu.de IT KG ~ Ritter-v.-Eitzenb.-Str. 19 ~ D-95448 Bayreuth
--
Tel.: +49 (0) 921 / 16 49 87 88 - 0
Fax: +49 (0) 921 / 16 49 87 88 - 9
--
www.TuxedoComputers.com
www.Linux-Onlineshop.de
www.nerdshirt.de
www.fidu.de
--
UST-ID-Nr.: DE270430140
Amtsgericht Bayreuth: HR A 3793
Geschäftsführer: Herbert Feiler
--
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v1.3.8

2011-07-19 Thread Robert Casties
On 18.07.11 15:52, Francis Lachapelle wrote:
> Hi Dennis
> 
> On 2011-07-16, at 5:13 PM, Dennis Petschull wrote:
> 
>> can you also confirm, that calendar and addressbook sharing is not
>> working anymore now?
> 
> I'll release 1.3.8a with a fix later today.

Any progress on this front?

I currently have the the problem that calendar sharing is read-only and
I get lots of error messages "caching value for key" with an additional
blank after the username. I think that may be related to the new domain
stuff, that I am not using...

But I saw no new version in the nightlies yet.

Best
Robert

-- 
Dr. Robert Casties -- Information Technology Group
Max Planck Institute for the History of Science
Boltzmannstr. 22, D-14195 Berlin
Tel: +49/30/22667-342 Fax: -340
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problem with foldersSearch?type=calendar

2011-07-19 Thread Dominique BERTHET
Hi
I'm just new with SOGo.
I have installed SOGo 1.3.8 (Ubuntu 10.04)
A lot of things are ok, with 2 domains (ldap authentifications)
But I can't used shared calendars or contacts caude the search is made on the 
mail and not on the uid
When I create a calendar I have this result:
localhost - - [19/Jul/2011:20:21:57 GMT] "POST 
/SOGo/so/"user"/Calendar//createFolder?name=EMSE HTTP/1.1" 201 24/0 0.453 - - 0

but when the search is made to find a shared calendar the result is
localhost - - [19/Jul/2011:20:23:38 GMT] "POST 
/SOGo/so/u...@domain.fr/foldersSearch?type=calendar HTTP/1.1" 200 79/0 0.021 - 
- 0

so we can't see any other shared calendar or contact cause they are created 
with uid but search by email...

Is there a solution?
thanx
Dominique BERTHET
Ecole des Mines de Saint-Etienne / France
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] ANN: SOGo v1.3.8a

2011-07-19 Thread Francis Lachapelle
Hi

We just released a minor update that fixes a bug with multi-domains 
configurations.

See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for closed tickets 
and http://sogo.nu/files/downloads/SOGo/Sources/ChangeLog for the complete 
change log.

This release also add a new system setting named SOGoEnableDomainBasedUID. This 
parameter is used to activate user identification by domain. Users will be able 
(without being required) to login using the form username@domain, meaning that 
values of UIDFieldName no longer have to be unique among all domains but only 
within the same domain. See the installation guide for further details :

http://www.sogo.nu/english/support/documentation.html

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 5.*

2011-07-19 Thread Nikolaos Bestas
On 07/18/2011 07:29 PM, Thomas Kregelin wrote:
> On 07/18/2011 03:59 PM, Donny Brooks wrote:
>> On 7/6/2011 12:56 PM, eric.nemozgaill...@free.fr wrote:
>>> Hi,
>>>
>>> I would like to be informed if the development of Thunderbird
>>> 5.*-compatible
>>> Sogo is scheduled. I really like the extension and functionalities,
>>> but I also
>>> would like to evolve to Thunderbird 5.
>>>
>>> Thanks for your answers.
>>>
>>> Eric
>> I too would like to know when or if this is planned. I use wpkg to
>> push out most of my software and the existing Thunderbird 3.1.X
>> branch does not do extensions very well via wpkg. However Thunderbird
>> 5.X seems to do fine. We are about to push out 40+ new pc's and would
>> love to have this ready to go for them when we do.
> same here
yep, same here...
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v1.3.8a

2011-07-19 Thread Dominique

Hi,

Just updated to 1.3.8a... Works, almost.

I had 3 mail accounts setup in version 1.3.7 (2 in our local server, 1 
in gmail).
After the update, the 2 accounts in our local server are ok, but the one 
in Gmail is behaving strangely. The inbox does no longer shows any mail 
content. I say mail content because subfolders and subfolder mail are 
still present.

Other point the ACL option in Administration no longer shows anything.
Of course all of that was working in version 1.3.7a

Any ideas ?

Dominique

On 19/07/2011 20:51, Francis Lachapelle wrote:

Hi

We just released a minor update that fixes a bug with multi-domains 
configurations.

See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for closed tickets 
and http://sogo.nu/files/downloads/SOGo/Sources/ChangeLog for the complete 
change log.

This release also add a new system setting named SOGoEnableDomainBasedUID. This 
parameter is used to activate user identification by domain. Users will be able 
(without being required) to login using the form username@domain, meaning that 
values of UIDFieldName no longer have to be unique among all domains but only 
within the same domain. See the installation guide for further details :

http://www.sogo.nu/english/support/documentation.html

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v1.3.8a

2011-07-19 Thread Francis Lachapelle
Hi Dominique

On 2011-07-19, at 3:40 PM, Dominique wrote:

> I had 3 mail accounts setup in version 1.3.7 (2 in our local server, 1 in 
> gmail).
> After the update, the 2 accounts in our local server are ok, but the one in 
> Gmail is behaving strangely. The inbox does no longer shows any mail content. 
> I say mail content because subfolders and subfolder mail are still present.
> Other point the ACL option in Administration no longer shows anything.
> Of course all of that was working in version 1.3.7a

I can't reproduce any of those bugs.

Have you deleted your browser's cache?


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v1.3.8a

2011-07-19 Thread Dominique

Hi Francis,

Yep. I even deleted the Gmail access and recreated it just to make sure. 
The mails in the Inbox do not show up, but do in the other folders - 
standards and users created. No matter what I do. As far as the ACLs are 
concerned, logout login and so on and still nothing. I cleared that 
cache from within SOGo (i.e connected to it) and from outside. Still the 
same results.


I do not know if it is relevant, but the about menu still shows 1.3.8 
and not 1.3.8a as it showed 1.3.7a before. Maybe just a tipo.


By the way, I run sogo on Ubuntu 10.04.

Dominique

On 19/07/2011 21:55, Francis Lachapelle wrote:

Hi Dominique

On 2011-07-19, at 3:40 PM, Dominique wrote:


I had 3 mail accounts setup in version 1.3.7 (2 in our local server, 1 in 
gmail).
After the update, the 2 accounts in our local server are ok, but the one in 
Gmail is behaving strangely. The inbox does no longer shows any mail content. I 
say mail content because subfolders and subfolder mail are still present.
Other point the ACL option in Administration no longer shows anything.
Of course all of that was working in version 1.3.7a

I can't reproduce any of those bugs.

Have you deleted your browser's cache?


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Tuesday, July 19 2011

2011-07-19 Thread SOGo reporter
Title: BTS activities for Tuesday, July 19 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, July 19 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1383
	2011-07-19 06:38:35
	new (open)
	Backend Calendar
	Problem with special characters in event UID
	
	  
	
1384
	2011-07-19 09:40:17
	updated (open)
	sogo-tool
	"sogo-tool remove" doesn't cleanup ACL tables and subscriptions
	
	  
	
561
	2011-07-19 16:13:52
	updated (open)
	Web Calendar
	updated events
	
	  
	
1382
	2011-07-19 02:30:50
	updated (open)
	Web Mail
	The user password with non-alphanumeric characters is modified at IMAP connections
	
	  
	
1386
	2011-07-19 15:53:59
	new (open)
	Web Mail
	Strange using quotes in addresses
	
	  
	
1385
	2011-07-19 13:27:40
	resolved (fixed)
	Backend General
	Previous ACLs are lost when upgrading to 1.3.8 in a multi-domains setup