From e0091d27f39818524635dd108648c08f9fa37778 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Tue, 5 Aug 2014 15:50:20 +0200 Subject: [PATCH] cmd_tab.h: change docstring of `sort' --- cmd_tab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_tab.h b/cmd_tab.h index 079055d9..019bf9ad 100644 --- a/cmd_tab.h +++ b/cmd_tab.h @@ -276,7 +276,7 @@ { "disconnect", &c_disconnect, (A | NDMLIST), 0, 0 DS(N_("If connected, disconnect from IMAP mailbox")) }, { "sort", &c_sort, (A | RAWLIST), 0, 1 - DS(N_("Change sorting criteria (and addressing modes)")) }, + DS(N_("Change sorting: date,from,size,spam,status,subject,thread,to")) }, { "unsort", &c_unthread, (A | MSGLIST), 0, 0 DS(N_("Disable sorted or threaded mode")) }, { "cache", &c_cache, (A | MSGLIST), 0, 0 -- 2.11.4.GIT