Hi,

i have the problem that local Maildir subfolders all start with a dot,
but the top hierachy folder doesn't.
This makes my setup unusable (notmuch, afew and alot), because i map
folder names to tags (and tags would include a dot).

Also, flatten doesn't help, because notmuch (afaik) only accepts one
path to all Maildirs of my different imap accounts, and given this
flattened folder structure:

imapaccount1/1.2.3
imapaccount2/1.2.3

and folder seperator as '.', i end up having "imapaccount2/1" as a tag :/

I also answered to this debian bug
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758172) where someone
reported sth similar, but maybe this list might help me better.




On the Mailserver (debian stable, dovecot as debian package):

# ls -ald .2.3
drwx------ 5 dovenull mail 4096 Mar 17 20:09 .2.3

where 3 is a subfolder of 2


locally:

ls -ald 2/.1
drwx------ 5 varac varac 4096 Mar 17 20:09 2/.1


--- .mbsync/Mail » mbsync -V -l a...@b.cd
                                                        1 ↵
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
>>> 1 LOGIN <user> <pass>
1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND
UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
SPECIAL-USE] Logged in
>>> 2 NAMESPACE
* NAMESPACE (("" ".")) NIL NIL
2 OK Namespace completed.
>>> 3 LIST "" "*"
* LIST (\HasNoChildren) "." "Templates"
* LIST (\HasNoChildren \Trash) "." "Trash"
* LIST (\HasNoChildren \Drafts) "." "Drafts"
* LIST (\HasNoChildren \Sent) "." "Sent"
* LIST (\HasNoChildren) "." "2.3"
* LIST (\HasNoChildren) "." "2.1"
* LIST (\HasNoChildren) "." "Archives"
* LIST (\HasNoChildren) "." "INBOX"
3 OK List completed.
INBOX
Archives
2/1
2/3
Sent
Drafts
Trash
Templates
>>> 4 LOGOUT
* BYE Logging out
4 OK Logout completed.



IMAPAccount a...@b.cd
Host mail.b.cd
User a...@b.cd
Pass xxxxxxxxx
AuthMech LOGIN
SSLType IMAPS
CertificateFile ~/.mbsync/certs/mail.b.cd.crt

IMAPStore a...@b.cd-remote
Account a...@b.cd
UseNamespace yes
#PathDelimiter .

MaildirStore a...@b.cd-local
Path ~/.mbsync/Mail/a@b/
Inbox ~/.mbsync/Mail/a@b/Inbox
#Flatten .
AltMap yes

Channel a...@b.cd
Master :a...@b.cd-remote:
Slave :a...@b.cd-local:
Patterns *
Create Both
SyncState /home/varac/.mbsync/SyncState/a...@b.cd/
Expunge Both
Remove Both


i already tried a few options from the mbsync manpage without success.

Greetings, Varac






------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to