Commit ae7ab6f5 ae7ab6f5a0181b22f898625ca2e7d58a87719b0d by Sergey Poznyakoff

(mh_read_profile): Read Reply-Regex

1 parent c2e27396
......@@ -66,9 +66,11 @@ mh_read_profile ()
if (mh_auto_install && access (p, R_OK))
mh_install (p, 1);
profile = mh_context_create (p, 1);
mh_context_read (profile);
mh_set_reply_regex (mh_global_profile_get ("Reply-Regex", NULL));
}
/* Global context */
......