aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-10-04 18:43:26 +0000
committerOlivier Blin <oblin@mandriva.com>2007-10-04 18:43:26 +0000
commit1c581c60fae135d70a8946061bb613c9313aa224 (patch)
tree23b13fb3c4f033c845e08d4b7d0866e10f037e11 /transfugdrake
parent87af17001f8c10af052871ac2f4f8e6b60ac0d04 (diff)
downloadtransfugdrake-1c581c60fae135d70a8946061bb613c9313aa224.tar
transfugdrake-1c581c60fae135d70a8946061bb613c9313aa224.tar.gz
transfugdrake-1c581c60fae135d70a8946061bb613c9313aa224.tar.bz2
transfugdrake-1c581c60fae135d70a8946061bb613c9313aa224.tar.xz
transfugdrake-1c581c60fae135d70a8946061bb613c9313aa224.zip
disable bookmarks and mail sharing
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfugdrake b/transfugdrake
index a064509..e071a21 100755
--- a/transfugdrake
+++ b/transfugdrake
@@ -98,7 +98,7 @@ my $wiz = wizards->new({
{
type => 'list',
val => \$bookmarks_migration_type,
- list => [ "import", if_(member('Mozilla Firefox', @windows_items), "share"), "skip" ],
+ list => [ "import", if_(0 && member('Mozilla Firefox', @windows_items), "share"), "skip" ],
format => sub {
+{
import => N("Import bookmarks (recommended)"),
@@ -121,7 +121,7 @@ my $wiz = wizards->new({
data => [
{ type => 'list',
val => \$mail_migration_type,
- list => [ "import", if_(member('Mozilla Thunderbird', @windows_items), "share"), "skip" ],
+ list => [ "import", if_(0 && member('Mozilla Thunderbird', @windows_items), "share"), "skip" ],
format => sub {
+{
import => N("Import mail (recommended)"),