|
|
@ -60,7 +60,7 @@ foreach my $accountGroup (@accountGroups) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# we need the directory where the imap cache is stored
|
|
|
|
# we need the directory where the imap cache is stored
|
|
|
|
open(CMD, "kde-config --localprefix|");
|
|
|
|
open(CMD, "tde-config --localprefix|");
|
|
|
|
my $basedir = <CMD>;
|
|
|
|
my $basedir = <CMD>;
|
|
|
|
chomp( $basedir );
|
|
|
|
chomp( $basedir );
|
|
|
|
$basedir = $basedir."share/apps/kmail";
|
|
|
|
$basedir = $basedir."share/apps/kmail";
|
|
|
|