summaryrefslogtreecommitdiff
path: root/pith/mailindx.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/mailindx.c')
-rw-r--r--pith/mailindx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/mailindx.c b/pith/mailindx.c
index 09cdc2c8..57c9a7ec 100644
--- a/pith/mailindx.c
+++ b/pith/mailindx.c
@@ -5318,6 +5318,7 @@ subj_str(INDEXDATA_S *idata, char *str, size_t strsize, SubjKW kwtype, int openi
iutf8ncpy(origsubj, sp, len);
origsubj[len] = '\0';
+ replace_tabs_by_space(origsubj);
removing_trailing_white_space(origsubj);
/*
@@ -6184,6 +6185,7 @@ from_str(IndexColType ctype, INDEXDATA_S *idata, char *str, size_t strsize, ICE_
break;
}
}
+ replace_tabs_by_space(str);
}