tThe content type does not need to be reordered. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 1bbf319cf7e63b4bed0d253e89aeb1b5167de8d4
 (DIR) parent 83d97648a2f3a717c8051c8b6e8707c01a135631
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 24 Jul 2017 07:41:25 +0200
       
       The content type does not need to be reordered.
       
       Diffstat:
         mime.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/mime.c b/mime.c
       t@@ -530,7 +530,7 @@ mime_sanitizeparams(llist_t *params)
                n = 0;
                forllist(params, param) {
                        if (n == 0) {
       -                        llist_add(reorder, param->key, NULL, 0);
       +                        //printf("first key: %s\n", param->key);
                                n++;
                                continue;
                        }