]> granicus.if.org Git - neomutt/commit
Fix sidebar references to the "new count" to be "unread". (closes #3908)
authorKevin McCarthy <kevin@8t8.us>
Thu, 19 Jan 2017 22:58:13 +0000 (14:58 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit2586ec0cdc3d41f04b49fcc2cce4876c08910a69
tree7134e807dae36b415255b478407e6551b01ca407
parentfdd76ef3d6992539ef0e7d391ff37d3e0fd47fbb
Fix sidebar references to the "new count" to be "unread". (closes #3908)

%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.
browser.c
doc/manual.xml.head
init.h
sidebar.c
sort.h