Re: Patch: Better multipart handling + HTML-to-text conversion on reply



On 13/11 2001 10:27 Toralf Lund wrote:
> A rerun of one of some of my favourite updates, here. The attached patch 
> will:
> 
> 1. Provide a better part selection routine.
> 2. Implement part selection when quoting a message.
> 3. Introduce a HTML-to-text conversion step for replies to messages that 
> are purely HTML.
This update may also need

--- libmutt/lib.c	2001/05/26 09:13:21	1.16
+++ libmutt/lib.c	2001/11/13 10:16:22
@@ -40,7 +40,7 @@
  {
    BODY *p = (BODY *) safe_calloc (1, sizeof (BODY));
      -  p->disposition = DISPATTACH;
+  p->disposition = DISPINLINE;
    p->use_disp = 1;
    return (p);
  }

--
- Toralf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]