nmh-workers
[Top] [All Lists]

Re: [nmh-workers] Stupid 'pick' question...

2019-06-08 02:46:03
Hi Valdis,

pick -from <address> -subject '\[PATCH [45]\.[0-9]'
...
However, it *also* catches messages of the form 'Subject: Re: [PATCH
....' which is unacceptable for the use case in question.

Bakul answered about the anchors.  Another approach is to rule out
replies.

    -sub foo -and -not -sub re:
    -sub foo -and -not --references '_*'

-- 
Cheers, Ralph.

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

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