You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Following up from #2, it seems there might be a problem with exclude patterns. It could be a documentation problem, it could be a problem with mddiff or it could be a problem between this keyboard and my chair as well. :)
On the remote server (marcos), I have a normal Maildir folder managed by Dovecot, which means there's stuff like Maildir/{cur,new,tmp} but also Maildir/.Sent and so on. But because that server was also a workstation once upon a time (don't ask), there is also a Maildir/Koumbit folder hierarchy in there, which was synchronized by OfflineIMAP with another mailserver. It's kind of a mess too:
Probably some brain farting due to OfflineIMAP messing around. Anyways: I tried and I tried to ignore those folders, and nothing seemed to work. Here's the patterns I have in my config file:
Notice how smd warns about Maildir/Koumbit.INBOX.Archives even though it's explicitly listed in the exclude list? I would still have expected it to be picked up by Maildir/Koumbit* but it seems that even listing it directly doesn't work.
Am I doing something wrong?
PS: I heard you regarding the test suite, but I figured I would file a proper bug report and see if I was doing something obviously wrong before starting to mess around with the test suite..
Thanks!
The text was updated successfully, but these errors were encountered:
Oh, and it also seems strange that the translation layers fails in that way: it's nice because it allowed me to notice the problem, but I don't think it should fail at doing that round trip check either...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following up from #2, it seems there might be a problem with exclude patterns. It could be a documentation problem, it could be a problem with
mddiff
or it could be a problem between this keyboard and my chair as well. :)On the remote server (
marcos
), I have a normalMaildir
folder managed by Dovecot, which means there's stuff likeMaildir/{cur,new,tmp}
but alsoMaildir/.Sent
and so on. But because that server was also a workstation once upon a time (don't ask), there is also aMaildir/Koumbit
folder hierarchy in there, which was synchronized by OfflineIMAP with another mailserver. It's kind of a mess too:Probably some brain farting due to OfflineIMAP messing around. Anyways: I tried and I tried to ignore those folders, and nothing seemed to work. Here's the patterns I have in my config file:
Here is the error I'm getting:
Notice how smd warns about
Maildir/Koumbit.INBOX.Archives
even though it's explicitly listed in the exclude list? I would still have expected it to be picked up byMaildir/Koumbit*
but it seems that even listing it directly doesn't work.Am I doing something wrong?
PS: I heard you regarding the test suite, but I figured I would file a proper bug report and see if I was doing something obviously wrong before starting to mess around with the test suite..
Thanks!
The text was updated successfully, but these errors were encountered: