When show gets a sequence name as an arg, the messagename is not shown.
The workaround I use is
pick automount -list MSG_SEQ_NAME|xargs -n1 show
# Yes the -n1 is needed.
Is there a better way?
--
Thanks to all for your on going work!
Tom
--
# I'm running mh 1.6 on linux
~/Mail $ egrep -ni messagename mhl.format
10:MessageName:
--snip
$ pick automount -list |xargs -n1 show |egrep -i '^messagename' |head
MessageName: (Message ipa:378)
MessageName: (Message ipa:437)
MessageName: (Message ipa:438)
MessageName: (Message ipa:451)
_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers