Bug 104378 - add a "delete read articles" to the feed group
Summary: add a "delete read articles" to the feed group
Status: RESOLVED WORKSFORME
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-22 17:04 UTC by Janet
Modified: 2009-05-24 16:42 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 Janet 2005-04-22 17:04:23 UTC
Version:           Unbekannt (using KDE 3.4.0, Debian Package 4:3.4.0-0pre4 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.11-kanotix-7

It would be great if it were possible to not only delete feed article after feed article - but select some and delete them altogether (Strg- and Shift-click to select). Also I do really miss a funktion to delete all read and all articles from a feed - without deleting the feed itself. Also an option to delete articles without asking would help.
Comment 1 Eckhart Wörner 2005-04-22 22:19:05 UTC
It would be great if you can split up your bugs into logical units. ;-)

- Mark more than one article for actions like delete: DUPLICATE of bug #97672
- Delete all articles in a feed: DUPLICATE of bug #101887
- Delete articles without asking for confirmation: OK, that's a new one.
Comment 2 Frank Osterfeld 2005-04-22 23:56:44 UTC
CVS commit by osterfeld: 

Added multiselection for article list. It's now possible to select multiple articles for deleting, changing read 
status or setting the keep flag.
FEATURE: 97672
CCBUG: 104378


  M +11 -7     actionmanager.cpp   1.3
  M +7 -3      akregator.cpp   1.88
  M +5 -1      akregator_part.cpp   1.168
  M +95 -88    akregator_view.cpp   1.250
  M +4 -2      akregator_view.h   1.100
  M +86 -23    articlelist.cpp   1.41
  M +7 -5      articlelist.h   1.25
Comment 3 Mike Bridge 2009-01-19 04:47:02 UTC
I appears that this bug wants to delete articles without confirmation. As of 1.33, It doesn't do that. 

However, I believe this bug should be closed. Confirmation of deletion is a good thing.