- Timestamp:
- Apr 6, 2012, 11:08:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/md2mb/devel/md2mb/bin/md2mb.pl
r1456 r1457 80 80 Aborting ... 81 81 EOF 82 defined $oldroot or pod2usage(<<EOF); 83 Cannot locate KMail mailboxes automatically. Please specify their location by 84 rerunning the program with the -oldroot option. 85 EOF 82 86 -d $oldroot or die "cannot find mailbox root `$oldroot'"; 87 defined $profile or pod2usage(<<EOF); 88 Cannot locate the default Thunderbird profile directory automatically. Please 89 specify its location by rerunning the program with the -profile option. 90 EOF 83 91 -d $profile or die "cannot find Thunderbird profile directory `$profile'"; 84 92 … … 204 212 205 213 Options: 206 -cmd | -c command to process mail207 -debug | -d debug mode208 -file | -f whether $newroot is a file or a directory209 -help | -h brief help message210 -man | -m full documentation211 -oldroot | -o location of the KMail mailboxes212 -profile | -p path to the Thunderbird profile to install to213 -subdir | -s subdir that will be created to hold the214 imported mails215 -touch | -t create empty files corresponding to .sdb dirs214 -cmd | -c <cmd> command to process mail 215 -debug | -d debug mode 216 -file | -f whether $newroot is a file or a directory 217 -help | -h brief help message 218 -man | -m full documentation 219 -oldroot | -o <path> location of the KMail mailboxes 220 -profile | -p <path> path to the Thunderbird profile to install to 221 -subdir | -s <name> subdir that will be created to hold the 222 imported mails 223 -touch | -t create empty files corresponding to .sdb dirs 216 224 217 225 =head1 OPTIONS … … 219 227 =over 4 220 228 221 =item B<-cmd> 222 223 Specify the commandto process your maildirs. By default uses B<formail> in229 =item B<-cmd> I<cmd> 230 231 Use I<cmd> to process your maildirs. By default uses B<formail> in 224 232 your C<$PATH>, but you can use this option to specify the full path to the 225 233 executable to use instead.
Note:
See TracChangeset
for help on using the changeset viewer.