# HG changeset patch # User Etan Reisner # Date 1235924224 0 # Node ID 1a58616227946d7ea91984bf1cdd204da7906ef4 # Parent bd2daa50744fbeed25c9280ea006a63fef7c1764 Clarify that the displaying-email-notification signal only fires for notification about single emails (as opposed to multiple emails which triggers the displaying-emails-notification signal). Is there a reason we need this distinction? Could we not just drop displaying-email-notification and trust people to look at the count? diff -r bd2daa50744f -r 1a5861622794 doc/notify-signals.dox --- a/doc/notify-signals.dox Sun Mar 01 00:15:27 2009 +0000 +++ b/doc/notify-signals.dox Sun Mar 01 16:17:04 2009 +0000 @@ -30,7 +30,7 @@ const char *url); @endsignalproto @signaldesc - Emitted before email notification is handed to the UI to display. + Emitted before notification of a single email is handed to the UI to display. @param subject Subject of email being notified of. @param from Who the email is from. @param to Who the email is to.