1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00

* mu-cmd-find.c: update for changes in mu-msg-fields

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-12 16:31:12 +03:00
parent 80d3fb22b2
commit 7268fcf253

View File

@ -154,7 +154,8 @@ print_rows (MuMsgIter *iter, const char *fields, size_t summary_len)
while (*myfields) {
const MuMsgField* field;
field = mu_msg_field_from_shortcut (*myfields);
if (!field || !mu_msg_field_xapian_value (field))
if (!field || ( !mu_msg_field_xapian_value (field) &&
!mu_msg_field_xapian_contact (field)))
len += printf ("%c", *myfields);
else
len += printf ("%s",