On Fri, 9 Mar 2012 09:58:33 +0100, Jacek Osiecki wrote:
Wiadomość napisana przez Claudio Kuenzler w dniu 2 mar 2012, o godz.
11:56:
On Fri, Mar 2, 2012 at 10:02 AM, Jacek Osiecki wrote:
1. When I'm moving a large number of messages, I don't know how
many of them
are being moved. OK, I can check the number of messages in
mailbox before
[...]
What I would love to see, is the number of messages being moved
displayed over their subjects.
Isn't it a simple thing to do? I tried to find it and do it by
myself,
but I'm not a js programmer and couldn't find the exact place.
OK, I moved my lazy *ss and found it:
It's in program/js/list.js.
Here is the patch for list.js.src:
--- roundcubemail-0.7.1/program/js/list.js.src.orig 2012-03-09
10:42:10.000000000 +0100
+++ roundcubemail-0.7.1/program/js/list.js.src 2012-03-09
10:46:26.000000000 +0100
@@ -1148,6 +1148,7 @@
// get subjects of selected messages
var c, i, n, subject, obj;
+ this.draglayer.append('<b>Selected messages:
'+this.selection.length+'</b>');
for (n=0; n<this.selection.length; n++) {
// only show 12 lines
if (n>12) {
Of course, then it needs to be applied on list.js - i did it manually.
As I understand, there is no chance to use localization in javascript -
so maybe instead of "Selected messages:" there should be just something
like "["+this.selection.length+"]"...
Could RC developers apply it to the official release?
Greetings,
--
Jacek Osiecki
Silvercube s.c.
ul. Makuszyńskiego 4, 31-752 Kraków
tel/fax: +48 (12) 684 21 00
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users