From cb1389c00e0b2589bd02bf6a4f4900f810e13f32 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 3 Jan 2010 15:35:27 +0000 Subject: [PATCH] dot/emacs: Make `gnus' be the default mail reader. Organization: Straylight/Edgeware From: Mark Wooding This gets used by the `biff'-a-like in the mode line. --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 0dcee0a..ef0feac 100644 --- a/dot/emacs +++ b/dot/emacs @@ -124,7 +124,8 @@ (setq sendmail-program "~/bin/sendmail-hack") -(setq mail-user-agent 'message-user-agent) +(setq mail-user-agent 'message-user-agent + read-mail-command 'gnus) (setq message-signature-separator "^-- \\(\\|\\[mdw\\]\\)$" message-yank-prefix "> " message-yank-cited-prefix "> " -- [mdw]