Changeset 1458 in ProjectBuilder
- Timestamp:
- Apr 6, 2012, 11:08:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/md2mb/devel/md2mb/bin/md2mb.pl
r1457 r1458 30 30 if (@default_profiles) { undef $profile } 31 31 my $subdir; 32 my $touch = 0;32 my $touch = 1; 33 33 34 34 # parse command-line options … … 39 39 'help|h' => \$help, 40 40 'man|m' => \$man, 41 'notouch|n' => sub { $touch = 0 }, 41 42 'oldroot|o=s' => \$oldroot, 42 43 'profile|p=s' => \$profile, 43 44 'subdir|s=s' => \$subdir, 44 'touch|t' => \$touch,45 45 ) or pod2usage(2); 46 46 pod2usage(1) if ($help); … … 217 217 -help | -h brief help message 218 218 -man | -m full documentation 219 -notouch | -n do not create empty files corresponding to .sdb 220 dirs 219 221 -oldroot | -o <path> location of the KMail mailboxes 220 222 -profile | -p <path> path to the Thunderbird profile to install to 221 223 -subdir | -s <name> subdir that will be created to hold the 222 224 imported mails 223 -touch | -t create empty files corresponding to .sdb dirs224 225 225 226 =head1 OPTIONS … … 251 252 Prints the manual page and exits. 252 253 254 =item B<-notouch> 255 256 Do not create empty files corresponding to the F<.sbd> dirs created by this 257 script. By default, those empty files are created to make KMail's subfolders 258 show up in Thunderbird. You probably don't need to use this option, but it is 259 here nevertheless in case you need it. 260 253 261 =item B<-oldroot> I<path> 254 262 … … 268 276 profile to hold the imported mails. This option is mandatory; there is no 269 277 default. 270 271 =item B<-touch>272 273 Create empty files corresponding to the F<.sbd> dirs created by this script.274 Use this hack if your mails don't show up in Thunderbird.275 278 276 279 =back … … 315 318 316 319 If you have used a structure with subfolders in KMail, mails in subfolders 317 might not show up in Thunderbird. Remove the import, and run again with 318 B<-touch>. 320 should show up correctly in Thunderbird. 319 321 320 322 =head1 AUTHOR
Note:
See TracChangeset
for help on using the changeset viewer.