On 25.7.2007, at 16.31, Ralf Hildebrandt wrote:
> Jul 25 15:22:27 postamt dovecot: IMAP(hdaebrit):
inotify_rm_watch()
> failed: Invalid argument
It probably means that you had one session running IDLE in a
mailbox,
and another session deleted the mailbox. It's a bit stupid
that
inotify_rm_watch() gives that error when it loses the
watched file. I
already made it ignore this error in v1.1 code. I suppose I
could
ignore it for v1.0.3 as well. http://hg.dove
cot.org/dovecot-1.0/rev/
faf0bb8cd57d
|