X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=epg.el;h=366e4b62cd359fec8fa2a5e5d072281e2687c7a7;hb=4b8ef64d89c205fc422fdeb0de4a779611c431f7;hp=243292c3a8b2db625747e9f7a12d4be7bd926966;hpb=52922bf3f8d3b7f4fee3359b18a5c03d2fac71c2;p=elisp%2Fepg.git diff --git a/epg.el b/epg.el index 243292c..366e4b6 100644 --- a/epg.el +++ b/epg.el @@ -1672,7 +1672,8 @@ This function is for internal use only." (string-to-number (aref line 2)) (aref line 4) (epg--time-from-seconds (aref line 5)) - (epg--time-from-seconds (aref line 6)))) + (unless (equal (aref line 6) "0") + (epg--time-from-seconds (aref line 6))))) ;;;###autoload (defun epg-list-keys (context &optional name mode)