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 2755 - Setting the KIOSK kdeglobals file to immutable breaks kmail filter loading
Summary: Setting the KIOSK kdeglobals file to immutable breaks kmail filter loading
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: R14.1.x [Trinity]
Hardware: amd64 Linux
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2017-03-07 05:32 CST by Russell Brown
Modified: 2017-03-07 05:32 CST (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Brown 2017-03-07 05:32:24 CST
Using kiosk, if I set kdeglobals to immutable (put [$i] at the top of the file), kmail clears all of a users email filters when it's stopped and restarted.

It's in the loading phase that the problem occurs; kmailrc has a filter section when it terminates but this is cleared on load if kdeglobals is immutable.

Not all kmail settings are effected.

I'm also seeing the same thing with some korganizer settings.

Possibly related, setting:

[KDE Action Restrictions][$i]
run_command=false

in kdeglobals does *NOT* prevent users creating filters that run a command. This means it's dead easy to construct a kmail filter that fires up an xterm on receipt!