Bring back notifications (again...)
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 11 Aug 2008 16:47:34 +0000 (18:47 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 11 Aug 2008 16:48:22 +0000 (18:48 +0200)
commitb9a73f8181f4cee4b5b226b4a641796f04e85179
treef407aef596992d13acbea969a31aae5cc861cf33
parentb18eac231c8a124a4e3a0792792343863eb10ab2
Bring back notifications (again...)

Adds a new flag Message::Backlog that indicates that a message was received during
backlog replay, and which is also set after notifications have been processed the first
time for that message to avoid multiple process runs (possible if multiple ChatViews let
that message through their filters).
src/client/client.cpp
src/common/message.h
src/qtui/mainwin.cpp