This function is not used, correct. AFAIR, Philipp added it for
symmetry to set_unseen(). I have no strong oppinion whether to
keep it or to remove it. Philipp, what do you think?


meillo


[2016-09-08 13:03] [email protected]
>
> From: Dmitry Bogatov <[email protected]>
> 
> ---
>  sbr/seq_msgstats.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/sbr/seq_msgstats.c b/sbr/seq_msgstats.c
> index 50ae7c6..7ffbde1 100644
> --- a/sbr/seq_msgstats.c
> +++ b/sbr/seq_msgstats.c
> @@ -142,13 +142,6 @@ unset_selected(struct msgs *mp, int msgnum)
>       }
>  }
>  
> -void
> -unset_unseen(struct msgs *mp, int msgnum)
> -{
> -     assert_msg_range(mp, msgnum);
> -     mp->msgstats[msgnum - mp->lowoff] &= ~SELECT_UNSEEN;
> -}
> -
>  
>  /*
>  **  private/public sequences
> -- 
> I may be not subscribed. Please, keep me in carbon copy.
> 
> 
> 

Reply via email to