+2009-06-18 Ulrich Mueller <ulm@gentoo.org>
+
+ * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
+ format used by GnuPG 2.0.a11.
+
2009-06-18 Glenn Morris <rgm@gnu.org>
* files.el (dir-locals-set-directory-class): Make mtime argument
(let ((args (list "--with-colons" "--no-greeting" "--batch"
(if all "--list-secret-keys" "--list-keys")
string))
- (key-regexp (concat "^\\(sec\\|pub\\)"
+ (key-regexp (concat "^\\(sec\\|pub\\|uid\\)"
":[^:]*:[^:]*:[^:]*:\\([^:]*\\):[^:]*"
- ":[^:]*:[^:]*:[^:]*:\\([^:]*\\):")))
+ ":[^:]*:[^:]*:[^:]*:\\([^:]+\\):")))
(with-temp-buffer
(apply #'call-process pgg-gpg-program nil t nil args)
(goto-char (point-min))