The 2 variables are
1) old status icon present
2) actions supported by the notification server
if (1 && 2) -> inhibit notifications
if (! 1 && ! 2) -> always show notifications
if (! 1 && 2) -> ??? (I think inhibit notifications)
if (1 && ! 2) -> ??? (I think always show notifications)
The 2 variables are
1) old status icon present
2) actions supported by the notification server
if (1 && 2) -> inhibit notifications
if (! 1 && ! 2) -> always show notifications
if (! 1 && 2) -> ??? (I think inhibit notifications)
if (1 && ! 2) -> ??? (I think always show notifications)
do you think this is correct?