minimize

Dirk Traulsen dirk.traulsen at lypso.de
Sun Aug 27 12:07:54 CEST 2006


Hi!

When oone tries to minimize an already minimized key, 
gpg states that it is already clean, not minimized.
This change would give the correct message.

Dirk

Index: g10/keyedit.c
===================================================================
--- g10/keyedit.c	(Revision 4227)
+++ g10/keyedit.c	(Arbeitskopie)
@@ -3247,7 +3248,12 @@
 	      modified=1;
 	    }
 	  else
-	    tty_printf(_("User ID \"%s\": already clean\n"),user);
+        {
+	      tty_printf(self_only==1?
+			 "User ID \"%s\": already minimized\n":
+			 "User ID \"%s\": already clean\n",
+			 user);
+        }
 
 	  xfree(user);
 	}




More information about the Gnupg-devel mailing list