After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 111873 - Applying "delete" rule to folder has odd result.
Applying "delete" rule to folder has odd result.
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.14.0 betas
Other Linux
: Normal normal
: 0.14.1
Assigned To: Charles Kerr
Pan QA Team
: 117724 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-04-29 20:49 UTC by dave
Modified: 2006-06-18 05:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dave 2003-04-29 20:49:26 UTC
I have a Custom filter for matching items older than 10 days, and a rule
that uses it to delete the items. I normally use it for purging headers
to keep the cache size down.

If I try to run the rule on the "pan.sent" folder, the messages disappear
from the view, but aren't deleted, so they return when you next start Pan.

Either rules should not work on Folders, or they should "do the right
thing".

The entry in the filters.xml file is:

<filter type="and" name="Old Articles" visible="t">
        <date min_days_old="10"/>
</filter>

and in the rules.xml file is:

<rule name="Purge" filter_name="Old Articles" hits="34534" misses="41519">
             
    <discard/>
</rule>
Comment 2 Charles Kerr 2003-07-23 04:32:35 UTC
*** Bug 117724 has been marked as a duplicate of this bug. ***