]> granicus.if.org Git - neomutt/commitdiff
Two lines were in reverse order. Noted by Daniel Eisenbud.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 16 Dec 1998 13:23:06 +0000 (13:23 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 16 Dec 1998 13:23:06 +0000 (13:23 +0000)
imap.c

diff --git a/imap.c b/imap.c
index 37db95289ab88e4db1c83963d2f26c44c13e8b9e..d0cab21b6cdd630d2bf1a113380940bd0f20a97d 100644 (file)
--- a/imap.c
+++ b/imap.c
@@ -1255,8 +1255,8 @@ int imap_append_message (CONTEXT *ctx, MESSAGE *msg)
     if (buf[0] == '*' && ctx->data && 
        imap_handle_untagged (((CONTEXT *)(CTX_DATA->conn))->data, buf) != 0)
     {
-      return (-1);
       fclose (fp);
+      return (-1);
     }
   }
   while ((mutt_strncmp (buf, seq, SEQLEN) != 0) && (buf[0] != '+'));