Kenneth Porter
2009-May-25 19:04 UTC
[Dovecot] convert-tool skip_dotfiles is not the actual option
Looking at the source for convert-tool.c, I see this: "Usage: <username> <home dir> <source mail env> <dest mail env>\n" \ " [skip_broken_mailboxes] [skip_dotfiles] [alt_hierarchy_char=<c>]" else if (strcmp(argv[i], "skip_dotdirs") != 0) set.skip_dotdirs = TRUE; Looks like the usage line needs to be fixed (dovecot-1.2-0.rc2).
Timo Sirainen
2009-May-26 01:44 UTC
[Dovecot] convert-tool skip_dotfiles is not the actual option
On Mon, 2009-05-25 at 12:04 -0700, Kenneth Porter wrote:> Looking at the source for convert-tool.c, I see this: > > "Usage: <username> <home dir> <source mail env> <dest mail env>\n" \ > " [skip_broken_mailboxes] [skip_dotfiles] [alt_hierarchy_char=<c>]" > > else if (strcmp(argv[i], "skip_dotdirs") != 0) > set.skip_dotdirs = TRUE; > > Looks like the usage line needs to be fixed (dovecot-1.2-0.rc2).And the strcmp() check is also wrong. It should be == 0.. Fixed now in hg for v1.1-v2.0. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090525/f031ec8e/attachment-0002.bin>