2006-04-03 Daiki Ueno <ueno@unixuser.org>
authorSimon Josefsson <jas@extundo.com>
Mon, 3 Apr 2006 09:08:26 +0000 (09:08 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 3 Apr 2006 09:08:26 +0000 (09:08 +0000)
* pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
lines, temporary fix.

lisp/ChangeLog
lisp/pgg-gpg.el

index a9d0f19..5818c9e 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
+       lines, temporary fix.
+
 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
index da1a718..def7fd3 100644 (file)
     (when (buffer-live-p (process-buffer process))
       (insert-buffer-substring (process-buffer process))
       (goto-char (point-min))
-      (delete-matching-lines "^\\[GNUPG:] ")
+      ;(delete-matching-lines "^\\[GNUPG:] ")
       (goto-char (point-min))
       (while (re-search-forward "^gpg: " nil t)
        (replace-match "")))