Changeset 1328 in ProjectBuilder for projects/md2mb
- Timestamp:
- Sep 15, 2011, 11:31:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/md2mb/devel/md2mb/bin/md2mb.pl
r1300 r1328 11 11 my $cmd="formail"; 12 12 # CHANGE AS YOU WISH 13 my $oldroot = "/users/ beatrice/.Mail.sav";14 my $newroot = "/users/ beatrice/.thunderbird/30cq2rn3.default/Mail/Local Folders/";13 my $oldroot = "/users/segolene/.Mail"; 14 my $newroot = "/users/segolene/.thunderbird/60q6hqwp.default/Mail/Local Folders/"; 15 15 # Is the newroot a file (1) or a dir (0) 16 16 my $nrisfile = 0; … … 59 59 $outputfile="$newroot" if ($destname =~ /^\s*$/); 60 60 if (-d $File::Find::name) { 61 my @files = (<$File::Find::name/cur/*>,<$File::Find::name/new/*>); 61 if ($debug) { 62 print "HANDLING: $File::Find::name content\n"; 63 } 64 my @files = (<"$File::Find::name"/cur/*>,<"$File::Find::name"/new/*>); 62 65 if (@files) { 63 66 if ($debug) {
Note:
See TracChangeset
for help on using the changeset viewer.