Now, when we have threads implemented, it's more important to do this
well. Currenlty when a new message arrives: in list mode it is displayed
on top of the list, in threads mode the whole list is reloaded.
To make the behaviour consistent and intuitive I propose to add an
option "Add recent messages on top of the list". If enabled, new
messages will be placed on top as now in list mode. Here I've got a one
doubt. In threads mode a message (non-root, which is a part of some
thread) also could be placed on top, but there would be a problem with
threads counter also this may be not so intuitive.
With this option disabled, new messages would be placed in their places.
So, e.g. if user has opened let's say a 10th page of the list he will
get no new records. Also in threads mode new messages should be placed
in their places and if so, some threads may change a placement on the
list according to sorting order, but we shouldn't reload the whole list.
What do you think?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
Working with high-traffic mailboxes with threading turned on is annoying
a lot when one needs to find specific not-so-old message hidden
somewhere deep in long-ago-started thread (it could be on third or even
fifth page).
Attached patch should solve this.
(it is for review, without localization strings for now, should be easy
to add).
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hk/2hE9zlQ3/rcmail-searchfilter.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'd like to let you know about a problem we're having again and again.
It's about accented characters in attachment names.
It was working in 0.1 stable, but since then we always had problems with it.
Sometimes we found some way to hack it, it never worked well, and we
don't have the knowledge
to fix it once and for all and provide a patch. This is why I'm writing
this letter.
The problem is that after uploading the first accented file RC hangs and
logs out.
We have a test file set (attached) that we use for testing.
Please, please somebody from the CORE guys check this out.
Keep this test file set at a good place, this is a very easy way of testing
whether the system has full international attachment support.
Thanks in advance,
Balazs
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/R5/GAwAnrYA/att-test.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 all,
I wrote a patch to add MySQL connection via SSL to Roundcube (the patch
is against r3437) and I'd like to share this with you all, I hope it
will be useful :)
See http://pear.php.net/manual/en/package.database.db.intro-dsn.php for
SSL related options in DSN examples.
I think it should be useful to use a specific directory to store the
certs or the config/ dir itself then we can manage it in rcube_mdb2.php
adding the proper 'capath' value, using INSTALL_PATH, to the $dsn var.
Cheers,
Laurento
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pw/lfNFG06c/roundcube-mysqli-ssl.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/
Hello,
I would like to make a request for a roundcube plugin. There is already one
made by Roland it is a registration plugin but Rolands uses hmail drivers
and I would like to request if someone could possibly make one for Cyrus
IMAPd I would be glad to pay.
-Robert
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello!
I'm sending an updated slovene translation.
Regards,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ra/55OM7SZH/RCD_slovene_translat.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 all,
I've some gmail account but i'm using roundcube locally. I'd like to set
up a dovecot server locally and take it sync with Gmail.
I take a look to offlineimap but adding or deleting folder locally was not
sync in gmail.
There are some other tool or some patch for offlineimap?
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,
I’ve attached an updated Swedish localization.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tU/h5l18dyO/sv_SE.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/
Hello list,
Our users often asking me - is it able to get full path to attached file. I'm trying to change:
--- ./program/steps/mail/compose.inc.orig 2010-03-25 12:29:55.000000000 +0200
+++ ./program/steps/mail/compose.inc 2010-03-25 12:30:27.000000000 +0200
@@ -68,7 +68,7 @@
}
// only a file path is given
else {
- $filename = basename($attach);
+ $filename = $attach;
$attachment = array(
'name' => $filename,
'mimetype' => rc_mime_content_type($attach, $filename),
But this didn't make the trick. Can anybody point me to right source file where I will make modifications ?
I don't see such feature in roadmap list, but is it planing to make attachments be able opened/view on "composing" stage ? This will be great to users who want to recheck if they attach exactly wanted filename. Due to security issues maybe not open file on server - just store mapping:
"attached file" -> "local file", and open local file if user trying to view data.
Any thoughts ?
One more thing - any chance to see multi-selection dialog while attaching files or it's too difficult ?
_______________________________________________
List info: http://lists.roundcube.net/dev/