about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c2
1 files changed, 1 insertions, 1 deletions
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);
 		}