From: Thomas Roessler Date: Wed, 13 Jan 1999 10:43:52 +0000 (+0000) Subject: Fix postponing of PGP messages. X-Git-Tag: mutt-0-96-rel~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf06a8c05b4d6572972a5eb2bdee5fd1b566f025;p=mutt Fix postponing of PGP messages. --- diff --git a/postpone.c b/postpone.c index 74cda268..f4083fd1 100644 --- a/postpone.c +++ b/postpone.c @@ -278,7 +278,7 @@ int mutt_get_postponed (CONTEXT *ctx, HEADER *hdr, HEADER **cur, char *fcc, size */ || mutt_strncmp ("X-Mutt-PGP:", tmp->data, 11) == 0) { - hdr->pgp = mutt_parse_pgp_hdr (tmp->data+4, 1); + hdr->pgp = mutt_parse_pgp_hdr (strchr (tmp->data, ':') + 1, 1); /* remove the pgp field */ next = tmp->next;