faces 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .TH FACES 1
  2. .SH NAME
  3. faces, seemail, vwhois \- mailbox interface
  4. .SH SYNOPSIS
  5. .B faces
  6. [
  7. .B -ih
  8. ] [
  9. .B -m
  10. .I maildir
  11. ]
  12. .br
  13. .B seemail
  14. .br
  15. .B vwhois
  16. .I person
  17. \&...
  18. .SH DESCRIPTION
  19. The
  20. .I faces
  21. command monitors incoming mail and
  22. displays in its window a representation of the user's mail box
  23. using a small image for each message.
  24. The image is typically a portrait of the sender.
  25. .PP
  26. If the user is running
  27. .IR plumber (4),
  28. .I faces
  29. reacts to plumb messages to the
  30. .B seemail
  31. port,
  32. typically from
  33. .BR upas/fs ,
  34. and is thus notified of message additions and deletions.
  35. .PP
  36. Right-clicking on a message icon causes that message to be `plumbed' to
  37. .BR showmail .
  38. A typical plumb action will be to display the message, such as by
  39. the rule
  40. .EX
  41. plumb start window mail -s $0
  42. .EE
  43. The
  44. .IR acme (1)
  45. mail reader listens to the
  46. .B showmail
  47. port automatically.
  48. .PP
  49. If the user is not running
  50. .IR plumber ,
  51. .I faces
  52. reads the log file
  53. .F /sys/log/mail
  54. and right-clicking has no effect.
  55. .PP
  56. If arrows are visible, clicking on them will scroll the display.
  57. Middle-clicking on the arrows scrolls to the end.
  58. .PP
  59. Starting
  60. .B faces
  61. with the
  62. .B -i
  63. flag causes
  64. .B faces
  65. to read the messages in
  66. .BR /mail/fs/mbox
  67. — or the mailboxes specified with the
  68. .B -m
  69. flag —
  70. upon startup.
  71. .PP
  72. The
  73. .B -m
  74. option directs
  75. .I faces
  76. to watch for messages arriving in
  77. .I maildir
  78. instead of
  79. .BR /mail/fs/mbox .
  80. Multiple
  81. .B -m
  82. flags may be used to watch multiple mailboxes.
  83. .PP
  84. The
  85. .B -h
  86. flag causes a different, venerable behavior in which
  87. the window displays the history of messages received
  88. rather than the current state of the mail box.
  89. In particular, faces are not removed from the screen when messages are deleted.
  90. Also, in this mode clicking button 1 in the display will clear the window.
  91. .PP
  92. .I Seemail
  93. is an
  94. .IR rc (1)
  95. script that invokes
  96. .B faces
  97. .BR -h .
  98. .PP
  99. .I Vwhois
  100. tells
  101. .I faces
  102. to display the icons of the named
  103. .IR persons ,
  104. without sending a message.
  105. .SH FILES
  106. .BR /mail/fs/mbox " mail directory.
  107. .SH "SEE ALSO"
  108. .IR mail (1),
  109. .IR marshal (1),
  110. .IR nedmail (1),
  111. .IR plumber (4),
  112. .IR face (6),
  113. .IR plumb (6)