From: markus schnalke Date: Tue, 13 Dec 2011 12:10:15 +0000 (+0100) Subject: Minor change in output message X-Git-Tag: mmh-thesis-end~454 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=8758071f649ab5b469ca183a8c011d44e41951e2 Minor change in output message --- diff --git a/sbr/addrsbr.c b/sbr/addrsbr.c index df81839..77b6baa 100644 --- a/sbr/addrsbr.c +++ b/sbr/addrsbr.c @@ -368,8 +368,8 @@ ismymbox(struct mailname *np) } } if (oops) - advise(NULL, "please fix the %s: entry in your %s file", - "alternate-mailboxes", mh_profile); + advise(NULL, "please fix the profile entry %s", + "alternate-mailboxes"); } }