[RCU] Frame with the messages is scrolled to the top on message list update

2016-06-20 Thread Dmitry Katsubo

Hello everyone,

On my main Roundcube window I have list of messages, 100 per page, 
grouped by thread. When I read the messages one by one (I use arrow down 
key) I go far beyond the initial visible portion of messages so the view 
is scrolled to certain row. Then the automatic update of messages 
happens. After that the view is scrolled to the top, and the selected 
message is not visible anymore (one needs to scroll down for a while). 
That is very annoying as it interrupts the reading. Could it be improved 
so that if message list is refreshed, the scrolling position is 
preserved? I would say the following logic should be applied:


Restore the scroll offset. If the selected message is in a viewport, do 
nothing. Otherwise scroll the view so that the selected message appears 
at the top – this situation may happen if a bulk of messages top the top 
of selected one are deleted. It could be that the selected message is 
deleted but I think there could be a "best effort" option here as well.


Roundcube v1.2.0

--
With best regards,
Dmitry
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Address book setup

2016-06-16 Thread Dmitry Katsubo
On 2016-06-14 08:07, A.L.E.C wrote:
> You need 'fieldmap' here. We could probably make it optional and provide
> something for inetOrgPerson, which is most common. For now, you have to
> define the mapping in config.

Thanks for the help - it worked for me. Indeed if the build-in configuration
is more verbose, it would be less space for errors.

In general it worked after I have viewed several configuration files and the
best I found is [1]. Also I tried to find more detailed description of the
properties available in Roundcube, but I found nothing (except empty
description in [2]). In particular I wonder if there is a difference (notion)
of "home postal address" and "work postal address"?

[1] http://c.vestacp.com/0.9.8/ubuntu/roundcube-main.conf
[2] 
https://docs.kolab.org/administrator-guide/roundcube-settings-reference.html#fieldmap

-- 
With best regards,
Dmitry
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Address book setup

2016-06-13 Thread Dmitry Katsubo
Dear all,

I am trying to setup LDAP address book in Roundcube, till now without any
success. I think I have setup the LDAP address book correctly, but the
moment I open it, it shows blank persons' cards. Unfortunately nothing is
logged into /var/log/roundcube/error. 

What I did wrong?

$rcmail_config['ldap_public']['public'] = array(
'name'  => 'Public LDAP Addressbook',
'hosts' => array('localhost'),
'port'  => 389,
'user_specific' => false,
'base_dn'   => 'cn=persons,cn=corporate',
'scope' => 'one',
'filter'=> '(objectClass=inetOrgPerson)',
'groups'=> array(
'base_dn'=> '',
'filter' => '(objectClass=groupOfNames)',
'object_classes' => array("top", "groupOfNames"),
  ),
);


-- 
With best regards,
Dmitry
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Registration at the forum

2016-06-09 Thread Dmitry Katsubo
Dear community,

I have difficulties in registering at roundcube forum [1]. More concrete,
I haven't received the confirmation email (I've checked spam folder). I have
tried two different emails and it didn't work.

Unfortunately I don't know how to contact the administrator of the forum.

[1] http://roundcubeforum.net/

-- 
With best regards,
Dmitry
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users