X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mx%2Fmbox.c;h=14f00a938333f756b57d83f650bb922c14a0a481;hb=8eeb8c4bac4a99f7f61dd67105b3cdf35925d036;hp=26b558051e79499031c1374f9f4e0fe5ce145094;hpb=3df8394237281da49430194617e00a292b6067c4;p=apps%2Fmadmutt.git diff --git a/lib-mx/mbox.c b/lib-mx/mbox.c index 26b5580..14f00a9 100644 --- a/lib-mx/mbox.c +++ b/lib-mx/mbox.c @@ -546,7 +546,7 @@ static int mbox_sync_mailbox (CONTEXT * ctx, int unused __attribute__ ((unused)) return (-1); /* Create a temporary file to write the new version of the mailbox in. */ - fp = m_tempfile (tempfile, _POSIX_PATH_MAX, NONULL(Tempdir), NULL); + fp = m_tempfile(tempfile, _POSIX_PATH_MAX, NONULL(Tempdir), NULL); if (fp == NULL) { mutt_error _("Could not create temporary file!"); mutt_sleep (5); @@ -610,7 +610,6 @@ static int mbox_sync_mailbox (CONTEXT * ctx, int unused __attribute__ ((unused)) unlink (tempfile); goto bail; } - } /* save the new offset for this message. we add `offset' because the