X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/7445ca65f7eb66d927955d07aab9bbed03869713..aa024d097d762aaa2149027fecc28012103f59dd:/vm diff --git a/vm b/vm index fcd353d..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"