nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Clearing `cur' Message.


From: David Levine
Subject: Re: [Nmh-workers] Clearing `cur' Message.
Date: Sun, 14 Oct 2012 19:00:56 -0500

Ralph wrote:

> Does the test need to be in the for-loop, running on every message?
> Perhaps
>
>     if (!strcmp(cp, current) &&
>         mp->curmsg >= mp->lowsel && mp->curmsg <= mp->hghsel) {
>         /* Removed current message indication, so reset curmsg. */
>         mp->curmsg = 0;
>     }
>
> afterwards?  (Note use of `current'.)

Got it.  Committed.  Thanks!

David



reply via email to

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