X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=curs_main.c;h=3fd4641457004761dee05f719ac5a04ca5d2f813;hb=a8477ebaa09990b3688164cbe5cf661c4189541d;hp=69431634fc0865e1d83b30d88e98f4670fd1e052;hpb=e01486aabea6f0af36933158bd58b9ab03b30add;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 6943163..3fd4641 100644 --- a/curs_main.c +++ b/curs_main.c @@ -957,7 +957,7 @@ int mutt_index_menu (void) unset_option (OPTHIDEREAD); } FREE (&Context->pattern); - Context->pattern = safe_strdup (buf); + Context->pattern = str_dup (buf); } if ((op == OP_TOGGLE_READ && mutt_pattern_func (M_LIMIT, NULL) == 0) || mutt_pattern_func (M_LIMIT, _("Limit to messages matching: ")) == 0) @@ -2165,7 +2165,7 @@ int mutt_index_menu (void) sleep (2); } else if (op != OP_FOLLOWUP || !CURHDR->env->followup_to || - safe_strcasecmp (CURHDR->env->followup_to, "poster") || + str_casecmp (CURHDR->env->followup_to, "poster") || query_quadoption (OPT_FOLLOWUPTOPOSTER, _("Reply by mail as poster prefers?")) != M_YES) {