]> granicus.if.org Git - mutt/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)
commitcea0508289bd7a77840e90e0d11848c90afcb1be
treed885644b03d81deda60a1a4f5a69a1872b38d12f
parent18c0f4ce354f6d97642c3a9b6d95e1dd54202a74
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