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: Wed, 26 Feb 2014 08:50:37 -0500

Jerrad wrote:

> >Try feeding mhstore from a file instead of a message, something like:
> Alas, mhstore -file did not solve the problem;

Though it looks like mhstore causes the problem?  I don't
understand why -file wouldn't solve it.

> I seem to have found a workaround that works, even with the call to
> mhstore, although it still gives inconsistent ouput like above;
> with "pseq: 30" instead of "cur:" The workaround is including the
> sequence itself in the messages to add to the sequence i.e;
> mark unseen $MSG -add -seq unseen -nozero

I don't see why that would be necessary.

Another issue, this for loop won't work on filenames that
contain spaces, etc.:

    for PART in `mhstore $MSG 2>&1 | awk \
      'match($0,/as file .+/){print substr($0,RSTART+8,RLENGTH)}'`; do

David



reply via email to

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