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.
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.
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.