X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;h=06b5929e21e5eaeedbf66c4291265023cca000dd;hp=e5a3629d285f02ca46305551fe33cc360a4b9a60;hb=f6e3352d408b7bbbfb46357b6be2c11f9cf95e35;hpb=dd5354f76c36f71044f6ddeee61241691c7195ff diff --git a/postpone.c b/postpone.c index e5a3629..06b5929 100644 --- a/postpone.c +++ b/postpone.c @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include @@ -325,26 +325,6 @@ int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc, string_list_wipe(&tmp); tmp = next; } - else if (m_strncmp("X-Mutt-Mix:", tmp->data, 11) == 0) { - char *t; - - string_list_wipe(&hdr->chain); - - t = strtok (tmp->data + 11, " \t\n"); - while (t) { - hdr->chain = mutt_add_list (hdr->chain, t); - t = strtok (NULL, " \t\n"); - } - - next = tmp->next; - if (last) - last->next = tmp->next; - else - hdr->env->userhdrs = tmp->next; - tmp->next = NULL; - string_list_wipe(&tmp); - tmp = next; - } else { last = tmp; tmp = tmp->next; @@ -353,8 +333,6 @@ int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc, return (code); } - - int mutt_parse_crypt_hdr (char *p, int set_signas) { int pgp = 0;