Hi,

I am using mbsync with a pretty normal IMAP server. Everything is
working as I would expect, except for moving sent messages.

As test I have sent 2 mails from my account. The messages are saved in
"Sent Messages" and mbsynced correctly.
After that I moved message A to a different folder with Mail.app on
macOS. Message B I moved with Emacs gnus utilizing mbsync. After
this operation (and running mbsync), only the message A is visible in
Mail.app and message B in Emacs gnus.
So it seems only the "client" who have moved the message can see that
message.
But in my webmail I also see message A moved by Mail.app, and not
message B.

Did I misconfigure something? Below is my config:



# The IMAP server you wish to copy mails from.
IMAPAccount iotcl
Host my.email.host
User my@email.address
PassCmd "security find-generic-password -s password-for-the-email-account -w"
SSLType STARTTLS

# Link IMAP server to remote used below. Note Account is set to 'original' now 
-- we'll be set it to 'target' later!
IMAPStore iotcl-remote
Account iotcl

# The local storage we'll be using. Note the trailing slash at the end of the 
Path!
MaildirStore iotcl-local
Path ~/Maildir/iotcl/
Inbox ~/Maildir/iotcl/INBOX

# This is where the magic happens.
Channel iotcl-channel
Master :iotcl-remote:
Slave :iotcl-local:
Patterns *
Create Both
SyncState *

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to