nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] problem with mark zeroing out sequences


From: David Levine
Subject: Re: [Nmh-workers] problem with mark zeroing out sequences
Date: Tue, 25 Feb 2014 23:13:13 -0500

Jerrad wrote:

> Hmm, on a hunch I just discovered that somehow the call to mhstore
> in mime-add-hook's for loop is the trigger... of course that's the
> raison d'etre of the script :-/

Try feeding mhstore from a file instead of a message, something like:

    FILE=`mhpath $MSG`
    for PART in `mhstore -file $FILE 2>&1 |

instead of:

>   for PART in `mhstore $MSG 2>&1 |

And similar with mhfixmsg.  When fed from files, the programs don't
update sequences.

David



reply via email to

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