; Key words which contain the string _CLIP refer to the icon used for notes
; which arrived with an attached file
;
; Key words which start with SM_ refer to the icon used in folders and in the
; inbasket while in "Alternate display" mode; these icons should use only the
; center 10x10 pixels of the 32x32 icon grid; the outer pixels should use the
; "transparent" attribute, which is called "Screen" in the OS/2 icon editor
;
; Note which hasn't been opened yet
UNOPENED_NOTE       unread.ico
SM_UNREAD           smlunred.ico
UNREAD_CLIP         unreadcp.ico
SM_UNREAD_CLIP      smlunrcp.ico
;
; Note which has been opened
READ_NOTE           note.ico
SM_READ             smlnote.ico
READ_CLIP           noteclip.ico
SM_READ_CLIP        smlnotcl.ico
;
; Note which has been "handled"; that is, forwarded, replied to, etc.
READREPLY_NOTE      reply.ico
SM_READ_REPLY       smlreply.ico
READ_CLIP_REPLY     replyc.ico
SM_READ_CLIP_REPLY  smlrepcl.ico
;
; Note marked for deletion
DELUNOPENED_NOTE    notedel.ico
SM_DELUNOPENED_NOTE smlnotdl.ico
;
; Note which arrived with a FaxWorks fax attached
FAXWORKS_NOTE       prmfaxw.ico
SM_FAXWORKS_NOTE    prmfaxsm.ico
;
; In a folder, a file which isn't a note (*.POP) file
SM_FILE             os2file.ico
; In a folder, a file which isn't a note (*.POP) file, marked for deletion
SM_FILE_DELETE      os2fidel.ico
