[SOGo] BTS activities for Sunday, June 08 2014

2014-06-08 Thread SOGo reporter
Title: BTS activities for Sunday, June 08 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Sunday, June 08 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
595
	2014-06-08 11:03:13
	updated (open)
	Web Mail
	Delete Folder -> "Do you really want to move this folder into the trash?" when the folder is already trashed
	
	  
	
2561
	2014-06-08 11:14:33
	feedback (reopened)
	Web Calendar
	Can not invite to an exeption only
	
	  
	
  
  




Re: [SOGo] POP3 connector

2014-06-08 Thread Charles Marcus

On 6/7/2014 7:28 PM, Marc Cyr  wrote:

For pop3 connector, use fetchmail.


Isn't getmail now preferred over fetchmail?

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


[SOGo] Integrator Question re: adding prefs to site.js?

2014-06-08 Thread Charles Marcus

Hi all,

My goal is to simply prevent Thunderbird from auto-updating Lightning, 
while allowing all other extensions to continue to auto-update, and I've 
figured out how to do this, by simply adding the following pref to the 
user.js file in each users Thunderbird profile folder:


user_pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", 
false);


My question is - can I simply add this into the site.js file in the 
Integrator extension as:


user_pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", 
false);


and accomplish the same thing?

Or, would I need to change 'user_pref' to just 'pref' (like the other 
entries already in there), like this:


pref("extensions.{e2fda1a4-762b-4020-b5ad-a41df1933103}.update.enabled", 
false);


?

Last - can I push out other config options that I am setting in the 
user.js file in the same way, thus doing away completely with the 
user.js file, quickly and easily pushing out pref changes this way?


Thanks!

Charles

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