jojobear99 / PopTrayU

Bug Tracking Repository for open source project PopTrayU
GNU General Public License v2.0
0 stars 0 forks source link

ShowInfo window appears every check #57

Open jojobear99 opened 8 years ago

jojobear99 commented 8 years ago

Under certain circumstances (imap?) the ShowInfo window appears every check, even when there's not new messages.

procedure TfrmPopUMain.RunQueue;
  ...
  if Options.Balloon and (Accounts.CountAllNew > 0) then
    ShowInfo(True);
jojobear99 commented 8 years ago

One condition causing this seems to be disabled account that has been manually checked. New Messages from the disabled account will be shown in the ShowInfo window.