nmh-workers
[Top] [All Lists]

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

2012-10-14 19:01:05
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

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>