From: Thomas Roessler Date: Thu, 1 Jul 1999 10:02:33 +0000 (+0000) Subject: Fix a small imap-related bug. X-Git-Tag: mutt-0-96-4-rel~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3f38d9314bb681a944067e13083660f2c514c3d;p=mutt Fix a small imap-related bug. --- diff --git a/mx.c b/mx.c index ae0bfd57..01ad6d41 100644 --- 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