changeset: 7015:385ba6449c30 user: Kevin McCarthy <ke...@8t8.us> date: Tue Apr 18 13:13:00 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/385ba6449c30
Revert sort prompt labels. (see #3930) Using the (s)ort style may look a bit better, but it makes the prompt over 80 columns. The multichoice prompt supports multiple lines now, but it is better to have it fit on one line if possible. Revert back to the "capital letter" method, but leave the ticket open, to explore other ideas that Vincent and chdiza have for better ways to present a long choice like this. diffs (14 lines): diff -r 67677bca06fe -r 385ba6449c30 commands.c --- a/commands.c Tue Apr 18 12:25:53 2017 -0700 +++ b/commands.c Tue Apr 18 13:13:00 2017 -0700 @@ -537,8 +537,8 @@ * string. Note that mutt now supports multiline prompts, so * it's okay for the translation to take up to three lines. */ - _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: ") : - _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: "), + _("Rev-Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: ") : + _("Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: "), _("dfrsotuzcpl"))) { case -1: /* abort - don't resort */