Hi list,
many moons ago I asked about preserving hardlink between identical
messages when pigeonhole (for sieve filtering) was used.
The reply was that, while hardlink worked well for non-filtered
messages, using pigeonhole broke the hardlink (ie: some message-specific
data was appended to th
In https://wiki.dovecot.org/Migration/Courier ,
mail_location = maildir:~/Maildir
namespace {
prefix = INBOX.
separator = .
inbox = yes
}
... is wrong. Apparently it should be ...
mail_location = maildir:~/INBOX
...which at least seemed to work, although (by that time?) I wound up
re