diff options
author | David Shaw <[email protected]> | 2005-11-10 23:16:34 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-10 23:16:34 +0000 |
commit | 843d5719e79eb82f166fc7f37fcf323b556d256f (patch) | |
tree | 1910fd116bc62f0a0a4bb2a6a8328588c959c1e2 /g10/packet.h | |
parent | * packet.h: Move some flags to a bitfield. Change all callers. (diff) | |
download | gnupg-843d5719e79eb82f166fc7f37fcf323b556d256f.tar.gz gnupg-843d5719e79eb82f166fc7f37fcf323b556d256f.zip |
* packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.c
(clean_uids_from_key): Fix display bug where sigs cleaned for other
reasons caused a uid to appear as if it had been compacted.
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index 11af544ce..56d9f0bd8 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -208,6 +208,7 @@ typedef struct /* TODO: Move more flags here */ unsigned mdc:1; unsigned ks_modify:1; + unsigned compacted:1; } flags; char name[1]; } PKT_user_id; |