]> granicus.if.org Git - neomutt/commitdiff
doc: limitations of new-mail %f expando
authorRichard Russon <rich@flatcap.org>
Sat, 1 Jul 2017 22:14:59 +0000 (23:14 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 21:37:17 +0000 (22:37 +0100)
doc/manual.xml.head

index de235777c41c40b1954b491407aba585380287b5..8df4118a2a5eec7a7a6dda0bcf93225e19555b82 100644 (file)
@@ -12103,16 +12103,20 @@ set index_format='%4C %Z %{%b %d} %-25.25n %&lt;M?[%M] %s&amp;%s%* %&lt;l?%l&amp
         used to execute a custom script (e.g., a notification handler) upon
         receiving a new mail.</para>
         <para>The command string can contain expandos, such as
-        <literal>%f</literal> for the folder name. For a complete list, see:
+        <literal>%n</literal> for the number of new messages. For a complete list, see:
         <link linkend="status-format">$status_format</link>.</para>
+        <note>
+        <para>When the notification is sent, the folder of the new mail is no longer known.
+          This is a limitation of Mutt.  The `%f` expando will show the open folder.</para>
+        </note>
         <para>For example in Linux you can use (most distributions already
         provide notify-send):</para>
-        <screen>set new_mail_command="notify-send --icon='/home/santiago/Pictures/mutt.png' 'New Email in %f' '%n new messages, %u unread.' &amp;"</screen>
+        <screen>set new_mail_command="notify-send --icon='/home/santiago/Pictures/mutt.png' 'New Email' '%n new messages, %u unread.' &amp;"</screen>
         <para>And in OS X you will need to install a command line interface for
         Notification Center, for example
         <ulink url="https://github.com/julienXX/terminal-notifier">
         terminal-notifier</ulink>:</para>
-        <screen>set new_mail_command="terminal-notifier -title '%v' -subtitle 'New Mail in %f' -message '%n new messages, %u unread.' -activate 'com.apple.Terminal'"</screen>
+        <screen>set new_mail_command="terminal-notifier -title '%v' -subtitle 'New Mail' -message '%n new messages, %u unread.' -activate 'com.apple.Terminal'"</screen>
       </sect2>
 
       <sect2 id="new-mail-variables">