diff options
-rwxr-xr-x | kmail/kmail-3.3-use-ID-for-accounts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmail-3.3-use-ID-for-accounts.pl b/kmail/kmail-3.3-use-ID-for-accounts.pl index 8270a57f0..4d9a964fd 100755 --- a/kmail/kmail-3.3-use-ID-for-accounts.pl +++ b/kmail/kmail-3.3-use-ID-for-accounts.pl @@ -60,7 +60,7 @@ foreach my $accountGroup (@accountGroups) { } # we need the directory where the imap cache is stored -open(CMD, "kde-config --localprefix|"); +open(CMD, "tde-config --localprefix|"); my $basedir = <CMD>; chomp( $basedir ); $basedir = $basedir."share/apps/kmail"; |