]> granicus.if.org Git - neomutt/commitdiff
add browser sort synonym
authorRichard Russon <rich@flatcap.org>
Mon, 30 Apr 2018 21:45:45 +0000 (22:45 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 30 Apr 2018 21:45:49 +0000 (22:45 +0100)
"unread" means the same as "new"

init.h

diff --git a/init.h b/init.h
index 48dac8e7d039d1d435445bfe72135993bde8d75a..dcff2c370bc1ea2fa5eb9d32f9d76519e8c540c3 100644 (file)
--- 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 },