Bug 63845 - Need multiple selections in kmail pop filter
Summary: Need multiple selections in kmail pop filter
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: filtering (show other bugs)
Version: 1.5.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 64876 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-07 12:41 UTC by gerard
Modified: 2008-01-08 17:26 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 gerard 2003-09-07 12:41:58 UTC
Version:           1.5.3 (using KDE 3.1.3)
Compiler:          gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
OS:          Linux (i686) release 2.4.21-0.13mdk

In KMail pop filter, it is very long checking each message when you get lots of spam/viruses.
It woule be more convenient to Shift-clic to select a range of messages.

It would also be more convenient if the OK button was closer to the checkboxes.

Thanks

Gerard
Comment 1 Bram Schoenmakers 2007-03-11 00:42:47 UTC
*** Bug 64876 has been marked as a duplicate of this bug. ***
Comment 2 Janet 2007-05-05 00:09:10 UTC
Actually Bug 64876 more seems to be a duplicate of Bug 75707 for it demands the selection of all shown messages at once.
Comment 3 Thomas McGuire 2008-01-08 17:26:53 UTC
SVN commit 758637 by tmcguire:

Work on the POP filter confirmation dialog:

- Port from K3ListView to QTreeWidget
- Fix layout
- Get rid of hardcoded-with-code icons and radiobuttons.
  Instead, use real radiobuttons and real icons (the icons don't
  exist yet, but I already added it to the oxygen wiki page)
- Make the help button work again
- Fix coding style
- More API documentation
- Make it possible to change the action of multiple items, either with
  the right/left keys, by clicking the header or by clicking the radiobutton
- Fix incorrect sorting

The radiobuttons are a bit flickery, but that seems to be a Qt problem
with setItemWidget().

Also, change KMail's year to 2008.

BUG: 119458
FEATURE: 63845
FEATURE: 75707


 M  +1 -1      aboutdata.cpp  
 M  +3 -1      kmatmlistview.cpp  
 M  +1 -1      kmfilter.h  
 M  +3 -1      kmfilterdlg.h  
 M  +331 -336  kmpopfiltercnfrmdlg.cpp  
 M  +107 -43   kmpopfiltercnfrmdlg.h  
 M  +20 -26    kmpopheaders.cpp  
 M  +19 -19    kmpopheaders.h  
 M  +4 -3      popaccount.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=758637