]> granicus.if.org Git - mutt/commitdiff
Fix a small imap-related bug.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 1 Jul 1999 10:02:33 +0000 (10:02 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 1 Jul 1999 10:02:33 +0000 (10:02 +0000)
mx.c

diff --git a/mx.c b/mx.c
index ae0bfd579d8bbc036d5e9d529d45d9028c8b921b..01ad6d41fa50ffbafce6fbf3e6b576d3d1bbad3f 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -1033,7 +1033,6 @@ int imap_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr)
   if ((msg->fp = safe_fopen (tmp, "w")) == NULL)
     return (-1);
   msg->path = safe_strdup(tmp);
-  msg->ctx = dest;
   return 0;
 }
 #endif