; File : TOOLBAR.PM ; Purpose : Custom toolbar for Pegasus Mail ; Date : 14 June 1998 ; Author : Bob Jonkman ; [other parameters] ; type: 0=standard 22x20 bitmapped button ; 1=separator ; 2=comobox ; Bitmapped buttons: ; ; ,,,,<"tooltip"> ; "control_id" the internal activation code for this button ; (see the list below for valid values) ; "flags" an integer, currently unused but must be 0 ; "bitmap_id" the integer code for the internal bitmap for the ; button (see the list below) ; "tooltip" the tooltip text the button should display when the ; mouse lingers over it for too long. This string ; must appear in quotes. ; ; Separators: No parameters ; ; Combobox controls: ; ; ,, ; "control_id" the internal activation code for this button ; (see the list below for valid values) ; "flags" an integer, currently unused but must be 0 0,801,0,1801,"Compose a new mail message" 0,802,0,1802,"Open or re-scan your new mail folder" 0,803,0,1803,"Work with your mail folders" 0,804,0,1804,"Open or manage address books" 0,805,0,1805,"Edit or manage distribution (mailing) lists" ;0,807,0,1807,"Edit New Mail Filters" 0,10113,0,1807,"Create/edit general rule set" 0,10114,0,1846,"Apply general rule set to folder" 1 2,840,0 1 0,10136,0,1844,"Select All" 0,820,0,1820,"Cut" 0,821,0,1821,"Copy" 0,822,0,1822,"Paste" 1 0,825,0,1825,"Save" 0,826,0,1826,"Retrieve" 0,10106,0,1837,"Open Saved Mail (Draft Manager)" 0,10187,0,1841,"Review Queued Mail (Queue Manager)" 1 0,823,0,1823,"Print the current window" 0,824,0,1824,"Select a font for the current window" 0,10188,0,1845,"Enlarge message editor" 1 0,829,0,1829,"Both check and send mail in one operation" 0,10181,0,1301,"Verify Digital Signature" ;EOF: TOOLBAR.PM