Hi rader,

> I'm mostly interested in answering the question "which folder did the
> recent msg FROM so-and-so@somewhere go into?"

I haven't been following the thread, having not used procmail in years,
but would this do?  (Untried.)

    for f in `folders -fast`; do
        pick -seq lp -from foo +$f && mhpath lp:-1
    done |
    tail -1 |
    xargs -r ls -ltr

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to