X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c3600620d817b21dcdcf82d56ff9082b688e1a5c..485d7cfcbdc6f70e6eb32b29cbd071f4c72c6bfc:/vm diff --git a/vm b/vm index e7777f0..3a1d494 100644 --- a/vm +++ b/vm @@ -2,13 +2,6 @@ ;;; ;;; Configuration for VM -(let ((path exec-path)) - (while path - (let ((try (expand-file-name "movemail" (car path)))) - (if (file-executable-p try) - (setenv "REAL_MOVEMAIL" try)) - (setq path (cdr path))))) - (setq vm-reply-subject-prefix "Re: " vm-included-text-prefix "> " vm-included-text-attribution-format "%F <%f> wrote:\n\n" @@ -23,6 +16,9 @@ vm-move-after-deleting t vm-delete-empty-folders) +(and (eq (terminal-coding-system) 'utf-8) + (add-to-list 'vm-mime-default-face-charsets "utf-8")) + (setq vm-mime-qp-encoder-program "mimencode" vm-mime-qp-encoder-switches '("-q") vm-mime-qp-decoder-program "mimencode" @@ -56,8 +52,8 @@ ("image/gif" "display") ("image/bmp" "display") ("image/tiff" "display") - ("application/postscript" "gv") - ("application/pdf" "gv"))) + ("application/postscript" "evince") + ("application/pdf" "evince"))) (setq vm-url-browser "firefox")