Hello all,
I use 0.2-beta.
I filter some messages, using procmail, to specific folders on my IMAP
server. When I log in to roundcube, these new messages in subfolders does
not show, until I click the folder? It seems that Roundcube does not check
for new messages in other folders than the inbox?
This is reported to have been fixed in 0.1-beta2, accourding to this bug
report: http://trac.roundcube.net/ticket/1326401
Has this bugfix somehow escaped 0.2-beta?
Best regards,
Jes Kasper Klittum
--
<span style="display: none;" id="1216202030548S"> </span>
<span id="1216023285193S" style="display: none;"> </span>
--
Med venlig hilsen,
Jes Kasper Klittum
Teknisk administrator
enavn ApS
Ringstedgade 11A, 3 sal
DK-4700 Næstved
Tel.: +45 88 20 50 04
Email: <a
href="../../../../index.php?menuaction=felamimail.uicompose.compose&send_to=amVzQGVuYXZuLmNvbQ==">jes(a)enavn.com</a>
<span id="1216023284780E" style="display: none;"> </span>
_______________________________________________
List info: http://lists.roundcube.net/dev/
A.L.E.C wrote:
> > Ond?ej ??ra wrote:
> >
>> >> Are you using Debian? Debian doesn't use the session GC in PHP - instead,
>> >> it cleans sessions in a cronjob. To enable PHP GC in Roundcube, one must
>> >> add (to main.inc.php) these lines:
>> >>
>> >> ini_set('session.gc_probability', 5);
>> >> ini_set('session.gc_divisor', 100);
>> >>
>> >> Values '5' and '100' were chosen experimentaly by me, use your own if you
>> >> want :)
>> >>
>> >>
> >
> > Someone should add above info to installation manual.
Hi,
I opened a ticket with a patch that solves this issue without a need to inform
user.
http://trac.roundcube.net/ticket/1485460
--
Gokdeniz Karadag
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I don't want to be some jerk who questions every commit, but I'm worried
that 1920 will exacerbate some RC problems. 1920 removes the ability
reload the folder currently being viewed by clicking on the folder's
name in the folder list. I think 1920 has a good idea and I would go
farther and say the user shouldn't even be able to click things that do
nothing.
Unfortunately, being able to click the current folder name that was one
of the easiest and most obvious ways for a user to reload their
mailbox. (They can still hit the browser's refresh).
Reloading the mailbox you are currently in is a work around (admittedly
not a proper fix) for at least two problems.
1.) If you're not using the default sorting, messages inserted by check
mail will be at the top of the list regardless of their proper place.
(http://trac.roundcube.net/ticket/1484664)
2.) Under some conditions, like having Thunderbird open and reading the
same mail account as RC, RC's check mail call will update the inbox
count, but fail to add the message to the message list. (I'll open a
ticket later if I can narrow it down)
Thanks for your consideration,
Ziba
--
Ziba Scott
Webmaster Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
hello again,
I'm at full again with roundcube...
an other cool thing that could allow roundcube is in options a
checkbox for opening the composing of a new message in the same window
or in a popup window, sometimes you need to see more than one mail on
writing the message...
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Why del column in contacts table was introduced?
Why not just delete the row, not mark it as deleted?
To implement some sort of recycle bin for contacts?
--
Regards,
Dennis P. Nikolaenko
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I am currently working on the patch to have a button to toggle preview
mode on or off.
I am interested in the icon for that button.
Where can I get the original icon set which was used in RC?
--
Dennis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I have a question about the benefits of the change from event based to
polling based folder highlighting when dragging.
Revision 1763 changed the manner in which target folders are highlighted
when dragging a message. Before 1763, each folder had an onmouseover
which would trigger focus_folder.
1763 removed that onmouseover event and instead calls drag_move every
time the mouse moves. drag_move essentially polls the position of the
mouse and loops over every folder on screen to see if the mouse is above
that folder folder. This polling is costly and has mixed effects across
browsers, operating systems and pcs with different specs.
On all systems tested so far, even if the dragging appears smooth, at
least one cpu is maxed at 100% by the polling. On some systems/browsers
a cpu is pegged and the dragging is intolerably choppy and slow.
The commit comment for 1763 includes: "Don't rely on browser events anymore"
Is relying on browser events a bad thing? Worse than polling?
It seems that the previous highlighting detection method was more
efficient and compatible across a wider range of systems.
If there are reasons that polling has to be the answer, then perhaps we
can add some sort of rate limiting?
Thanks for your consideration,
Ziba
--
Ziba Scott
Webmaster Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have configured a roundcube in my local machine and use the imap
connection from mdaemon server version 10.0, it works meravelous! as
fast as worldclient (maybe I've got that in local, but it goes faster
at all!)
it detects shared folders, but not contacts folder and scheduler
folder, it seems it uses syncML to show these special folders... maybe
allow a plugin to enable this feature? maybe allow sync, syncML,
Active Directory, for contacts and scheduler folders?
an other thing that I found a little bit strange is that I've got two
inbox folders with the same content, one has got all subfolders I've
got in the server and the other one no, the only one could hide is the
one that has got subfolders...
I'm using beta version downloaded yesterday...
get grow roundcube!!!
thanks you much!
--
Blackhold
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
My current session table has 2085 records, is it normal? It is more by
the order of magnitude than my user count.
Are there any code in RC to clean session table?
--
Regards,
Dennis P. Nikolaenko
_______________________________________________
List info: http://lists.roundcube.net/dev/