rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 1bbf319cf7e63b4bed0d253e89aeb1b5167de8d4
parent 83d97648a2f3a717c8051c8b6e8707c01a135631
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(-)

diff --git a/mime.c b/mime.c @@ -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; }