about summary refs log tree commit diff
path: root/mcomp
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 19:36:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 19:36:23 +0200
commit41474c2e685b3b36c6298b1e7493924afa9cea06 (patch)
treeee3a87a1d54a2067c6757e5a8d9ee6cb3b8ace87 /mcomp
parent60f4618e2be0229e966a2c8e9bf5ca4f5cd70944 (diff)
downloadmblaze-41474c2e685b3b36c6298b1e7493924afa9cea06.tar.gz
mblaze-41474c2e685b3b36c6298b1e7493924afa9cea06.tar.xz
mblaze-41474c2e685b3b36c6298b1e7493924afa9cea06.zip
rename .santoku to .mblaze
Diffstat (limited to 'mcomp')
-rwxr-xr-xmcomp8
1 files changed, 4 insertions, 4 deletions
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"