home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / mh / 960 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.5 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!deccrl!news.crl.dec.com!news!nntpd.lkg.dec.com!lkg.dec.com!thomas
  2. From: thomas@lkg.dec.com (Matt Thomas)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: Handling messages with 5 digits with xmh/dxmail
  5. Keywords: mh - xmh - dxmail
  6. Message-ID: <1992Jul23.131759.5243@nntpd.lkg.dec.com>
  7. Date: 23 Jul 92 13:17:59 GMT
  8. References: <1992Jul23.075811.27941@info.ucl.ac.be>
  9. Sender: thomas@mipsbx.lkg.dec.com (Matt Thomas)
  10. Reply-To: thomas@lkg.dec.com
  11. Organization: Digital Equipment Corporation
  12. Lines: 51
  13.  
  14.  
  15. In article <1992Jul23.075811.27941@info.ucl.ac.be>, Ninane@fynu.ucl.ac.be (Alain Ninane - FYNU) writes:
  16. |>Is there a way to configure xmh or DEC's dxmail to handle
  17. |>messages which have a number made of five digits ? This occurs
  18. |>just because I'm saving news in mh-folders with their article
  19. |>number as file name. Using one of these user agent allows me to
  20. |>read the saved articles.
  21. |>
  22. |>I succeeded to format the scan command with the following:
  23. |>  %5(msg)%<(cur)+%| %>%<{replied}-%| %>\
  24. |>  %02(mon{date})/%02(mday{date})%<{date} %|*%>\
  25. |>  %<(mymbox{from})To:%14(friendly{to})%|%17(friendly{from})%>  \
  26. |>  %{subject}
  27. |>    (The 5 behind `msg' indicates the length of the field)
  28. |>but this corrupts the table of contents area of xmh and
  29. |>crashes dxmail ...
  30.  
  31. For Motif V1.1.3 (older version of dxmail use Mail instead of dxMail):
  32.  
  33. dxMail*ScanFormatFile:                  scan.time
  34.  
  35. Replace scan.time by the one you use.  Some other useful resourses:
  36. (by having tocWidth so large, you can maximize dxmail and then have a good
  37. portion of the mail visible -- nice for mass purgings.  The other have to
  38. do with having a different scan format file).
  39.  
  40. dxMail*tocwidth:                        180
  41. dxMail*ScanIDCols:                      0-4
  42. dxMail*ScanCurrentCols:                 5-5
  43. dxMail*ScanMoveCols:                    7-18
  44. dxMail*ScanDeleteCols:                  7-18
  45. dxMail*ScanMovedString:                 Moved
  46. dxMail*ScanDeletedString:               Nuked
  47.  
  48.  
  49. Where scan.time is:
  50.  
  51. %5(msg)%<(cur)+%| %>%<{replied}-%|%<{forwarded}F%| %>%>\
  52. %03(month{date}) %02(mday{date}) \
  53. %(void(rclock{date}))\
  54. %<(gt 15768000) 19%02(year{date})%|\
  55. %02(hour{date}):%02(min{date})%>\
  56. %<{date} %|*%>\
  57. %<(mymbox{from})To:%18(friendly{to})%|%21(friendly{from})%>  \
  58. %{subject}%<{body}<<%{body}%>
  59.  
  60. --
  61. Matt Thomas                     Internet:   thomas@lkg.dec.com
  62. DECnet-ULTRIX Development       UUCP:       ...!decwrl!thomas
  63. Digital Equipment Corporation   Disclaimer: This message reflects my own
  64. Littleton, MA                               warped views, etc.
  65.