From: Richard Russon Date: Mon, 30 Apr 2018 21:45:45 +0000 (+0100) Subject: add browser sort synonym X-Git-Tag: neomutt-20180512~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ba9dcf9fcb3035a8fff8ac5b6c3b3db36ae9687;p=neomutt add browser sort synonym "unread" means the same as "new" --- diff --git a/init.h b/init.h index 48dac8e7d..dcff2c370 100644 --- a/init.h +++ b/init.h @@ -4503,6 +4503,7 @@ const struct Mapping SortBrowserMethods[] = { { "date", SORT_DATE }, { "desc", SORT_DESC }, { "new", SORT_UNREAD }, + { "unread", SORT_UNREAD }, { "size", SORT_SIZE }, { "unsorted", SORT_ORDER }, { NULL, 0 },