Author Topic: Forwarded Icon not shown on message list  (Read 2636 times)

Offline inmagine

  • Newbie
  • *
  • Posts: 3
Forwarded Icon not shown on message list
« on: May 29, 2014, 04:17:39 AM »
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.

Offline 6michel

  • Full Member
  • ***
  • Posts: 51
  • Bienvenue ! Welcome !
    • Site loisir
Re: Forwarded Icon not shown on message list
« Reply #1 on: May 31, 2014, 11:03:34 AM »
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

Offline inmagine

  • Newbie
  • *
  • Posts: 3
Re: Forwarded Icon not shown on message list
« Reply #2 on: June 03, 2014, 05:45:55 AM »
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:
Code: [Select]
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);
...
...
...


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: Forwarded Icon not shown on message list
« Reply #3 on: June 03, 2014, 06:58:13 AM »
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ā€¦

Offline inmagine

  • Newbie
  • *
  • Posts: 3
Re: Forwarded Icon not shown on message list
« Reply #4 on: June 03, 2014, 12:10:46 PM »
...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