nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] show 1 3 5; : shows msg num ok; show MSG_SEQ_NAME ; : messagename not shown

2017-02-05 11:28:24
On Sun 2/5/17 12:08 -0500 David Levine wrote:
Tom wrote:

$ folder;command show automount | egrep -i '^(messagename|X-Envelope-From)' 
|head -4
ipa+ has 4706 messages  (1-4706); cur=4706; (others).
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Fri Apr 29 
16:01:46 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
13:16:45 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
14:24:28 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
15:39:28 2016

I can't replicate that behavior, with either nmh 1.6 or the latest on master:

    $ egrep -i messagename `mhpath +`/mhl.format
    MessageName:
    $ mark -add -seq automount 55 56
    $ pick automount
    55
    56
    $ show -form mhl.format automount | egrep -i messagename
    MessageName: (Message inbox:55)
    MessageName: (Message inbox:56)

Unless you have show, mhshow, or mhl entries in your profile, I don't know
how to explain it.

    $ (export MH=$(mktemp /tmp/foo.XXX);echo Path: Mail > $MH; command show 378 
 | egrep -i '^(messagename|X-Envelope-From)' |head -4)
    MessageName: (Message ipa:378)
    X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Fri Apr 29 
16:01:46 2016
    $ (export MH=$(mktemp /tmp/foo.XXX);echo Path: Mail > $MH; command show 378 
436 | egrep -i '^(messagename|X-Envelope-From)' |head -4)
    X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Fri Apr 29 
16:01:46 2016
    X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
13:16:45 2016
    $ egrep -i messagename `mhpath +`/mhl.format
    MessageName:

Thanks for the help.  It's not a big issue.

--
Tom

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>