home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91.tar.Z / mm-ccmd-0.91.tar / work / mm / set.h < prev    next >
C/C++ Source or Header  |  2002-09-17  |  5KB  |  124 lines

  1. /*
  2.  * Copyright (c) 1986, 2002 by The Trustees of Columbia University in
  3.  * the City of New York.  Permission is granted to any individual or
  4.  * institution to use, copy, or redistribute this software so long as it
  5.  * is not sold for profit, provided this copyright notice is retained.
  6.  */
  7.  
  8. #ifdef RCSID
  9. #ifndef lint
  10. static char *set_rcsid = "$Header: /f/src2/encore.bin/cucca/mm/tarring-it-up/RCS/set.H,v 2.4 90/10/04 18:26:38 melissa Exp $";
  11. #endif
  12. #endif /* RCSID */
  13.  
  14. /*
  15.  * set.h - defines for "set" command options
  16.  */
  17.  
  18. #define VAR_BOOLEAN      1               /* */
  19. #define VAR_INTEGER      2               /* */
  20. #define VAR_FILE         3               /* */
  21. #define VAR_ADDRLIST     4               /* */
  22. #define VAR_COMMAND      5               /* */
  23. #define VAR_CMDARGS      6               /* */
  24. #define VAR_CMDKEYS      7               /* */
  25. #define VAR_KEYLIST      8               /* */
  26. #define VAR_TEXT         9               /* */
  27. #define VAR_QUOTEDSTR    10              /* */
  28. #define VAR_FILES        11              /* */
  29. #define VAR_USERNAME     12              /* */
  30. #define VAR_KEYWORDS     13              /* */
  31. #define VAR_OFILE        14              /* */
  32. #define VAR_MAYBE        15              /* */
  33. #define VAR_PROMPT       16              /* */
  34. #define VAR_ALIAS        17              /* */
  35. #define VAR_DIRECTORY    18              /* */
  36.  
  37. /*
  38.  * The lines below must be kept sorted by name, where "_" sorts
  39.  * before alpha chars.
  40.  */
  41. #define SET_ALIASES_USE_GROUPS 0         /* */
  42. #define SET_APPEND_NEW_MAIL 1            /* */
  43. #define SET_APPEND_SIGNATURE 2           /* */
  44. #define SET_AUTO_CREATE_FILES 3          /* */
  45. #define SET_AUTO_STARTUP_GET 4           /* */
  46. #define SET_AUTOWRAP_COLUMN 5            /* */
  47. #define SET_BROWSE_CLEAR_SCREEN 6        /* */
  48. #define SET_BROWSE_PAUSE 7               /* */
  49. #define SET_CHECK_INTERVAL 8             /* */
  50. #define SET_CLEAR_SCREEN 9               /* */
  51. #define SET_CONTINUOUS_CHECK 10          /* */
  52. #define SET_CONTROL_D_AUTOMATIC_SEND 11  /* */
  53. #define SET_CONTROL_E_EDITOR 12          /* */
  54. #define SET_CONTROL_L_CONFIRM 13         /* */
  55. #define SET_CONTROL_N_ABORT 14           /* */
  56. #define SET_CRT_FILTER   15              /* */
  57. #define SET_DEFAULT_BCC_LIST 16          /* */
  58. #define SET_DEFAULT_CC_LIST 17           /* */
  59. #define SET_DEFAULT_FCC_LIST 18          /* */
  60. #define SET_DEFAULT_FROM 19              /* */
  61. #define SET_DEFAULT_MAIL_TYPE 20         /* */
  62. #define SET_DEFAULT_READ_COMMAND 21      /* */
  63. #define SET_DEFAULT_REPLY_TO 22          /* */
  64. #define SET_DEFAULT_SEND_COMMAND 23      /* */
  65. #define SET_DIRECTORY_FOLDERS 24         /* */
  66. #define SET_DISPLAY_FLAGGED_MESSAGES 25  /* */
  67. #define SET_DISPLAY_OUTGOING_MESSAGE 26  /* */
  68. #define SET_DONT_PRINT_HEADERS 27        /* */
  69. #define SET_DONT_TYPE_HEADERS 28         /* */
  70. #define SET_DOWNLOAD_FILTER 29           /* */
  71. #define SET_EDITOR       30              /* */
  72. #define SET_ESCAPE_AUTOMATIC_SEND 31     /* */
  73. #define SET_EXPUNGE_ON_BYE 32            /* */
  74. #define SET_FAST_INIT_FILE 33            /* */
  75. #define SET_FINGER_COMMAND 34            /* */
  76. #define SET_GNUEMACS_MMAIL 35            /* */
  77. #define SET_HANDLE_CHANGED_MODTIME 36    /* */
  78. #define SET_HEADER_OPTIONS_FILE 37       /* */
  79. #define SET_HELP_FILE    38              /* */
  80. #define SET_HELP_DIR     39              /* */
  81. #define SET_INCOMING_MAIL 40             /* */
  82. #define SET_KEYWORDS     41              /* */
  83. #define SET_LIST_INCLUDE_HEADERS 42      /* */
  84. #define SET_LIST_ON_SEPARATE_PAGES 43    /* */
  85. #define SET_MAIL_ALIASES 44              /* */
  86. #define SET_MAIL_DIRECTORY 45            /* */
  87. #define SET_MAIL_FILE    46              /* */
  88. #define SET_MMAIL_PATH   47              /* */
  89. #define SET_MODIFY_READ_ONLY 48          /* */
  90. #define SET_MOVEMAIL_PATH 49             /* */
  91. #define SET_NEW_FILE_MODE 50             /* */
  92. #define SET_ONLY_PRINT_HEADERS 51        /* */
  93. #define SET_ONLY_TYPE_HEADERS 52         /* */
  94. #define SET_PERSONAL_NAME 53             /* */
  95. #define SET_PRINT_FILTER 54              /* */
  96. #define SET_PROMPT_FOR_BCC 55            /* */
  97. #define SET_PROMPT_FOR_CC 56             /* */
  98. #define SET_PROMPT_FOR_FCC 57            /* */
  99. #define SET_PROMPT_RCPT_ALWAYS 58        /* */
  100. #define SET_READ_PROMPT  59              /* */
  101. #define SET_REPLY_ALL    60              /* */
  102. #define SET_REPLY_INCLUDE_ME 61          /* */
  103. #define SET_REPLY_INDENT 62              /* */
  104. #define SET_REPLY_INITIAL_DISPLAY 63     /* */
  105. #define SET_REPLY_INSERT 64              /* */
  106. #define SET_SAVED_MESSAGES_FILE 65       /* */
  107. #define SET_SEND_PROMPT  66              /* */
  108. #define SET_SEND_VERBOSE 67              /* */
  109. #define SET_SENDMAIL_BACKGROUND 68       /* */
  110. #define SET_SENDMAIL_VERBOSE 69          /* */
  111. #define SET_SPELLER      70              /* */
  112. #define SET_SUSPEND_ON_EXIT 71           /* */
  113. #define SET_SUSPEND_ON_QUIT 72           /* */
  114. #define SET_TEMP_DIRECTORY 73            /* */
  115. #define SET_TERSE_TEXT_PROMPT 74         /* */
  116. #define SET_TOP_LEVEL_PROMPT 75          /* */
  117. #define SET_USE_CRT_FILTER_ALWAYS 76     /* */
  118. #define SET_USE_EDITOR_ALWAYS 77         /* */
  119. #define SET_USE_INVALID_ADDRESS 78       /* */
  120. #define SET_USER_HEADERS 79              /* */
  121. #define SET_USER_LEVEL   80              /* */
  122. #define SET_USER_NAME    81              /* */
  123. #define SET_USER_TEMP_FILES_KEEP 82      /* */
  124.