home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / texted / zapemail_2 / !ZapEmail / Scripts < prev    next >
Text File  |  1997-10-19  |  4KB  |  131 lines

  1. (BUTTONS0)
  2. %$Null
  3. -
  4. %$TMT_If "BUTTONS AND 1 AND SHIFT THEN Email_Buttons 255 ELSE Email_Buttons 1"
  5. |\Sopen ZapEmail's minimalist buttons pane.|MClick Shift-\a to configure this pane as the default.
  6. -
  7. %$Email_FlagsToggle &4A
  8. |\Sclose the buttons pane.
  9. -
  10. %$Buttons_Move
  11. |\Dmove the buttons pane.
  12. -
  13. %TMT_If "BUTTONS AND 4 THEN Email_EncodeQP ELSE Email_Encode8bit"
  14. |\Senable quoted printable for this message.|M\Aenable 8bit 'encoding' for this message.
  15. -
  16. %TMT_If "BUTTONS AND 4 THEN Email_DecodeQP 0 ELSE Email_DecodeQP 1"
  17. |\Sdecode this message and disable quoted printable|M\Adecode, leaving qp enabled.
  18. -
  19. Email_SplitForInsert
  20. |\Ssplit the text at the cursor, leaving a blank line either side of the cursor.
  21. -
  22. %TMT_If "BUTTONS AND 4 THEN Email_Stamp ELSE Email_Date"
  23. |\Sgive this message a new datestamp and message ID.|M\Agive this message a new datestamp.
  24. -
  25. Email_RotEncode
  26. |\Srot13-encode (or decode) the selected text, or if none, the character at the cursor.
  27. -
  28. TMT_If "BUTTONS AND 4 THEN Email_Snip """" ELSE Email_Snip"
  29. |\Ssnip the selected text.|M\Asnip the text with a user-defined string.
  30. -
  31. %TMT_If "BUTTONS AND 4 THEN Email_StripSpcs &0B ELSE Email_StripSpcs &1B"
  32. |\Sremove trailing spaces, tabs, and excess quoting.|M\Aalso change quoting to the 'standard' form.
  33. -
  34. TMT_If "BUTTONS AND 4 THEN Email_ChangeQuoting "">"" ELSE Email_ChangeQuoting"
  35. |\Schange the quoting for the paragraph to ">".|M\Achange the quoting to a user-defined quoting character.
  36. -
  37. %Email_AddQuotingChr
  38. |\Sadd a quoting character (via the minibuffer).
  39. -
  40. %Email_RemQuotingChr
  41. |\Sremove a quoting character (via the minibuffer).
  42. -
  43. %Email_FixSig
  44. |\Srepair the .sig separator.
  45. -
  46. TMT_If "BUTTONS AND 4 THEN Email_IncQuoting "">"" ELSE Email_IncQuoting"
  47. |\Sincrement the quoting level of the selected text.|M\Aincrement it using a user-defined quoting character.
  48. -
  49. Email_DecQuoting
  50. |\Sdecrement the quoting level of the selected text.
  51. -
  52. %Email_AddSignature
  53. |\Sadd a signature to the message (replacing any existing .sig).
  54. -
  55. %Email_AddTagline
  56. |\Sadd a tagline to the end of the message.
  57. -
  58. %$Email_EditSigFiles
  59. |\Sopen the directory containing ZapEmail's .sig files.
  60. -
  61. %$Email_EditTaglines
  62. |\Sload the taglines file for editing.
  63. -
  64. %QuickSave
  65. |\Ssave the message.
  66. -
  67. %QuickSave:CloseFile
  68. |\Ssave and close the message.
  69. -
  70. Email_ReturnReceiptTo
  71. |\Sinsert a Return-Receipt-To: header line.
  72. -
  73. Email_AntiSpam ".co. .com."
  74. |\Salter the From: address to provide some spam protection.
  75. -
  76. TMT_If "BUTTONS AND 4 THEN ImpressionSpell_Buf ELSE Spell"
  77. |\Sperform a spell check on this message.|M\Aopen the spell check window.|MRequires ZapSpell and ImpressionSpell.
  78. -
  79. TMT_If "BUTTONS AND 4 THEN JRF_Bracket "" * *"" ELSE JRF_BracketSel "" * *"""
  80. |\S*embolden* the current word|M\A*embolden* the current selection.
  81. -
  82. TMT_If "BUTTONS AND 4 THEN JRF_Bracket "" / /"" ELSE JRF_BracketSel "" / /"""
  83. |\S/italicise/ the current word|M\A/italicise/ the current selection.
  84. -
  85. TMT_If "BUTTONS AND 4 THEN JRF_Bracket "" _ _"" ELSE JRF_BracketSel "" _ _"""
  86. |\S_underline_ the current word|M\A/_underline_ the current selection.
  87. -
  88. TMT_If "BUTTONS AND 4 THEN JRF_Bracket "" - -"" ELSE JRF_BracketSel "" - -"""
  89. |\S-strikethrough- the current word|M\A/-strikethrough- the current selection.
  90. -
  91.  
  92. (BUTTONS1)
  93. %$Null
  94. -
  95. %$TMT_If "BUTTONS AND 1 AND SHIFT THEN Email_Buttons 255 ELSE Email_Buttons 0"
  96. |\Sopen ZapEmail's full buttons pane.|MClick Shift-\a to configure this pane as the default.
  97. -
  98. %$Email_FlagsToggle &4A
  99. |\Sclose the buttons pane.
  100. -
  101. %$Buttons_Move
  102. |\Dmove the buttons pane.
  103. -
  104. %Email_EncodeQP
  105. |\Senable quoted printable for this message.
  106. -
  107. %TMT_If "BUTTONS AND 4 THEN Email_DecodeQP 0 ELSE Email_DecodeQP 1"
  108. |\Sdecode this message and disable quoted printable|M\Adecode, leaving qp enabled.
  109. -
  110. Email_RotEncode
  111. |\Srot13-encode (or decode) the selected text, or if none, the character at the cursor.
  112. -
  113. TMT_If "BUTTONS AND 4 THEN Email_Snip """" ELSE Email_Snip"
  114. |\Ssnip the selected text.|M\Asnip the text with a user-defined string.
  115. -
  116. %QuickSave
  117. |\Ssave the message.
  118. -
  119. %QuickSave:CloseFile
  120. |\Ssave and close the message.
  121. -
  122. Email_ReturnReceiptTo
  123. |\Sinsert a Return-Receipt-To: header line.
  124. -
  125. Email_AntiSpam ".co. .com."
  126. |\Salter the From: address to provide some spam protection.
  127. -
  128. TMT_If "BUTTONS AND 4 THEN ImpressionSpell_Buf ELSE Spell"
  129. |\Sperform a spell check on this message.|M\Aopen the spell check window.|MRequires ZapSpell and ImpressionSpell.
  130. -
  131.