By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1440

Summary: Akregator: Add GUI control to disable introduction splash page
Product: TDE Reporter: Darrell <darrella>
Component: tdepimAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2013-04-08 12:29:31 CDT
akregatorrc has a hidden control feature:

[General]
Disable Introduction=true/false

Setting this option to true disables the introduction splash page.

There is no GUI control for this feature. The underlying code support already exists as modifying the option in the rc file works as expected.
Comment 1 Darrell 2013-04-10 20:39:27 CDT
Yay. A little patch from me. :) GUI check box added in commit 7e5f62d8.

Might seem redundant because the introduction page contains a link to disable the page, but then there is no GUI method to restore the introduction page at some later time.