diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:11 -0600 |
commit | 2d9a1830be656a778625cec097e8682e2c12f9f0 (patch) | |
tree | 040d51f9c80319b00e9797c68cd90c8430bad984 /kmail/kmail-3.3-use-ID-for-accounts.pl | |
parent | 2ccae037353d6e88cddb9ca87a426f3ce65ab290 (diff) | |
download | tdepim-2d9a1830be656a778625cec097e8682e2c12f9f0.tar.gz tdepim-2d9a1830be656a778625cec097e8682e2c12f9f0.zip |
Rename kde-config to tde-config
Diffstat (limited to 'kmail/kmail-3.3-use-ID-for-accounts.pl')
-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"; |