home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 August / Silicon_Graphics_812-0542-002.iso / dist / mmailp.idb / usr / lib / Zmail / summary.z / summary
Text File  |  1996-08-03  |  11KB  |  373 lines

  1. ?
  2.      List the available commands.
  3.  
  4. about
  5.      Give general information about Z-Mail and its authors.
  6.  
  7. alias, unalias, group
  8.      Creates, lists or removes mail aliases (address abbreviations).
  9.  
  10. alternates, alts
  11.      Tells Z-Mail about other e-mail addresses you may have.
  12.  
  13. ask
  14.      Asks a question and obtains a response from the user.
  15.  
  16. await
  17.      In Motif mode, checks for new mail and then continues.
  18.  
  19. builtin
  20.      Allows a function with the same name as a standard Z-Mail 
  21.      command. Precede a function name with builtin to make 
  22.      Z-Mail perform the standard command instead of the function.
  23.  
  24. bind-macro, unbind-macro
  25.     Create, list or remove fullscreen mode macros.
  26.  
  27. button, unbutton
  28.      Creates, lists, or removes buttons in the Main Window Action 
  29.      Area. In fullscreen mode, these buttons are available through 
  30.      the user-button macro.
  31.  
  32. cd
  33.      Changes the current working directory.
  34.  
  35. chroot    
  36.      Limits the directories you may access in a File Finder.
  37.  
  38. close
  39.      Closes an open folder.
  40.  
  41. cmd, uncmd
  42.      Creates, lists or removes command abbreviations.
  43.  
  44. compcmd    
  45.      Performs actions on compositions in progress.
  46.  
  47. copy, co
  48.     Copy messages to another folder, without setting the saved (S)
  49.     status flag of those messages.  Messages having the saved status
  50.     may be deleted when a folder is updated, so this command can be
  51.     used to assure that two folders each contain a copy of a message.
  52.  
  53. debug
  54.     Enable debugging output.  Use "setenv DBFILE filename" to save this
  55.     output in a file instead of displaying it.
  56.  
  57. delete, d
  58.     Delete messages.  Deleted messages are not permanently removed from
  59.     a folder until that folder is updated.  Some commands will skip over
  60.     deleted messages.
  61.  
  62. detach
  63.     Store one or more attachments of a message in files, and optionally
  64.     display those attachments.
  65.  
  66. dialog
  67.      Displays a dialog box for any one of the following: Aliases, 
  68.      Buttons, Colors, Compose, Dates, Envelope, Folders, Fonts, 
  69.      Headers, Help, Printer, Search, Sort, Templates, Toolbox and 
  70.      Variables, Buttons, Functions, Menus, Browser, Save, Filters.
  71.  
  72. display
  73.      Displays the contents of a message.
  74.  
  75. dp, dt
  76.      Delete a message and display (print or type) the next
  77.      message.  See "next" for rules used to location the 
  78.      next message.
  79. each
  80.      Executes a command you specify on each message in a mes-
  81.      sage list.
  82.  
  83. echo, error
  84.      Re-displays the commands you type, expanding all arguments 
  85.      to show their values.
  86.  
  87. edit, e, v
  88.     In line mode only, edit the contents of one or more messages, using
  89.     either the "editor" or the "visual" editor.
  90.  
  91. else
  92.     Introduces the alternative case of an if...else...endif conditional.
  93.     This is not a true command, rather it is a control structure.  It
  94.     may be used only in user-defined functions or scripts, and must be
  95.     on a line by itself.
  96.  
  97. endif
  98.     Marks the end of an if...else...endif conditional.  This is not a
  99.     true command, rather it is a control structure.  It may be used only
  100.     in user-defined functions or scripts, and must be on a line by itself.
  101.  
  102. eval
  103.      Re-parses its arguments, then executes them as a command.
  104.  
  105. exit, x, xit
  106.      Terminates Z-Mail without updating any folders. In user-
  107.      defined scripts, terminates the script. The x command always 
  108.      terminates Z-Mail.
  109.  
  110. expand
  111.      Shows the addresses referenced by a mail alias. Z-Mail fully 
  112.      expands nested or hierarchical aliases.
  113.  
  114. filter, unfilter
  115.      Creates, lists, or removes message filters.
  116.  
  117. flags
  118.     Examine or set the status flags of messages.  Status flags are:
  119.     D deleted    O old         R read     U unread       p printed
  120.     N new        P preseved    S saved    f forwarded    r replied
  121.  
  122.  
  123. folder, fo
  124.     Change the active folder, open a folder, or close a folder.
  125.  
  126. folders
  127.      Lists the folders that are present in the folder directory. 
  128.      
  129. foreach
  130.     Perform a command for each message in a list of messages or for each
  131.     file in a list of file names.  This differs from "each" in that a
  132.     variable is set to contain each of the items in turn.
  133.  
  134. from, f
  135.     Display the header summary of one or more messages, and optionally
  136.     change the current message to the first or last of those messages.
  137.  
  138. fullscreen
  139.     Change from the line mode to the fullscreen mode.  Cannot be used
  140.     in GUI mode.
  141.  
  142. function
  143.     Create a user-defined function.
  144.  
  145. headers, H, h, z, z+, z-
  146.     Display a screenful of header summaries.  Useful only in line mode
  147.     or in user-defined functions.  The "z" forms move one screenful
  148.     forward or backward.  These commands may also be used to select
  149.     groups of messages by their status, as follows:
  150.     :d  deleted        :n  new            :r  replied-to
  151.     :f  forwarded      :o  old            :s  saved
  152.     :m  marked         :p  preserved      :u  unread
  153.  
  154. functions    
  155.      Lists the names of all user-defined functions.
  156.  
  157. help
  158.      Displays help information on various topics, which follow 
  159.      as options.
  160.  
  161. hide, unhide
  162.      Hides and displays specified messages summaries in the main 
  163.      window.
  164.  
  165. history
  166.      Displays a list of recently-entered commands.
  167.  
  168. iconify
  169.      Convert all Z-Mail windows to icon state.
  170.  
  171. if ... else ... endif
  172.      Defines conditional processing in a script. Use only in 
  173.      user-defined functions and scripts.
  174.  
  175. ignore, unignore
  176.      Tells Z-Mail which message header fields to hide when it 
  177.      displays messages.
  178.  
  179. interpose, uninterpose
  180.      Allows a user-defined function to "piggyback" on top of a 
  181.      Z-Mail command or operation.
  182.  
  183. jobs
  184.      Show a summary of the compositions (Compose Windows) 
  185.      currently in progress.
  186.  
  187. license
  188.      Manipulates licensing for the current Z-Mail session.
  189.  
  190. lpr
  191.      Sends the contents of messages to the printer.
  192.  
  193. mail, m
  194.      Opens a window so you can compose a message.
  195.  
  196. map, unmap
  197.      Create, list or remove line mode key bindings.
  198.  
  199. map!, unmap!
  200.      Create, list or remove composition mode key bindings.
  201.  
  202. mark, unmark
  203.      Tags messages with priorities or temporary marks, 
  204.      or removes those priorities or marks.
  205.  
  206. menu, unmenu
  207.      Creates or removes menu items and menus from 
  208.      Z-Mail windows.
  209.  
  210. merge
  211.      Copies messages from a folder you specify into your 
  212.      active folder.
  213.  
  214. msg_list
  215.      Simplifies a message list in metacharacter form into a 
  216.      simple list of numbers.
  217.  
  218. my_hdr, un_hdr
  219.      Creates, lists or removes custom headers that Z-Mail inserts at 
  220.      the beginning of all your outgoing messages.
  221.  
  222. next, n
  223.      Displays the contents of the next message, or the current 
  224.      message if it has not yet been read.
  225.  
  226. open
  227.      Opens a folder, or makes that folder active if it is already open.
  228.  
  229. page
  230.      Displays a file in a Z-Mail pager window.
  231.  
  232. pick, search
  233.      Searches for and selects messages according to a variety of 
  234.      criteria. Synonym for search.
  235.  
  236. pinup
  237.      Displays a message in a Pinup Window, to be viewed simulta
  238.      neously with other messages in the Message Window.
  239.  
  240. pipe
  241.      Sends the contents of selected messages as input to standard 
  242.      UNIX commands.
  243.  
  244. preserve, unpreserve, pre, unpre
  245.      Saves a message list in your system folder rather than your main 
  246.      mailbox unless you explicitly delete it. 
  247.  
  248. previous
  249.     Display the contents of the previous message.  The previous message
  250.     is is the message nearest to the current message, having a lower
  251.     message number, that has not been saved or deleted.
  252.  
  253. printenv
  254.      Displays the set of environment strings that Z-Mail passes to 
  255.      other UNIX processes that it creates.
  256.  
  257. print
  258.      Synonym for display.
  259.  
  260. pwd
  261.      Prints the name of the current working directory.
  262.  
  263. quit, q
  264.      Terminates Z-Mail, after updating any open folders that have 
  265.      been modified.
  266.  
  267. read
  268.      Synonym for display.
  269.  
  270. redraw
  271.      Causes all Z-Mail window to "refresh".
  272.  
  273. remove
  274.      Remove a file; see also rmfolder.
  275.  
  276. rename
  277.      Changes the name of a folder.
  278.  
  279. reply, r
  280.      Replies to a message you have received, addressing the 
  281.      response only to the sender of that message.
  282.  
  283. replyall, R
  284.     Compose a reply to a message you have recieved, addressing the reply
  285.     to the sender of that message and also to all of the persons who
  286.     received a copy of that message.
  287.  
  288. replysender, reply, respond, r
  289.     Compose a reply to a message you have received, addressing the reply
  290.     only to the sender of that message.
  291.  
  292. resume, fg
  293.     Resume a suspended composition, identified by its number.  To list
  294.     the numbers of all suspended composition, use the "jobs" command.
  295.  
  296. retain, unretain
  297.     Specify exactly those message header fields that should be shown when
  298.     displaying the contents of messages.  All other headers are hidden.
  299.     
  300. return
  301.      Terminates a script and returns a result.
  302.  
  303. rmfolder
  304.      Remove a folder, first closing it if it is open and checking 
  305.      whether it is empty.
  306.  
  307. save, s
  308.      Saves the current message to a file or folder.
  309.  
  310. saveopts
  311.      Stores a copy of all of the current Z-Mail settings in a file.
  312.  
  313. search
  314.      Searches for and selects messages according to a variety of 
  315.      criteria.
  316.  
  317. set, unset
  318.      Sets the values of Z-Mail variables, or removes those variables 
  319.      and their values.
  320.  
  321. setenv
  322.      Sets the values of environment strings that Z-Mail passes to 
  323.      other UNIX processes it creates.
  324.  
  325. sh
  326.      Executes a command using the shell (/bin/sh).
  327.  
  328. shift
  329.     Remove one or more arguments from the list of arguments passed to a
  330.     user-defined function.  Arguments are removed from the left (front) of
  331.     the list, and the remaining arguments are renumbered starting from 1.
  332.  
  333. close, shut
  334.     Close a folder (usually the active folder).  This is the same as
  335.     "folder -shut".  
  336.  
  337. sort
  338.     Sort the messages in the active folder according to a variety of
  339.     criteria.  The messages are renumbered to reflect the new order.
  340.  
  341. source
  342.     Read and execute commands from a script file.
  343.  
  344. stop
  345.     Suspend the Z-Mail process.  This is not available on all operating
  346.     systems.  In GUI mode, this is the same as "iconify".
  347.  
  348. top
  349.     Display the first few lines of the contents of a message.
  350.  
  351. undelete, u
  352.     Remove the deleted (*) status flag from messages.  This may be done
  353.     at any time before a folder is updated.
  354.  
  355. undigest
  356.     Unpack a digest message into its component messages, either storing
  357.     those messages in a file or merging them into the active folder.
  358.  
  359. update
  360.     Store all changes that have been made to a folder (usually the
  361.     active folder) back to disk.  Deletions become permanent once a
  362.     folder is updated.  Saved messages are normally deleted from the
  363.     spool mailbox on update, and may optionally be deleted from other
  364.     folders as well.
  365.  
  366. version
  367.     Display the current version of Z-Mail.
  368.  
  369. write, w
  370.     Store the text of messages to a file, without storing any of the
  371.     message headers.  Files created with this command cannot be read
  372.     back into Z-Mail as folders.
  373.