projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff28fd3
)
revoce the previous commit, this was done erroneously
author
Karl-Heinz Zimmer
<khz@kde.org>
Wed, 8 May 2002 12:14:13 +0000
(12:14 +0000)
committer
Karl-Heinz Zimmer
<khz@kde.org>
Wed, 8 May 2002 12:14:13 +0000
(12:14 +0000)
gpgmeplug/gpgmeplug.c
patch
|
blob
|
history
diff --git
a/gpgmeplug/gpgmeplug.c
b/gpgmeplug/gpgmeplug.c
index 0132a67ed74d546c8b5ebf7b015492c6ce60a309..43312d4f2bd1568205e0cbcc52f69a09fe8bb64d 100644
(file)
--- a/
gpgmeplug/gpgmeplug.c
+++ b/
gpgmeplug/gpgmeplug.c
@@
-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;
}