Becky! 2 Powerful Customizer "ICON specification" Version 0.2.8.12
Written by Tietew, 5-Feb-2001

### ListView

ListView icon is a 864x15 bitmap that contains 28 icons.
The size of each icon is 32x15.
The order follows:
	//   1. Unread
	//   2. Read
	//   3. Viewing
	//   4. Sent
	//   5. Sent (marked to delete?)
	//   6. Right arrow (?)
	//   7. Read (Replied)
	//   8. Clip (multipart message)
	//   9. Red ball (High priority)
	//  10. Yellow ball (Middle high priority)
	//  11. Green ball (Middle low priority)
	//  12. Blue ball (Low priority)
	//  13. Drop (?)
	//  14. Drop (?) (marked to delete?)
	//  15. Delete mark (remote mailbox)
	//  16. Forwarded mark
	//  17. Closed mark (thread view)
	//  18. Open mark (thread view)
	//  19. Closed mark (thread has some unread messages) (thread view)
	//  20. Selected profile
	//  21. Profile
	//  22. Shortcut mark
	//  23. Signed mark (PGP/MIME)
	//  24. Encrypted mark (PGP/MIME)
	//  25. Signed mark (S/MIME)
	//  26. Encrypted mark (S/MIME)
	//  27. reserved for future use
	//  28. reserved for future use
* The color of top-left courner of the bitmap is to be transparent color.
* The first 21 is as the bitmap resource #133 in B2.EXE.


### TrayIcon

TrayIcon is a set of 3 bitmaps, which is a bitmap that contains some
(more than 0) number of 16x16 icon in horizontal.
(The width must be a multiple of 16 and the height must be 16.)
* The first bitmap is called "Normal" icon.
  The first (most left) icon of the bitmap is used in normal.
  The other icons are ignored.
* The second bitmap is called "Send/Recv" icons.
  It is used in communicating state (animate in cycle).
* The third bitmap is called "New Mail" icons.
  It is used to notify some new mails are received (animate in cycle).
* The color of top-left courner of each bitmap is to be transparent color.



===== History =====
05-Feb-2001  Version 0.2.8.12
    Modified ListViewIcon (last 2)
    Modified TrayIcon (Divided to 3)
31-Jan-2001  Version 0.2.7.11
    Modified ListView Icon
    Added TrayIcon
20-Jan-2001  Version 0.2.3.7
    First
