Hi Folks,
just installed roundcubemail-0.3-stable, which works fine and is a great program.
One thing annoys me, that i get in any *subfolder* of the "sent"-folder the "From"-field displayed in the list view, which is always me, and therefore not much informative. I would like to see, like in the "sent"-root-Folder, the recipient.
I fixed this by replacing line 397 in /program/steps/mail/func.inc from if (($mbox == $CONFIG['sent_mbox'] || $mbox == $CONFIG['drafts_mbox'])
to
if ((substr($mbox, 0, strlen($CONFIG['sent_mbox']))==$CONFIG['sent_mbox'] || $mbox==$CONFIG['drafts_mbox'])
Maybe you like this and transfer it.
Greetings, Cornelis Denhart (Essen, Germany) _______________________________________________ List info: http://lists.roundcube.net/dev/