Hi,
in a previous mail I asked how disable mail sort in Roundcube and ALEC reply:
Add this option name (message_sort_col) to 'dont_override' array in config file.
Now, If I click in list option there arent't option to sort mail,(this is ok) but if I click on a column such as Subject,Sender,.. Roundcube order mail by this column.
Can I disable this?
Regards,
Antonio De Maglio
--
Dott. Antonio De Maglio
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" (ISTI)
Italian National Research Council (CNR)
via G. Moruzzi, 1 - 56124 Pisa, Italy Area della Ricerca CNR di Pisa
Skype: antonio_demaglio
On 10/15/2012 11:02 AM, Antonio De Maglio wrote:
Now, If I click in list option there arent't option to sort mail,(this is ok) but if I click on a column such as Subject,Sender,.. Roundcube order mail by this column.
Can I disable this?
You can't. Create a ticket in our bug tracker, we'll fix this, maybe in next version.
Hi, sorry for this mail, but this is a great problem for me. I think that there is something such as on onclick event on the column can you write me where I can found this to resolve temporally problem? I will open a ticket.
Regards, Antonio De Maglio -- Dott. Antonio De Maglio Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" (ISTI) Italian National Research Council (CNR) via G. Moruzzi, 1 - 56124 Pisa, Italy Area della Ricerca CNR di Pisa Skype: antonio_demaglio
-- Dott. Antonio De Maglio Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" (ISTI) Italian National Research Council (CNR) via G. Moruzzi, 1 - 56124 Pisa, Italy Area della Ricerca CNR di Pisa Skype: antonio_demaglio
-----Messaggio originale----- Da: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] Per conto di A.L.E.C Inviato: lunedì 15 ottobre 2012 11:09 A: users@lists.roundcube.net Oggetto: Re: [RCU] mail sort roundcube
On 10/15/2012 11:02 AM, Antonio De Maglio wrote:
Now, If I click in list option there arent't option to sort
mail,(this is ok) but if I click on a column such as Subject,Sender,.. Roundcube order mail by this column.Can I disable this?
You can't. Create a ticket in our bug tracker, we'll fix this, maybe in next version.
-- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net]
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Am 15.10.2012 11:09, schrieb A.L.E.C:
On 10/15/2012 11:02 AM, Antonio De Maglio wrote:
Now, If I click in list option there arent't option to sort mail,(this is ok) but if I click on a column such as Subject,Sender,.. Roundcube order mail by this column.
Can I disable this?
You can't. Create a ticket in our bug tracker, we'll fix this, maybe in next version.
it would be helpful if this would NOT be stored in the user-settings - as example there was a problem in dbmail and the way RC sorts via IMAP and after the user the first time sorted he could never get back a proper sorting
since all the settings are one big record the only sane way was to remove ALL user settings in the database
Am 15.10.2012 11:09, schrieb A.L.E.C:
On 10/15/2012 11:02 AM, Antonio De Maglio wrote:
Now, If I click in list option there arent't option to sort
mail,(this is ok) but if I click on a column such as Subject,Sender,.. Roundcube order mail by this column.Can I disable this?
You can't. Create a ticket in our bug tracker, we'll fix this, maybe in next version.
it would be helpful if this would NOT be stored in the user-settings - as example there was a problem in dbmail and the way RC sorts via IMAP and after the user the first time sorted he could never get back a proper sorting
since all the settings are one big record the only sane way was to remove ALL user settings in the database
Hi, I have the same problem with a large number of user and I write a php function to remove the sort option storage in the big record. in this php procedure by regular expression I change: ....s:16:"message_sort_col";s:4:"date"...... to ....s:16:"message_sort_col";s:0:"";...... so other settings are preserved...... I'm not a Roundcube developer, so I don't know if my procedure it's true. For this reason I would like that user cannot click on a column to sort mail by this column and this information storage on db after I running my procedure.
Regards,