Comment 2 for bug 631644

Revision history for this message
r0m1 (romain-richard-it-engineer) wrote :

I edited mine by hand, you just have to modify one line (line 46) to make it work :

from :
MAILBOXES_URLS = { "inbox": _("inbox") }
to :
MAILBOXES_URLS = { "inbox": _("mbox") }

Of course that's just a hack, but it works so that's fine with me.