From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Hirsch Date: Mon, 18 Jul 2005 09:49:17 +0000 Subject: Re: Fw: footer isn't appended to multipart messages (part II: reality Message-Id: <42DB7B1D.1000406@plonk.de> List-Id: References: <200507052130.02825.lists@seattleserver.com> In-Reply-To: <200507052130.02825.lists@seattleserver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org Mads Martin Joergensen wrote: >>--- mlmmj-1.2.8/src/do_all_the_voodo_here.c 2005-05-09 14:50:15.000000000 +0200 >>+ int mime = 0; >>+ char *content_orig = NULL; /* original content-type header */ >>+ char *boundary = NULL; > Couldn't you read it from mlmmj-process.c ? I'm not sure if I understand what you mean. I have to modify the Content-Type header and parts of the message, which can only be done in do_all_the_voodo_here(), AFAICT. The Content-Type is not needed outside of do_all_the_voodo_here(), so I did not mess with it in mlmmj-process.c. Or did I miss something here?