From 28954971ce096d47365021b79781d4f38d4f6ee2 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 15 Jun 2015 21:41:22 +0200 Subject: email: use msmtp in guix profile --- lisp/email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/email.el') diff --git a/lisp/email.el b/lisp/email.el index 324231b..b61cd6b 100644 --- a/lisp/email.el +++ b/lisp/email.el @@ -74,7 +74,7 @@ (setq message-send-mail-function 'message-send-mail-with-sendmail) ;;use msmtp instead of sendmail -(setq sendmail-program "/usr/bin/msmtp") +(setq sendmail-program "~/.guix-profile/bin/msmtp") (global-set-key (kbd "") 'mu4e) -- cgit v1.2.3