i don't know if anybody still uses ned, especially with nupas,
but i added a few little wrinkles to ned that folks seem to
be asking about.  they're not in the man page yet since i'm
not sure if they're just horrible, but here are a few

0.  p upasmessagefile.  any message file can be printed.

1.  p magic.  if magic is "id", then upas' message id is
printed; "fpath" prints the path to the upas/fs message,
and anything unrecognized is just printed.  so. putting
these together you can do something like this

: 1,10 p id '   ' fpath '       ' ffrom
1        /mail/fs/mbox/54        hugo rivera
2        /mail/fs/mbox/53        erik quanstrom
3        /mail/fs/mbox/52        Joe Blow
4        /mail/fs/mbox/51        
5        /mail/fs/mbox/50        Devon H. O'Dell
6        /mail/fs/mbox/49        
7        /mail/fs/mbox/48        Noah Evans
8        /mail/fs/mbox/47        Jerry M. Sixpack
9        /mail/fs/mbox/46        Jerry M. Sixpack
10       /mail/fs/mbox/45        Edward S. Hands

and now for the sleeze:

2. marked and unseen messages are marked with ' and
* respectively.  thus g/\*/h will usually print out just
new messages.

- erik

Reply via email to