From 2b81707c51f2ae26db5129d15741fe89a3b781d2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 26 Jul 2016 16:55:55 +0200 Subject: rename map to seq The old terminology didn't make much sense to users. --- seq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'seq.c') diff --git a/seq.c b/seq.c index 56caa56..3d5b70e 100644 --- a/seq.c +++ b/seq.c @@ -40,9 +40,9 @@ blaze822_seq_open(char *file) // env $SEQ or something if (!file) - file = getenv("MAILMAP"); + file = getenv("MAILSEQ"); if (!file) - file = blaze822_home_file(".santoku/map"); + file = blaze822_home_file(".santoku/seq"); fd = open(file, O_RDONLY); if (!fd) return 0; -- cgit 1.4.1