From 870778ff05d2edf2b9a13c51dace12710d427500 Mon Sep 17 00:00:00 2001 Message-Id: <870778ff05d2edf2b9a13c51dace12710d427500.1717847603.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 8 Oct 2008 16:56:54 +0100 Subject: [PATCH] emacs: Handle mutt files as email. Organization: Straylight/Edgeware From: Mark Wooding --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index f4918d7..131e78a 100644 --- a/emacs +++ b/emacs @@ -408,7 +408,7 @@ ("\\.\\(tex\\|dtx\\)$" . latex-mode) ("\\.gc$" . haskell.-mode) (,(concat "^" (getenv "HOME") "/News/") . mdwmail-mode) - (,(concat "^" tmpdir "/\\(SLRN\\|snd\\|pico\\)") + (,(concat "^" tmpdir "/\\(SLRN\\|snd\\|pico\\|mutt\\)") . mdwmail-mode)) auto-mode-alist)) -- [mdw]