Menu

#20 "The configuration doesn't contain a store named ..." error message can be misleading

None
open
nobody
bug (13)
5
2020-11-10
2012-07-03
No

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
}

Discussion

  • Tomas Pospisek

    Tomas Pospisek - 2012-07-03

    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

     
  • Tomas Pospisek

    Tomas Pospisek - 2020-11-10
    • summary: Bad error report --> "The configuration doesn't contain a store named ..." error message can be misleading
    • Group: -->
     

Log in to post a comment.