From b0385aa88e781c4546bd37c5880f761bea3cb5ae Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 3 Dec 2018 18:49:46 +0100
Subject: [PATCH] Use mailutils' mail as default mail sender.

---
 pingmailrc.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pingmailrc.example b/pingmailrc.example
index 954e8ff..cbaf8c4 100644
--- a/pingmailrc.example
+++ b/pingmailrc.example
@@ -32,7 +32,7 @@ msg2checker='pingmail reporting in:\n
 \nMaybe you should give them a call to check if they are okay.'
 
 # mail client command reading message body from stdin and subject from parameter
-mailclient_s='mutt -s'
+mailclient_s='mail -s'
 
 # mailbox file to check for most recent life sign
 mbox=$HOME'/mail/foo'
-- 
2.30.2