MailDir INBOX/cur format
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi all,
I'm trying to use offlineimap to syncronize my mails via IMAP,
but i'm finding some problems to obtain the same MailDir tree.
At remote machine (imap host), i have the following MailDir structure:
cur
new
tmp
.Draft/cur
.Draft/new
.Draft/tmp
.Trash/cur
.Trash/new
.Trash/tmp
.Sent/cur
.Sent/new
.Sent/tmp
When i syncronize my remote email, i finally get the following MailDir
structure at my local machine:
INBOX/cur
INBOX/new
INBOX/tmp
.Draft/cur
.Draft/new
.Draft/tmp
.Trash/cur
.Trash/new
.Trash/tmp
.Sent/cur
.Sent/new
.Sent/tmp
My question is, how can i obtain "cur" directory instead "INBOX/cur"
nested directory?
This is my .offlineimaprc file:
[general]
accounts = Test
ui = Noninteractive.Quiet
[Account Test]
localrepository = Local
remoterepository = Remote
[Repository Local]
type = Maildir
localfolders = ~/Test
[Repository Remote]
type = IMAP
remotehost = imap.host
remoteuser = imapuser
remotepass = imappwd
nametrans = lambda foldername: re.sub('^INBOX.', '.', foldername)
Regards,
Alex Martin
- MailDir INBOX/cur format,
Alex Martin Ugalde <=
|
|