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 --- mshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mshow.c') diff --git a/mshow.c b/mshow.c index 5435938..b13f218 100644 --- a/mshow.c +++ b/mshow.c @@ -757,7 +757,7 @@ main(int argc, char *argv[]) if (!(qflag || rflag)) { char *f = getenv("MAILFILTER"); if (!f) - f = blaze822_home_file(".santoku/filter"); + f = blaze822_home_file(".mblaze/filter"); if (f) filters = blaze822(f); } -- cgit 1.4.1