From 09deacb1b89a604392915334b97348c4590df3de Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Sun, 18 Jul 2021 15:20:57 +0200 Subject: [PATCH] Add help for OSD notifications --- cm.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cm.c b/cm.c index c54a6ef..c35f3c6 100644 --- a/cm.c +++ b/cm.c @@ -1557,6 +1557,13 @@ Options:\n\ -s =\t\tSet on-screen display options (consult OSDD docs)\n\ -t\t\t\tLet TAB select the next mailbox with new mail, no matter what priority it has\n\ \n\ +On-screen display replacement (in all OSD values and notification lines):\n\ +%%%%\t\t%%\n\ +%%f\t\tFrom - mail author name\n\ +%%s\t\tMail subject\n\ +%%n\t\tCount of new mails\n\ +%%m\t\tCount of new mails minus one; if is less than one, whole line will be hidden\n\ +\n\ Mailbox options (set with `-o', use upper case to negate):\n\ 0-9\t\t\tSet mailbox priority (0=default)\n\ b\t\t\tBeep when a message arrives\n\ -- 2.39.2