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,