move some string functions in lib-lib !
[apps/madmutt.git] / commands.c
index 6f9a0d3..3590596 100644 (file)
@@ -251,7 +251,7 @@ void ci_bounce_message (HEADER * h, int *redraw)
             (h ? _("Bounce message to %s") : _("Bounce messages to %s")),
             buf);
 
-  if (mutt_strwidth (prompt) > COLS - extra_space) {
+  if (m_strwidth(prompt) > COLS - extra_space) {
     mutt_format_string(prompt, sizeof(prompt), 0, COLS - extra_space, 0, 0,
                        prompt, sizeof(prompt), 0);
     m_strcat(prompt, sizeof(prompt), "...?");