• Anonymous
  • Login
  • Register
OpenNTF Mail Experience - Feature Request: Add sorting to the names in the to, cc, and bcc fields


I add the text "sort" (to the left of where you can click on "to:" to open the address dialog box) with a hot spot that sorts the names in the addressing fields. This makes it easy for me to scan through the names to make sure I did not miss anyone I need to send to, or vice versa, added someone I should not have!

FIELD EnterSendTo:= EnterSendTo ;
FIELD EnterCopyTo:= EnterCopyTo ;
FIELD EnterBlindCopyTo:= EnterBlindCopyTo ;
temp1 := @Sort(EnterSendTo);
temp2 := @Sort(EnterCopyTo);
temp3 := @Sort(EnterBlindCopyTo);
@SetField("EnterSendTo";temp1);
@SetField("EnterCopyTo";temp2);
@SetField("EnterBlindCopyTo";temp3)



Taken Actions by Owners



Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.