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@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to