summaryrefslogtreecommitdiff
path: root/mh/mh_alias.y
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_alias.y')
-rw-r--r--mh/mh_alias.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/mh/mh_alias.y b/mh/mh_alias.y
index 0d6bffcc2..54e3cd1c6 100644
--- a/mh/mh_alias.y
+++ b/mh/mh_alias.y
@@ -492,6 +492,9 @@ int
mh_read_aliases ()
{
const char *p;
+
+ if (alias_list)
+ return 0;
p = mh_global_profile_get ("Aliasfile", NULL);
if (p)

Return to:

Send suggestions and report system problems to the System administrator.