From 41474c2e685b3b36c6298b1e7493924afa9cea06 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 1 Aug 2016 19:36:23 +0200 Subject: rename .santoku to .mblaze --- mcomp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mcomp') diff --git a/mcomp b/mcomp index 92f4919..1917ec6 100755 --- a/mcomp +++ b/mcomp @@ -13,7 +13,7 @@ msgid() { mgenmid 2>/dev/null | sed 's/.*/Message-Id: &/' } -outbox=$(mhdr -h outbox ~/.santoku/profile) +outbox=$(mhdr -h outbox ~/.mblaze/profile) if [ -z "$outbox" ]; then i=0 while [ -f "snd.$i" ]; do @@ -42,9 +42,9 @@ fi echo "Cc: " echo "Bcc: " echo "Subject: " - from=$(mhdr -h local-mailbox ~/.santoku/profile) + from=$(mhdr -h local-mailbox ~/.mblaze/profile) [ "$from" ] && echo "From: $from" - cat ~/.santoku/headers 2>/dev/null + cat ~/.mblaze/headers 2>/dev/null msgid echo echo @@ -66,7 +66,7 @@ fi s=${s#[Ff][Ww][Dd]:} done echo "Subject: Re: $s" - cat ~/.santoku/headers 2>/dev/null + cat ~/.mblaze/headers 2>/dev/null echo -n "References:" { mhdr -h references "$1" -- cgit 1.4.1