From e4a02e59d4f17728f0c6ddff5f18d47823b51946 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 14 Jun 2010 11:54:26 +0200 Subject: [PATCH 1/1] only check recipients, not sender for sentinels --- .mutt/hooks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mutt/hooks b/.mutt/hooks index 6f1a5d4..1adb090 100644 --- a/.mutt/hooks +++ b/.mutt/hooks @@ -1,10 +1,10 @@ save-hook . =store send2-hook . 'reset sendmail' -send2-hook '~L notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'" +send2-hook '~C notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'" # this next works in combination with $use_domain to ensure I don't send # without expanding aliases: -send2-hook '~L @$hostname' "set sendmail='~/.mutt/error 1 Check your recipients!'" +send2-hook '~C @$hostname' "set sendmail='~/.mutt/error 1 Check your recipients!'" send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please' -- 2.39.2