home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / fidomail_1 / !FidoMail / Dox / SaveAGroup < prev    next >
Text File  |  1994-02-17  |  1KB  |  35 lines

  1. It is possible to save a group of messages using the Summary window.
  2. If you press Menu over a group (an icon with a non-0 number), the Save entry
  3. will enable you to save all the messages in that group as a text file.
  4.  
  5. The messages will be separated by a few lines, stating the sender, receiver
  6. and subject.
  7. These lines can be changed to suit your needs.
  8. In <FM$CurDomain$Dir>.Misc there is a file called 'GroupHdr'. This file contains
  9. the textlines to put between the saved messages. Like footers, they can contain
  10. special characters to extract information from the actual message.
  11.  
  12. This process is controlled by putting %-variables in the lines. A %-
  13. variable consists of a % and a letter, which then will be replaced by
  14. some part of the message.
  15. Currently recognised fields are:
  16.  
  17.     Field:    Replaced by:
  18. --------------------------------------------------
  19.     %t    To (The receiver of the message)
  20.     %t1    To (first name)
  21.     %t2    To (surname)
  22.     %f    From (The sender of the message)
  23.     %f1    From (first name)
  24.     %f2    From (surname)
  25.     %s    The subject of the message
  26.     %d    The date of the message
  27.     %c    The time of the message
  28.     %a    The area where the message belongs
  29.     %i    The area-identifier of the area in which the message belongs.
  30.     %%    %
  31.  
  32. There is another field which is only meaningful for the 'Forward' file.
  33. This is '%text', and will cause the text body of the forwarded message to be
  34. inserted.
  35.