home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / z / zap / !Zap / 3rdParty / Salt / Email < prev    next >
Text File  |  1996-10-28  |  3KB  |  89 lines

  1. | ***************************************************************
  2. | *               ZapEmail extensions            *
  3. | ***************************************************************
  4.  
  5. mode_email
  6. Darren Salt's colour email/news mode.
  7. Colours can be configured from the display menu.
  8. See its help text ("Email Help") for more details.
  9.  
  10. EMAIL_FIXSIG
  11. In Email mode, fixes the sig separator (if broken). It is also called
  12. automatically prior to saving. (If 'Ignore .sig separator' is enabled, does
  13. nothing.)
  14.  
  15. EMAIL_STRIPSPCS
  16. In Email mode, performs space and quoting altering according to <word>. The
  17. header and sig separator are left unmodified.
  18. b0 = strip spaces at eol
  19. b1 = strip tabs at eol
  20. b2 = tabify (not yet implemented)
  21. b3 = strip quoting from otherwise blank lines
  22. b4 = convert quoting to standard form
  23. b5-b31 are reserved
  24. The header and sig separator are unmodified.
  25.  
  26. EMAIL_STAMP
  27. In Email mode, will generate a new date line and message ID.
  28. Requires a valid "From: " line and that the "Date: " and "Message-ID: " lines
  29. are present. (If 'Ignore header' is enabled, does nothing.)
  30.  
  31. EMAIL_CHANGEQUOTING
  32. In Email mode, will change the quoting for the paragraph (starting from the
  33. current line) to the specified character (supplied as a string parameter) or
  34. the next keypress.
  35.  
  36. EMAIL_SENDURL
  37. Sends the URL at the cursor position to any currently-loaded web browser.
  38.  
  39. EMAIL_SPLITFORINSERT
  40. In Email mode, splits the text, inserting three blank lines, and places the
  41. cursor on the middle one.
  42.  
  43. EMAIL_INCQUOTING
  44. In Email mode, increments the quoting level of the selected region,
  45. using the specified character (string parameter) or the next keypress.
  46.  
  47. EMAIL_DECQUOTING
  48. In Email mode, decrements the quoting level of the selected region.
  49.  
  50. EMAIL_ROTENCODE
  51. Performs Rot13 encoding on the current selection, or, if none, at the cursor.
  52.  
  53. EMAIL_ROTENCODECUR
  54. Performs Rot13 encoding at the cursor.
  55.  
  56. EMAIL_FLAGSTOGGLE
  57. Alters the Email mode flags for the current window or the default options.
  58. The window will be redrawn if any display options have been altered.
  59. The <word> is as for WFlags_Toggle.
  60.  
  61. EMAIL_SETFORMATMOD
  62. Sets the format width modifier, for the current window or the default
  63. options, to the given byte value.
  64.  
  65. EMAIL_SETQUOTING
  66. Sets the non-standard quoting characters to the supplied string. Null string
  67. = default :"|
  68.  
  69. EMAIL_ADDQUOTINGCHR
  70. Adds the supplied character (as a string) or the next keypress to the
  71. non-standard quoting character list.
  72.  
  73. EMAIL_REMQUOTINGCHR
  74. Removes the supplied character (as a string) or the next keypress from the
  75. non-standard quoting character list.
  76.  
  77. EMAIL_ADDTAGLINE
  78. Adds a tagline to the bottom of the message.
  79.  
  80. EMAIL_ADDSIGNATURE
  81. Adds a signature to the bottom of the message, replacing any already there.
  82. The sigs file is deteremined by the user name.
  83.  
  84. EMAIL_SNIP
  85. Snips the selected text, preserving quoting in the last line, and inserts
  86. either the supplied string or, if blank, "[snip]".
  87.  
  88. | End ZapEmail
  89.