Skip to content
  • Kevin J. McCarthy's avatar
    Fix sidebar references to the "new count" to be "unread". (closes #3908) · 753de4f0
    Kevin J. McCarthy authored
    %N in $sidebar_format and "new"in $sidebar_sort_method actually use
    the unread message count.  Update the documentation to mention that.
    
    Add an "unread" method to $sidebar_sort_method, but preserve "new" for
    compatibility.
    
    Change the SORT_COUNT_NEW constant to SORT_UNREAD, so the code is also
    consistent with the meaning.
    
    Thanks to cri for reporting the problem and suggesting where to fix it
    in the code.
    753de4f0