face 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. Which image to
  25. display is determined by two directories /usr/$user/lib/face
  26. and /lib/face. Entries in /usr/$user/lib/face take priority over
  27. those in /lib/face. See
  28. .IR face(6),
  29. .I
  30. for how these directories are organised.
  31. .PP
  32. If the user is running
  33. .IR plumber (4),
  34. .I faces
  35. reacts to plumb messages to the
  36. .B seemail
  37. port,
  38. typically from
  39. .BR upas/fs ,
  40. and is thus notified of message additions and deletions.
  41. .PP
  42. Right-clicking on a message icon causes that message to be `plumbed' to
  43. .BR showmail .
  44. A typical plumb action will be to display the message, such as by
  45. the rule
  46. .EX
  47. plumb start window mail -s $0
  48. .EE
  49. The
  50. .IR acme (1)
  51. mail reader listens to the
  52. .B showmail
  53. port automatically.
  54. .PP
  55. If the user is not running
  56. .IR plumber ,
  57. .I faces
  58. reads the log file
  59. .F /sys/log/mail
  60. and right-clicking has no effect.
  61. .PP
  62. If arrows are visible, clicking on them will scroll the display.
  63. Middle-clicking on the arrows scrolls to the end.
  64. .PP
  65. Starting
  66. .B faces
  67. with the
  68. .B -i
  69. flag causes
  70. .B faces
  71. to read the messages in
  72. .B /mail/fs/mbox
  73. upon startup.
  74. .PP
  75. The
  76. .B -m
  77. option directs
  78. .I faces
  79. to watch for messages arriving in
  80. .I maildir
  81. as well as in
  82. .BR /mail/fs/mbox .
  83. However, only
  84. .BR /mail/fs/mbox
  85. is used to load the initial set of faces.
  86. .PP
  87. The
  88. .B -h
  89. flag causes a different, venerable behavior in which
  90. the window displays the history of messages received
  91. rather than the current state of the mail box.
  92. In particular, faces are not removed from the screen when messages are deleted.
  93. Also, in this mode clicking button 1 in the display will clear the window.
  94. .PP
  95. .I Seemail
  96. is an
  97. .IR rc (1)
  98. script that invokes
  99. .B faces
  100. .BR -h .
  101. .PP
  102. .I Vwhois
  103. tells
  104. .I faces
  105. to display the icons of the named
  106. .IR persons ,
  107. without sending a message.
  108. .SH FILES
  109. .BR /mail/fs/mbox " mail directory.
  110. .SH "SEE ALSO"
  111. .IR mail (1),
  112. .IR marshal (1),
  113. .IR nedmail (1),
  114. .IR plumber (4),
  115. .IR face (6),
  116. .IR plumb (6)