mailsync -s default
Only simulating
Error: Malconfigured channel default
The configuration doesn't contain a store named "local-imap"
But the problem is in the other store's name. Here's my config:
store boostpro-gmail {
server {imap.gmail.com/user=dave@boostpro.com/ssl}
ref {imap.gmail.com}
pat INBOX
passwd XXXXXXX
}
store local-imap {
server {localhost/user=dave/ssl}
ref {imap.gmail.com}
pat INBOX
}
channel default local-imap gmail {
msinfo /Users/dave/.mailsync.state
}
Hello Dave
thanks for reporting the bug.
So the problem with the config is that the *other* store's name is wrong.
And the problem with mailsync is that it's confusing the names of the two stores, when reporting the error...
If you want to have a look you can send a patch to fix that.
Greets,
*t