home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************/
- /* */
- /* YTCreformat */
- /* Copyright ©1998 by Dick Whiting */
- /* */
- /*------------------------------------------------------------------------*/
- /* Reformat mail files */
- /*------------------------------------------------------------------------*/
- /* */
- /* This program reads a mail file either passed as an argument or the one */
- /* one selected via the file requestor. */
- /* */
- /* The user then selects lines to be reformatted, rewrapped, or unquoted. */
- /* Undo and Redo options are available. Basically a clone of YTReformat */
- /* from the orginal YamTools in C. */
- /* */
- /*------------------------------------------------------------------------*/
- /* */
- /* Standard Disclaimer: I wrote it, it works for me, I don't guarantee */
- /* that it will do anything productive for anyone else, etc. etc. ;-) */
- /* */
- /*HOWEVER, if you DO find a use for it: I homeschool my kids and they */
- /*would love a postcard from where EVER you live. */
- /* */
- /*Instant GEOGRAPHY lesson;) */
- /* */
- /* */
- /*POSTCARDS: Dick Whiting */
- /* 28590 S. Beavercreek Rd. */
- /* Mulino, Oregon 97042 */
- /* USA */
- /* */
- /*------------------------------------------------------------------------*/
- /* */
- /* Address Bug Reports or Comments to: */
- /* Dick Whiting <dwhiting@europa.com> */
- /* 04 Apr 1998 */
- /* */
- /**************************************************************************/
-
- Without any options specified, YTCreformat will attempt to load the file
- currently selected in YAM.
-
- YTCreformat has the following CLI options:
-
- [MAIL=mailfile] if not present can be specified using the file requester.
- [HELP=helpfile] default is YTCreformat.guide
- [BUFF=nnnn] allow for larger lines. Default is 4096 bytes.
- [WRAPMAX=nnnn] maximum value to appear on numeric slider.
- [WRAPMIN=nnnn] minimum value to appear on numeric slider.
- [WRAPLEN=nnnn] length of lines after reformatting.
-
- You can also specify these as tooltypes.
-
-