I posted the following message to the Roundcube users list but never got a
response. Is there a fix for this?
Thanks,
Jeff
-------- Original Message --------
Subject: Re: [RCU] Deleting Messages
Date: Tue, 08 Sep 2009 11:45:55 -0700
From: Jeff Grossman <jeff(a)stikman.com>
To: Roundcube Users List <users(a)lists.roundcube.net>
On Tue, 08 Sep 2009 11:38:13 -0700, Jeff Grossman <jeff(a)stikman.com>
wrote:
> I am running version 3 and think it is great. I want to thank everybody
> involved on a great release. But, I do have one issue. Maybe it is a
> configuration issue, not sure. I have my messages sorted by date. I
show
> 30 messages per page. If I am on any page besides page 1 and delete a
> message, it will return me back to page 1 of the list instead of back to
> the page I was on. Version 2 did not have this problem.
>
> Thinking about it now this might have to do with the new config option
to
> show the next message on a delete. I have it set to not show me the
next
> message on a delete.
Actually, I just tried just hitting the arrow to take me back to the
message list and it returns me to page 1 also. So, I guess it has nothing
to do with the delete config but just has to do with returning to the
message list will always return you to page 1.
Jeff
_______________________________________________
List info: http://lists.roundcube.net/dev/
Alec,
you will reopen the ticket r2948, I deleted the messages and cache, it's
still the error occurs
Thanks
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
L.S.,
I'm currently updating the skin 'GroupVice' to be work with
RoundCube v0.3. I have a question about how to use templates
in combination with a plugin.
I.E.
I want to use some other images for the 'markasjunk' plugin.
How/where do I specify what skin to use for a plugin?
--
Kees de Keizer
kees(a)de-keizer.net
http://www.de-keizer.net/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
About a week ago I submitted a patch to remove "Add contact" link on
contacts already in address book: http://trac.roundcube.net/ticket/1486097
I have been using it since and it seems to work fine.
I was wondering it you were planning on pushing it into the trunk since
its milestone has been set to "later". I'd be happy to work on the patch
if you think it's not sufficient as is.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
it's possible to have an example script to attach file to a new email at
runtime?
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I need to add a new tab into the tabsbar of the settings page. How can I
add it from my plugin ?
If the template_container hook must be used, could you please paste a
sample code ?
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
I went through the (quite good) German translation and changed some
strings to use even more common or correct words and phrases.
In "de_DE.patch" you can see all changes I made. Maybe it's interesting
for other Germans, so they can comment on it.
Another small thing: It should be "Deutsch (Deutschland)" or simply
"Deutsch" instead of "Deutsch (Deutsch)". Compared to the English language:
Deutsch (Deutschland) - English (Great Britain)
Deutsch - English
Deutsch (Deutsch) - English (English)
Best regards,
Lars
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/2u/GytLSvXa/labels.inchttp://detached.gigo.com/rc/2u/GytLSvXa/messages.inchttp://detached.gigo.com/rc/2u/GytLSvXa/de_DE.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
This patch against trunk increases the performance of autocomplete address
book searches by only requesting MAXNUM (hardcoded to 15) results be
returned by the backend contact providers (LDAP and SQL). This is in theory
more efficient than fetching the full results list from all available
backends and then pushing individual results into the return list until it
hits MAXNUM contacts.
It also adds a configurable tuning parameter - autocomplete_min_length.
Searches of less than this length (in bytes) are ignored by the autocomplete
provider. This could probably be moved to or duplicated in the
ksearch_get_results JS function, but I have yet to familiarize myself with
that bit of the codebase.
I have backported this to 0.3-stable and tested it on our evaluation host
that's pointed at a production LDAP server with 45k+ entries spread across
multiple OUs, and it seems to work well.
Regards,
-Brandon
_______________________________________________
List info: http://lists.roundcube.net/dev/
Ladies and Gentleman,
I want to know what you think about changing the actual exhibition time
(3 seconds) of message boxes (through display_message() js function).
I think that we can set a timeout based on the amount of words displayed
instead of a generic time that can be faster than some users can read.
Studies [1] shows that the medium reading speed for comprehension is 3-6
words per second. Considering the reaction time, screen readability, difference
between different kind and size of displayed messages (varies with the
language
too), 3 seconds can't be enough in some situations.
We can improve the usability and accessibility for the users by changing
display
time to something more complacent.
It can be provided by a simple/light patch in app.js that I can do, but
first I want
your opinion.
My proposal:
- Exhibition time for short messages (under 5 words): 3500ms
- Time increase rate for each word (after the fifth word): 400ms (1.2sec
every 3 words)
[1] http://en.wikipedia.org/wiki/Reading_%28process%29#Reading_rate
--
Victor Benincasa
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
We've been evaluating a number of different webmail interfaces to replace or
augment our old system developed by a now-departed student. So far we've
been very pleased with Roundcube, but ran into a few things during our tests
that we would like to see fixed or enhanced.
To that end, I've got a few small patches coming, the first of which is
included below. If it would be preferred that I open tickets and attach the
patches to there, I'd be glad to do that instead.
Anyway, we have an LDAP directory with over 45,000 entries in it that we'd
like to use as a backend for the new_user_identity plugin. For various
reasons, we'd like to prevent it from being visible to users. Attached is a
short patch that adds a 'hidden' flag to directory configuration entries.
Regards,
-Brandon
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QR/xReQ2g7V/hidden-ldap.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/