about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-09-02 23:52:14 +0200
committerGitHub <noreply@github.com>2016-09-02 23:52:14 +0200
commitd50bfcecbaae8740d3da1250dd4c0f2561392b18 (patch)
tree537c9ac30b77bb705a8dd13244b78d3f5db459a9 /mshow.c
parent8d3fa82d8246a08d2c7899963ad7cf61b7a4563c (diff)
parent81fbda6ff1a2bfe67ecef63c5ceb5990329767c1 (diff)
downloadmblaze-d50bfcecbaae8740d3da1250dd4c0f2561392b18.tar.gz
mblaze-d50bfcecbaae8740d3da1250dd4c0f2561392b18.tar.xz
mblaze-d50bfcecbaae8740d3da1250dd4c0f2561392b18.zip
Merge pull request #3 from escondida/profiles
Add $MBLAZE environment variable to set profile location
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 2111512..4342ed2 100644
--- a/mshow.c
+++ b/mshow.c
@@ -728,7 +728,7 @@ main(int argc, char *argv[])
 		if (!(qflag || rflag)) {
 			char *f = getenv("MAILFILTER");
 			if (!f)
-				f = blaze822_home_file(".mblaze/filter");
+				f = blaze822_home_file("filter");
 			if (f)
 				filters = blaze822(f);
 		}