From e4a505a0e1eac712a7a6e9848e536a0777a09522 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Feb 2006 15:48:09 +0000 Subject: [PATCH] vm: Cosmetic fixes. --- vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm b/vm index e488ad6..66fc14b 100644 --- a/vm +++ b/vm @@ -43,6 +43,7 @@ '(("image/jpeg" "display") ("image/jpg" "display") ("image/gif" "display") + ("image/bmp" "display") ("image/tiff" "display") ("application/postscript" "gv") ("application/pdf" "gv"))) @@ -52,8 +53,7 @@ (setq vm-frame-parameter-alist '((folder ((width . 81) (height . 33))) (summary ((width . 81) (height . 33))) - (primary-summary ((width . 81) (height . 33))) - )) + (primary-summary ((width . 81) (height . 33))))) (setq vm-auto-folder-alist '(("delivered-to" ("root@" . "admin")))) -- 2.11.0