]> granicus.if.org Git - neomutt/commit
Actually reopen mbox/mmdf files in case we find modifications. Closes #2725.
authorRocco Rutte <pdmef@gmx.net>
Wed, 13 May 2009 10:21:43 +0000 (12:21 +0200)
committerRocco Rutte <pdmef@gmx.net>
Wed, 13 May 2009 10:21:43 +0000 (12:21 +0200)
commitd5e9ff04e4f832900e77a2bf7733b17d9707e744
treed885644b03d81deda60a1a4f5a69a1872b38d12f
parent823f8c7c0bcfe819b9cc5bcd356881f62847dcc5
Actually reopen mbox/mmdf files in case we find modifications. Closes #2725.

Since the file is changed while we have it open in ctx->fp, we likely
get wrong information when parsing the mailbox. Now we explicitely close
and (re)open it.
mbox.c