Mbsync does not download INBOX emails from my mail server to my local machine.

Folders Sent and Trash are downloaded. I can browse these folders in Mutt, and 
use notmuch to search for emails.

When I test with another client (Icedove Mail), I can sync all the mailboxes, 
including current inbox, via IMAP. No issue.
That is how I consult the mailbox these days. 

$ ls Mail/username/INBOX/*
Mail/username/INBOX/cur:

Mail/username/INBOX/new:

Mail/username/INBOX/tmp:

.mbsyncrc:

IMAPAccount username
Host mail.username.com
Port 993
User username
PassCmd "gpg -dq $HOME/.config/mutt/pass.gpg"
SSLType  IMAPS 
AuthMechs PLAIN

IMAPStore username-remote
Account username

MaildirStore username-local
SubFolders Verbatim
Path ~/Mail/username/ # the trailing "/" matters
Inbox ~/Mail/username/INBOX
Flatten . 

Channel username
Master :username-remote:
Slave :username-local:
SyncState *
Sync All
Patterns *
Create Both
Expunge Both

$ mbsync -D -a

 1 Reading configuration file /home/username/.mbsyncrc
 2 Channel username
 3 Opening master store username-remote...
 4 M: [ 1] Enter connect_store
 5 Resolving mail.username.com... ok
 6 Connecting to mail.username.com (195.246.230.115:993)...
 7 M: [ 1] Leave connect_store
 8 Opening slave store username-local...
 9 S: [ 2] Enter connect_store
 10 S: [ 2] Callback enter connect_store, sts=0
 11 pattern '*' (effective '*'): Path, no INBOX
 12 S: [ 3] Enter list_store, flags=2
 13 S: [ 3] Callback enter list_store
 14   Junk
 15   Sent
 16   Drafts
 17   Trash
 18   INBOX
[... the output is more than 12,00 rows]

On line 11, I saw 'no INBOX', and looked up that row in the search engine of
isync's mailing list.  Unfortunately, I found no info that could help me
troubleshoot. I also read the manual entry for 'Pattern', tried '* INBOX' 
and other combinations to no avail.

$ mbsync -v
isync 1.3.0
$ uname -a
Linux x220 5.4.0-131-generic #147+10.0trisquel11 SMP Tue Oct 18 20:29:40 UTC 
2022 x86_64 x86_64 x86_64 GNU/Linux

What can I try to troubleshoot and understand why no emails are 
downloaded/sync'ed in
INBOX on my local machine?





_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to