<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<tt>In <a class="moz-txt-link-freetext" href="https://wiki.dovecot.org/Migration/Courier">https://wiki.dovecot.org/Migration/Courier</a> ,<br>
<br>
</tt><br>
<pre>mail_location = maildir:~/Maildir
<span class="anchor" id="line-2-2"></span>
<span class="anchor" id="line-3-2"></span>namespace {
<span class="anchor" id="line-4-2"></span> prefix = INBOX.
<span class="anchor" id="line-5-2"></span> separator = .
<span class="anchor" id="line-6-2"></span> inbox = yes
<span class="anchor" id="line-7-2"></span>}
... is wrong. Apparently it should be ...
mail_location = maildir:~/INBOX
...which at least seemed to work, although (by that time?) I wound up re-downloading all mail.
Steve Newcomb
<a class="moz-txt-link-abbreviated" href="mailto:srn@coolheads.com">srn@coolheads.com</a>
(Unable to edit the wiki page... Mysterious question stood in the way, something like, "How do you prevent spam?" Evidently I don't know the correct answer.
</pre>
</body>
</html>