Bug 101784 - ignore email counter option handle refresh
Summary: ignore email counter option handle refresh
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmail
Classification: Applications
Component: IMAP (show other bugs)
Version: 1.7.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 11:05 UTC by Iker Losada
Modified: 2015-04-12 09:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iker Losada 2005-03-18 11:05:37 UTC
Version:           1.7.2 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.8

In IMAP folder properties, there is an option to ignore new email in that folder.

1. Let it be 1400 the unread email in all the folders.
2. We select ignore new email option for a folder with 60 emails.
3. Tray icon counter now is (1400-60=1340)
4. We check for new email in IMAP server. Supposing that there is no new email, counter is 1400 again (the ignore option is not handled).

Extrapolating to N folders, if total ignored emails for N folders are 1300. After selecting ignore option in all folders, systray counter shows 100. If we check for new email (assuming again that there is not new mail), counter shows 1400 again. BUT, if we select ONE ignored folder, uncheck and check again the ignore option, and press OK... then the counter shows 100 (email ignoring has been updated for all previously ignored folders).

It seems like we must call the updateignored() function after the checknewmail() one.
Comment 1 Laurent Montel 2015-04-12 09:41:40 UTC
Thank you for taking the time to file a bug report.

KMail2 was released in 2011, and the entire code base went through significant changes. We are currently in the process of porting to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2.

We welcome you to try out KMail 2 with the KDE 4.14 release and give your feedback.