Hi all,
it's possible make visible to all users some concats? like support
contacts etc.
Naturally inserting the contacts only one.
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/
Hi Alec and Vladislav,
i can reproduce the deleting bug on a Standard RC current SVN-trunk ...
i think the bug depends on many factors and is more largely than I
thoug.
Now I am completely confused two identical installations on one
installation i cannot reproduce on the next installation comes
the bug sporadically, delete after second third.
drlrn> Message: 3
drlrn> Date: Mon, 31 Aug 2009 18:53:30 +0200
drlrn> From: "A.L.E.C" <alec(a)alec.pl>
drlrn> Subject: Re: [RCD] Multiple message deletion bug (Was: [PATCH] Theaded
drlrn> view mode)
drlrn> To: dev(a)lists.roundcube.net
drlrn> Message-ID: <4A9C000A.8070002(a)alec.pl>
drlrn> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
drlrn> Vladislav Bogdanov wrote:
>> How to reproduce (I tried to nail it down to the simplest case that
>> shows error):
>> 1) Open folder that contains a bit more messages then could be shown on
>> a single page (f.e. 41 message with 40 rows limit).
>> 2) Select and delete any number of messages, but not one and not all.
>> You may do it with either method (mouse or keyboard).
>> 3) Try to select all messages on a page after remaining messages are
>> loaded to list. Artifact is shown. You are unable to select one of
>> messages (which has duplicate in another row).
drlrn> I'm unable to reproduce this with current svn-trunk version. I'm also
drlrn> unable to view this video file, so it's all that I can say.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Jocelyn,
sounds like great i will test this thanks.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Vladislav and all lurkers,
I have found the Bug !!!!!!!
in rcube_imap.php private function _list_headers
if ($this->sort_field != 'default' &&
$this->get_capability('sort') && ($msg_index = iil_C_Sort($this->conn, $mailbox, $this->sort_field, $this->skip_deleted ? 'UNDELETED' : '')))
{
// nothing more to do
} else {
$a_index = iil_C_FetchHeaderIndex($this->conn, $mailbox, "1:*", ($this->sort_field == 'default') ? '' : $this->sort_field, $this->skip_deleted);
if (empty($a_index))
return array();
asort($a_index); // ASC
$msg_index = array_keys($a_index);
}
remove the line asort($a_index); // ASC
after this will works fine.
I think the Problem are the sorting of the new in messagelist pushed messages !!
I have long time testet and debug and now i think thats the solution.
best Eric
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Chris and Vladislav
thx for your work show the attached image ...
The green and yellow Messages are the same after deleting 4 Messages
When i delete 4 Messages and the next 4 loads in the message list the
4 reloaded Messages are exists already in the message list the already
exists Messages can't select or click this issue comes from threading patch testet with my
patched installation clean RC0.3 snapshot and the snapshot from atomice.com this issue is only
by the versions with threading it threading display enabled or disabled or preview is
enabled or disabled is all the same after deleting some messages to four times
some messages shows twice in messagelist i have testet with some browsers IE Firefox Opera and chrome
on Windows XP and Gentoo and i have testet with an courier, cyrus and exim by all installations
i have this issue with threading. I hope you find a solution
Thx Lacri
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/jY/gdVQUrR4/threaded_bug.jpg
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,
I was just installing roundcube and noticed the force_https option,
after enabling it I observed it was always assuming that the HTTPS port
used is the default tcp port 443.
My server has only one public ip address which forces me to use several
'custom' HTTPS ports, so this asked for an option to specify the HTTPS
port used on the server, I've quickly implemented it and created a patch
(see attachment) for the 0.3RC1 release.
Maybe you would like to include this patch in future versions, or
not :), it's up to you, just thought I should share this.
Gr,
Lex
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bB/KQ9wWuRP/https_port.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,
I just "finished" an alpha release of a plugin to manage remote IMAP accounts. Please review! Notice: It depends on my "settings" plugin (http://myroundcube.googlecode.com).
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dx/5hUf1ma7/accounts.zip
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 Thomas and Vladislav,
i have in my RC the quotadisplay moved in bottom of folderlist
i think this is perfekt i have enough space in the footer for
thread, folder and message list command links.
i send yours an E-Mail with login Data to see my solution,
@Vladislav you can see and test with the login data the threading problem
with showing messages twice after delete.
best Eric
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1W/9F3ak858/vcard.vcf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/