From d8d2a32b85aac8304dea50db4d6ce3b7dc3ec6a1 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 16 Apr 2002 23:54:10 +0000 Subject: [PATCH] * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. --- mime-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-edit.el b/mime-edit.el index c5f51f1..34500d4 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -321,7 +321,7 @@ To insert a signature file automatically, call the function ;; Pure binary - ("\\.jpg$" + ("\\.jpg$\\|\\.jpeg$" "image" "jpeg" nil "base64" "inline" (("filename" . file))) -- 1.7.10.4