* make mu find --format=plain output respect the locale

This commit is contained in:
Dirk-Jan C. Binnema 2011-06-01 21:56:09 +03:00
parent 4629e26609
commit e16c95a883
1 changed files with 2 additions and 1 deletions

View File

@ -276,7 +276,8 @@ mu_output_plain (MuMsgIter *iter, const char *fields, gboolean summary,
len += printf ("%c", *myfields);
else {
ansi_color_maybe (mfid, color);
len += fputs (display_field (myiter, mfid), stdout);
len += mu_util_fputs_encoded
(display_field (myiter, mfid), stdout);
ansi_reset_maybe (mfid, color);
}
}