]> granicus.if.org Git - mutt/commitdiff
Don't make a "hard" transition to the new GnuPG syntax in pgpring.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 9 Jan 2003 17:27:25 +0000 (17:27 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 9 Jan 2003 17:27:25 +0000 (17:27 +0000)
This change undoes one of David Shaw's changes which were just
committed.

pgppubring.c

index 9e1e1179f4ef7555ffcd48d113d9d44fcc22b618..27e725ef422a7487f56913022fb8ea3256b2c5f3 100644 (file)
@@ -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)
     {