[SOGo] BTS activities for Tuesday, November 27 2018

2018-11-27 Thread SOGo reporter
Title: BTS activities for Tuesday, November 27 2018





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, November 27 2018

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4610
	2018-11-27 11:31:51
	updated (open)
	Web Mail
	add a contact to addressbook from email view or email compose
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] xmpp client

2018-11-27 Thread "Miguel Mucio Santos Moreira"

Hi guys, 

There's a xmpp client called jsxc, this client has a version which works with 
SOGo, there are some bugs probably because of incomplete integration, however 
it seems good. I'd like to know if anybody already use it in a production 
environment and if SOGo community or even inverse have some plan to create its 
own xmpp client or integrate jsxc as client or something like this.


Thanks in advance.

Respectfully

--

Miguel Moreira
Gerente
DPR/SRE/GSR - Gerência de Serviços de Rede
+55(31)3339-1401
PRODEMGE - Companhia de Tecnologia da Informação do Estado de Minas Gerais

Aviso: Esta mensagem é destinada exclusivamente para a(s) pessoa(s) a quem é 
dirigida, podendo conter informação sigilosa e legalmente protegida. O uso 
impróprio será tratado conforme as normas da empresa e a legislação em vigor. 
Caso não seja o destinatário, favor notificar o remetente, ficando proibidas a 
utilização, divulgação, cópia e distribuição.
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGO Compile on CentOS

2018-11-27 Thread Gordon Messmer

On 11/23/18 8:39 AM, Riccardo Bicelli" (r.bice...@gmail.com) wrote:

tried your scripts but after some time building it stops with errors:



Can you pull new changes and try again?

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


[SOGo] SOGo theming

2018-11-27 Thread Peter

Hello,

I'm trying to follow the procedure from here:

https://sogo.nu/files/docs/SOGoDevelopersGuide.html#_defining_an_alternate_color_theme

I have Sogo 4.0.2 installed.

I defined three new themes in theme.js and I replaced theme-default.css.

I see in the log that my browser downloaded theme.js and 
theme-default.css, but I don't see any difference with the default theme 
(but I should). I attached theme.js to this mail (as theme.txt).


What am I doing wrong? How can I debug this issue?

Best regards,
Peter

--
users@sogo.nu
https://inverse.ca/sogo/lists/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */

(function() {
  'use strict';

  angular.module('SOGo.Common')
.config(configure)

  /**
   * @ngInject
   */
  configure.$inject = ['$mdThemingProvider'];
  function configure($mdThemingProvider) {

/**
 * Define a new palette or choose any of the default palettes:
 *
 * https://material.io/guidelines/style/color.html#color-color-palette
 */
// $mdThemingProvider.definePalette('sogo-paper', {
//   '50': 'fcf7f8',
//   '100': 'f7f1dc',
//   '200': 'ede5ca',
//   '300': 'e6d8ba',
//   '400': 'e2d2a3',
//   '500': 'd6c48d',
//   '600': 'baa870',
//   '700': '857545',
//   '800': '524517',
//   '900': '433809',
//   '1000': '00',
//   'A100': 'ff',
//   'A200': 'ee',
//   'A400': 'bdbdbd',
//   'A700': '616161',
//   'contrastDefaultColor': 'dark',
//   'contrastLightColors': ['800', '900']
// });

/**
 * Overwrite the default theme
 */
$mdThemingProvider.definePalette('sogo-paper', {
  '50': 'fcf7f8',
  '100': 'f7f1dc',
  '200': 'ede5ca',
  '300': 'e6d8ba',
  '400': 'e2d2a3',
  '500': 'd6c48d',
  '600': 'baa870', // busy periods in attendees editor
  '700': '857545',
  '800': '524517',
  '900': '433809',
  '1000': '00',
  'A100': 'ff',
  'A200': 'ee',
  'A400': 'bdbdbd',
  'A700': '616161',
  'contrastDefaultColor': 'dark',
  'contrastLightColors': ['800', '900']
});

$mdThemingProvider.definePalette('sogo-background', {
  '50':"efefef",
  '100':"d7d7d7",
  '200':"bebebe",
  '300':"636363",
  '400':"8f8f8f",
  '500':"7e7e7e",
  '600':"727272",
  '700':"636363",
  '800':"565656",
  '900':"3d3d3d",
  'A100':"ff",
  'A200':"adadad",
  'A400':"737373",
  'A700':"646464",
  'contrastDefaultColor':"dark",
  'contrastLightColors':["300","400","500","600","700","800","900"]
});

$mdThemingProvider.definePalette('sogo-gray', {
  '50':"efefef",
  '100':"d7d7d7",
  '200':"bebebe",
  '300':"a4a4a4",
  '400':"8f8f8f",
  '500':"7e7e7e",
  '600':"727272",
  '700':"636363",
  '800':"565656",
  '900':"3d3d3d",
  '1000': 'baa870' // used as the background color of the busy periods of 
the attendees editor
  'A100':"ff",
  'A200':"adadad",
  'A400':"737373",
  'A700':"646464",
  'contrastDefaultColor':"dark",
  'contrastLightColors':["300","400","500","600","700","800","900"]
});

$mdThemingProvider.definePalette('sogo-black', {
  '50':"efefef",
  '100':"d7d7d7",
  '200':"bebebe",
  '300':"a4a4a4",
  '400':"8f8f8f",
  '500':"7e7e7e",
  '600':"727272",
  '700':"636363",
  '800':"565656",
  '900':"636363",
  '1000': 'baa870' // used as the background color of the busy periods of 
the attendees editor
  'A100':"ff",
  'A200':"adadad",
  'A400':"737373",
  'A700':"646464",
  'contrastDefaultColor':"light",
  'contrastDarkColors':["50","100","200"]
});

//var greyMap = $mdThemingProvider.extendPalette('grey', {
//  '600': '00b0c0', // used when highlighting text in md-autocomplete,
//  '1000': 'baa870' // used as the background color of the busy periods of 
the attendees editor
//});

//$mdThemingProvider.definePalette('sogo-grey', greyMap);

$mdThemingProvider.theme('default')
  .primaryPalette('sogo-gray', {
"default":"900",   // top toolbar
"hue-1":"500",
"hue-2":"900", // sidebar toolbar
"hue-3":"A700"
  })
  .accentPalette('sogo-black', {
"default":"900",   // fab buttons
"hue-1":"500", // center list toolbar
"hue-2":"700",
"hue-3":"A700"
  })
  .backgroundPalette('sogo-background', {
"default":"900",   // center list background
"hue-1":"400",
"hue-2":"900",
"hue-3":"A700"
  });

$mdThemingProvider.setDefaultTheme('default');
$mdThemingProvider.generateThemesOnDemand(false);
  }
})();


Re: [SOGo] How to add contact to addressbook from email view?

2018-11-27 Thread Christian Mack
Hello

Am 27.11.18 um 15:46 schrieb Kris von Mach (m...@swishmail.com):
> On 11/24/2018 11:40 PM, Kris von Mach (m...@swishmail.com) wrote:
>> I'm trying to add a contact to addressbook from email view or email
>> compose. There is no drop down or any option that I see that would let
>> me add someone to my personal addressbook.
>>
>> Is there no way to add someone without manually going to addressbook
>> tab and clicking add new addressbook card and manually entering the
>> information?
> 
> So is this currently not possible?
> 

Correct, it is not possible in web frontend of SOGo.
You only can activate automatic storage of all addresses you sent an
email to in a dedicated address book.

> If it's not possible, is there some proper form for
> suggestions/improvements?

Open a bug report at https://sogo.nu/bugs/ with severity "Feature Request"


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] How to add contact to addressbook from email view?

2018-11-27 Thread Kris von Mach

On 11/24/2018 11:40 PM, Kris von Mach (m...@swishmail.com) wrote:
I'm trying to add a contact to addressbook from email view or email 
compose. There is no drop down or any option that I see that would let 
me add someone to my personal addressbook.


Is there no way to add someone without manually going to addressbook tab 
and clicking add new addressbook card and manually entering the 
information?


So is this currently not possible?

If it's not possible, is there some proper form for 
suggestions/improvements?

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


Re: [SOGo] Tuning SOGo environment

2018-11-27 Thread goetz.reini...@filmakademie.de
Hi Ludovic,

I got may be an other one with more output:

#0  0x7f3fc2f387e0 in __read_nocancel () from /lib64/libpthread.so.0
#1  0x7f3fc0476ffb in sock_read () from /lib64/libcrypto.so.10
#2  0x7f3fc047503b in BIO_read () from /lib64/libcrypto.so.10
#3  0x7f3fbf2963e4 in ssl3_read_n () from /lib64/libssl.so.10
#4  0x7f3fbf297ccd in ssl3_read_bytes () from /lib64/libssl.so.10
#5  0x7f3fbf2946f4 in ssl3_read_internal () from /lib64/libssl.so.10
#6  0x7f3fc6451e73 in -[NGActiveSSLSocket readBytes:count:] 
(self=0x555fcfdfb6c0, _cmd=0x7f3fc666ad00 <_OBJC_SELECTOR_TABLE+416>, 
_buf=0x555fcf1ac0c0, _len=512) at NGActiveSSLSocket.m:263
#7  0x7f3fc6437dab in -[NGBufferedStream readBytes:count:] 
(self=0x555fce209e10, _cmd=0x7f3fc666ad00 <_OBJC_SELECTOR_TABLE+416>, 
_buf=0x7ffecf176b8f, _len=1) at NGBufferedStream.m:291
#8  0x7f3fc643f385 in NGReadByteFromStream (_stream=0x555fce209e10) at 
NGStream.m:160
#9  0x7f3fc643edcd in -[NGStream readByte] (self=0x555fce209e10, 
_cmd=0x7f3fc6662f10 <_OBJC_SELECTOR_TABLE+464>) at NGStream.m:90
#10 0x7f3fc6438100 in -[NGBufferedStream readByte] (self=0x555fce209e10, 
_cmd=0x7f3fc6671be0 <_OBJC_SELECTOR_TABLE+352>) at NGBufferedStream.m:336
#11 0x7f3fc6443b8d in -[NGByteBuffer la:] (self=0x555fc9285f60, 
_cmd=0x7f3fc6c0ae40 <_OBJC_SELECTOR_TABLE+288>, _la=0) at NGByteBuffer.m:217
#12 0x7f3fc6962640 in _la (self=0x555fcef070e0, _laCnt=0) at 
NGImap4ResponseParser.m:67
#13 0x7f3fc696308e in -[NGImap4ResponseParser 
parseResponseForTagId:exception:] (self=0x555fcef070e0, _cmd=0x7f3fc6c0dc30 
<_OBJC_SELECTOR_TABLE+880>, _tag=9, ex_=0x7ffecf176dd8)
at NGImap4ResponseParser.m:273
#14 0x7f3fc697435e in -[NGImap4Client 
processCommand:withTag:withNotification:logText:] (self=0x555fcf1e9db0, 
_cmd=0x7f3fc6c0e580 <_OBJC_SELECTOR_TABLE+3264>, _command=0x555fcf120130, 
_tag=1 '\001', _notification=1 '\001', _txt=0x555fcf120130) at 
NGImap4Client.m:1772
#15 0x7f3fc69748da in -[NGImap4Client processCommand:] 
(self=0x555fcf1e9db0, _cmd=0x7f3fc6c0dc70 <_OBJC_SELECTOR_TABLE+944>, 
_command=0x555fcf120130) at NGImap4Client.m:1845
#16 0x7f3fc69710ed in -[NGImap4Client fetchUids:parts:] 
(self=0x555fcf1e9db0, _cmd=0x7f3fc6c22bb0 <_OBJC_SELECTOR_TABLE+1584>, 
_uids=0x555fcb905cd0, _parts=0x555fcf9d4780)
at NGImap4Client.m:1108
#17 0x7f3fc699e869 in -[NGImap4Connection fetchUIDs:inURL:parts:] 
(self=0x555fc8cf8160, _cmd=0x7f3fb33fb110 <_OBJC_SELECTOR_TABLE+2416>, 
_uids=0x555fd21300c0, _url=0x555fcf6ea950, 
_parts=0x555fcf9d4780) at NGImap4Connection.m:711
#18 0x7f3fb31c8d8f in -[SOGoMailFolder fetchUIDs:parts:] 
(self=0x555fc8e4f370, _cmd=0x7f3fb11df5f0 <_OBJC_SELECTOR_TABLE+1648>, 
_uids=0x555fd21300c0, _parts=0x555fcf9d4780)
at SOGoMailFolder.m:986
#19 0x7f3fb0fbe282 in -[UIxMailListActions getHeadersForUIDs:inFolder:] 
(self=0x555fcdcd63a0, _cmd=0x7f3fb11df520 <_OBJC_SELECTOR_TABLE+1440>, 
uids=0x555fd21300c0, 
mailFolder=0x555fc8e4f370) at UIxMailListActions.m:799
---Type  to continue, or q  to quit---
#20 0x7f3fb0fbdd04 in -[UIxMailListActions getUIDsInFolder:withHeaders:] 
(self=0x555fcdcd63a0, _cmd=0x7f3fb11df590 <_OBJC_SELECTOR_TABLE+1552>, 
folder=0x555fc8e4f370, 
includeHeaders=1 '\001') at UIxMailListActions.m:673
#21 0x7f3fb0fbe068 in -[UIxMailListActions getUIDsAction] 
(self=0x555fcdcd63a0, _cmd=0x555fc88f57c0) at UIxMailListActions.m:765
#22 0x7f3fc6d6b20b in -[WODirectAction performActionNamed:] 
(self=0x555fcdcd63a0, _cmd=0x7f3fb25ddcf0 <_OBJC_SELECTOR_TABLE+720>, 
_actionName=0x555fcf2cbdf0) at WODirectAction.m:97
#23 0x7f3fb23cb199 in -[SOGoDirectAction performActionNamed:] 
(self=0x555fcdcd63a0, _cmd=0x7f3fc7132880 <_OBJC_SELECTOR_TABLE+928>, 
_actionName=0x555fc81d6640) at SOGoDirectAction.m:254
#24 0x7f3fc6df9640 in -[SoActionInvocation 
callOnObject:withPositionalParametersWhenNotNil:inContext:] 
(self=0x555fcdf5ebb0, _cmd=0x7f3fc71328b0 <_OBJC_SELECTOR_TABLE+976>, 
_client=0x555fc8e4f370, _positionalArgs=0x0, _ctx=0x555fc91a1260) at 
SoActionInvocation.m:300
#25 0x7f3fc6df9765 in -[SoActionInvocation callOnObject:inContext:] 
(self=0x555fcdf5ebb0, _cmd=0x7f3fc71327d0 <_OBJC_SELECTOR_TABLE+752>, 
_client=0x555fc8e4f370, _ctx=0x555fc91a1260)
at SoActionInvocation.m:316
#26 0x7f3fc6df93ee in -[SoActionInvocation 
callOnObject:withPositionalParametersWhenNotNil:inContext:] 
(self=0x555fc81d65a0, _cmd=0x7f3fc71328b0 <_OBJC_SELECTOR_TABLE+976>, 
_client=0x555fc8e4f370, _positionalArgs=0x0, _ctx=0x555fc91a1260) at 
SoActionInvocation.m:259
#27 0x7f3fc6df9765 in -[SoActionInvocation callOnObject:inContext:] 
(self=0x555fc81d65a0, _cmd=0x7f3fc712ee20 <_OBJC_SELECTOR_TABLE+672>, 
_client=0x555fc8e4f370, _ctx=0x555fc91a1260)
at SoActionInvocation.m:316
#28 0x7f3fc6df3ec4 in -[SoObjectMethodDispatcher dispatchInContext:] 
(self=0x555fcfbd93c0, _cmd=0x7f3fc7130500 <_OBJC_SELECTOR_TABLE+1536>, 
_ctx=0x555fc91a1260)
at 

Re: [SOGo] unseen mail count

2018-11-27 Thread Christian Mack
Hello

Am 27.11.18 um 12:14 schrieb "Daniel Carlos Silva"
(daniel.car...@prodemge.gov.br):
> 
> I would like to know if there is a way to configure the list of folders to 
> display the unseen mail count in every folder.
> 

No.
You only see the unseen count for INBOX and all Folders you have opend
in this session, plus the ones you have sieve filters defined as target for.


Kind regards,
Christian Mack


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] unseen mail count

2018-11-27 Thread "Daniel Carlos Silva"

Hello everyone,

I would like to know if there is a way to configure the list of folders to 
display the unseen mail count in every folder.

Daniel Carlos Silva
Analista
GSR - Gerência de Serviços de Rede
(31)3339-1287
PRODEMGE - Companhia de Tecnologia da Informação do Estado de Minas Gerais

Aviso: Esta mensagem é destinada exclusivamente para a(s) pessoa(s) a quem é 
dirigida, podendo conter informação sigilosa e legalmente protegida. O uso 
impróprio será tratado conforme as normas da empresa e a legislação em vigor. 
Caso não seja o destinatário, favor notificar o remetente, ficando proibidas a 
utilização, divulgação, cópia e distribuição.

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