X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;h=74490e472a0897090471dcaa910fc100207473f1;hp=4e0f8692ab881f24d60dc3f5a45a995a1a1259a3;hb=3ebcd58b39ed808d967c502b332efc868e468a3c;hpb=91acd32003fb8eb9b3b05b35c1aa32a6c07aad43 diff --git a/postpone.c b/postpone.c index 4e0f869..74490e4 100644 --- a/postpone.c +++ b/postpone.c @@ -312,10 +312,7 @@ int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc, string_list_wipe(&tmp); tmp = next; } - else if ((m_strncmp("Pgp:", tmp->data, 4) == 0 /* this is generated - * by old mutt versions - */ - || m_strncmp("X-Mutt-PGP:", tmp->data, 11) == 0)) { + else if (m_strncmp("X-Mutt-PGP:", tmp->data, 11) == 0) { hdr->security = mutt_parse_crypt_hdr (strchr (tmp->data, ':') + 1, 1); hdr->security |= APPLICATION_PGP;