Author Topic: changes to message list  (Read 6651 times)

Offline andros69

  • Jr. Member
  • **
  • Posts: 29
changes to message list
« on: April 27, 2009, 03:03:29 PM »
Hi all,

Can someone point me in the right direction? I'm trying to figure out where is the code for the message list table. I'm looking to make some changes and I can't find where it is (I don't see it in mail.html).

Specifically, I want to see how to alter the presentation such as you would when making a 3-column layout.

So instead of:
     Subject, Sender, Date, Size, Flag, Attachment

Do something like:
     Subject                        Date
     Sender                         attachment,flag


Anyone can point me to the place(s) where the code for the list is?

Thanks!

Offline andros69

  • Jr. Member
  • **
  • Posts: 29
changes to message list
« Reply #1 on: April 28, 2009, 11:54:22 PM »
Bump.

Is the code for the message list specified in any theme file or is it part of the program files? What builds the table with the messages?

anyone?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
changes to message list
« Reply #2 on: April 29, 2009, 12:56:34 AM »
It is part of CORE. Look into ./program/steps/mail/func.inc.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline andros69

  • Jr. Member
  • **
  • Posts: 29
changes to message list
« Reply #3 on: April 29, 2009, 04:50:16 PM »
Fantastic, thanks Rosali!