projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce8a87
)
Minor change in output message
author
markus schnalke
<meillo@marmaro.de>
Tue, 13 Dec 2011 12:10:15 +0000
(13:10 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Tue, 13 Dec 2011 12:10:15 +0000
(13:10 +0100)
sbr/addrsbr.c
patch
|
blob
|
history
diff --git
a/sbr/addrsbr.c
b/sbr/addrsbr.c
index
df81839
..
77b6baa
100644
(file)
--- 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");
}
}