]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't decrypt encrypted files.
authorRichard Stallman <rms@gnu.org>
Wed, 12 Aug 2015 15:24:30 +0000 (11:24 -0400)
committerRichard Stallman <rms@gnu.org>
Wed, 12 Aug 2015 15:24:30 +0000 (11:24 -0400)
* mail-utils.el (mail-file-babyl-p): Bind epa-inhibit to t.

lisp/mail/mail-utils.el

index 736e3f5254fcff2a1f147e2cfea6adc95ae88cb9..3d5d7c9605477ae3dc92bbec61039d79f49f7b46 100644 (file)
@@ -50,9 +50,10 @@ also the To field, unless this would leave an empty To field."
 ;;;###autoload
 (defun mail-file-babyl-p (file)
   "Return non-nil if FILE is a Babyl file."
-  (with-temp-buffer
-    (insert-file-contents file nil 0 100)
-    (looking-at "BABYL OPTIONS:")))
+  (let ((epa-inhibit t))
+    (with-temp-buffer
+      (insert-file-contents file nil 0 100)
+      (looking-at "BABYL OPTIONS:"))))
 
 (defun mail-string-delete (string start end)
   "Returns a string containing all of STRING except the part