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 --- mgenmid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mgenmid.c') diff --git a/mgenmid.c b/mgenmid.c index 6122519..1e57210 100644 --- a/mgenmid.c +++ b/mgenmid.c @@ -31,7 +31,7 @@ int main() char hostbuf[1024]; char *host = 0; - char *f = blaze822_home_file(".santoku/profile"); + char *f = blaze822_home_file(".mblaze/profile"); struct message *config = blaze822(f); if (config) // try FQDN: first @@ -74,7 +74,7 @@ int main() if (!host) { fprintf(stderr, "mgenmid: failed to find a FQDN for the Message-ID.\n" - " Define 'FQDN:' or 'Local-Mailbox:' in ~/.santoku/profile\n" + " Define 'FQDN:' or 'Local-Mailbox:' in ~/.mblaze/profile\n" " or add a FQDN to /etc/hosts.\n"); exit(1); } -- cgit 1.4.1