Roundcube Community Forum

 

Forwarded Icon not shown on message list

Started by inmagine, May 29, 2014, 04:17:39 AM

Previous topic - Next topic

inmagine

Hi guys, I have a strange problem on the message list.
If I reply to a message, I can view the reply icon on the message list, on the left of the mail object.
But if I forward a message I can't see anything.
I would to know if only I have this problem or if it is a common issue to everybody.

6michel

Hello inmagine,

You have to give more precision for someone to answer the question.
Rouncube version ... etc ...
It is important to know your details, thank you

Yours sincerely
Merci Beaucoup! Thank You Very Much !
Cordialement, Sincerely

inmagine

The version I verified is the 1.0 .
The theme is 'larry'.

I can see on the page code there is a flag to set the mail 'forwarded' or not, to show the forwarded icon on message list, but this flag is never set.

For example, I see on the firebug console there is the file 'app.js' that declares all the messages properties, and the 'forwarded' property is always declared to 'null'.

Example code:

this.set_pagetitle("PAGE TITLE :: Inbox");
this.set_unread_count("INBOX",37,true,"");
this.set_rowcount("Messages from 1 to 42 of 42","INBOX");
this.set_mailboxname("Inbox");
this.set_message_coltypes(["threads","subject","fromto","date","size","attachment","status","flag"],null,"from");
this.add_message_row(10174,{"subject":"SUBJECT NAME","fromto":"<span class=\"adr\"><span title=\"SENDER MAIL\" class=\"rcmContactAddress\">SENDER<\/span><\/span>","date":"Today 11:18","size":"3 KB"},{"forwarded":null,"ctype":"multipart\/alternative","mbox":"INBOX"},false);
this.add_message_row(10173,{"subject":"SUBJECT NAME","fromto":"<span class=\"adr\"><span title=\"SENDER MAIL\" class=\"rcmContactAddress\">SENDER<\/span><\/span>","date":"Today 11:02","size":"1 KB"},{"seen":1,"forwarded":null,"ctype":"","mbox":"INBOX"},false);
...
...
...



JohnDoh

what imap server do you use? I dont know if it just for old versions or what but a quick search suggests that hmailserver does not support for forwarded flag and if there is no flag then the message will not show up as forwarded in the rc interface. may be someone with hmailserver could confirm?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

inmagine

...Unfortunately... I use hmailserver, that as you saw, doesn't support forwarded flag.
I suppose this is the cause i don't see forwarded icon.
Thanks