From: Thomas Roessler Date: Thu, 9 Jan 2003 17:27:25 +0000 (+0000) Subject: Don't make a "hard" transition to the new GnuPG syntax in pgpring. X-Git-Tag: mutt-1-5-4-rel~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eff01c11006365db847867fd7013aa646bb0823;p=mutt Don't make a "hard" transition to the new GnuPG syntax in pgpring. This change undoes one of David Shaw's changes which were just committed. --- diff --git a/pgppubring.c b/pgppubring.c index 9e1e1179..27e725ef 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -897,6 +897,8 @@ static void pgpring_dump_keyblock (pgp_key_t *p) putchar ('r'); if (p->flags & KEYFLAG_EXPIRED) putchar ('e'); + if (p->flags & KEYFLAG_DISABLED) + putchar ('d'); for (uid = p->address; uid; uid = uid->next, first = 0) {