Skip to content

Commit

Permalink
iu-sync: subscribe to a newly created mailbox by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail T committed Oct 15, 2018
1 parent d00074c commit bbb0b3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added bin/.iu-sync.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/iu-sync
Expand Up @@ -845,7 +845,7 @@ my $dst = shift;

foreach my $mbx ( @$mbxs ) {
$dstmbx = mailboxName( $mbx,$srcPrefix,$srcDelim,$dstPrefix,$dstDelim );
createMbx( $dstmbx, $dst ) unless mbxExists( $dstmbx, $dst );
createMbx( $dstmbx, $dst, true ) unless mbxExists( $dstmbx, $dst );
}
}

Expand Down

0 comments on commit bbb0b3f

Please sign in to comment.