nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] somewhat OT: re procmail or ??


From: Ralph Corderoy
Subject: Re: [Nmh-workers] somewhat OT: re procmail or ??
Date: Wed, 12 Sep 2012 14:42:44 +0100

Hi rader,

> I'm mostly interested in answering the question "which folder did the
> recent msg FROM address@hidden 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]