Return Receipt icon

Hi

Does anyone know how and where to setup the little icon to show when a mail has “Return Receipt” before we upgraded to 8 on Notes 7 I had it and worked but with the design upgrade I do not see it any longer.

I think it was something about going to $Inbox and add a column with a formula.

Step by step guide will be helpfull :slight_smile:

Regards

Subject: Icon

The standard mail template does not include a column that shows an icon if a message has a return receipt, but you can easily make one. Open the template (or database) in the designer and make a new column, and use this formula @If(ReturnReceipt=“1”;91;0) Make suer to select “Display values as icons” in the column properties also.

Subject: Header icon

Hi

thanks very much, got it working, 1 last question under Column properties the right hand side tab has the “Attr: $TypeHeaderIcon=index:colicon1:91” what number should I change that to show the icon of the bomb under the column header.

Thanks

Subject: Bomb icon

The bomb icon is number 91

Subject: Is the below correct?

Hi

i have the following under attributes for the column is that correct?

$TypeHeaderIcon=index:colicon1:91

Subject: looks as if the index starts with 0

when I look into the ($all) view in the mail template, it looks as if you must -1 the icon number in the designer’s help:

$TypeHeaderIcon=index:colicon1:90

Uwe