Thats Right !! some times i'm so stupid !! lol
i see in source code the
if (*ctx->dest_parent != '\0') {
But i forgot how to pass a NULL value, it´s with ""
Tks again !
PS. This last fixes that you made in doveadm, will be avaliable at next release ? you think in some date ?
2010/11/23 Timo Sirainen tss@iki.fi
I'm Folling the Wiki, with say if put -8 , give the name in UTF-8, so i
On Tue, 2010-11-23 at 13:54 -0200, Alex Baule wrote: put
it here too.
if was doing with doveadm it' be something like that:
root@brc:~ # doveadm mailbox list -8 -u alex@exemplo.com.br
You still need to give the "-" character for doveadm-server too. Giving "8" without the "-" works the same in doveadm command line: it'll list mailboxes matching pattern "8". It makes more sense if you give e.g. "mailbox list foo*" which lists all mailboxes beginning with "foo".
And anyway, -8 is the default, so it's not necessary to give it.
I was trying to import too , using the doveadm command line, but i can import exactly the same struct to my maildir in dovecot.
something like this:
doveadm -Dv import -u alex@exemplo.com.br maildir:/root/Maildir <FOLDER DEST> all
The <FOLDER DEST> can't be the Maildir root dir, to be the exactly copy from source Maildir.
I think you can give "" as the <folder dest>?