revoce the previous commit, this was done erroneously
authorKarl-Heinz Zimmer <khz@kde.org>
Wed, 8 May 2002 12:14:13 +0000 (12:14 +0000)
committerKarl-Heinz Zimmer <khz@kde.org>
Wed, 8 May 2002 12:14:13 +0000 (12:14 +0000)
gpgmeplug/gpgmeplug.c

index 0132a67ed74d546c8b5ebf7b015492c6ce60a309..43312d4f2bd1568205e0cbcc52f69a09fe8bb64d 100644 (file)
@@ -452,6 +452,8 @@ bool signatureCertificateExpiryNearWarning( void )
 
 int signatureCertificateDaysLeftToExpiry( const char* certificate )
 {
+  // pending (khz): make this work!
+  /*
   GpgmeCtx ctx;
   GpgmeError err;
   GpgmeKey rKey;
@@ -477,6 +479,8 @@ int signatureCertificateDaysLeftToExpiry( const char* certificate )
   gpgme_release( ctx );
 
   return daysLeft;
+  */
+  return 10;
 }