* mu-str.c: much improved mu_str_normalize_subject (to skip Re:, Fwd: etc. for sorting)

This commit is contained in:
djcb
2012-06-15 18:21:21 +03:00
parent 0c520ed8ea
commit b0fe9770e4
3 changed files with 42 additions and 10 deletions

View File

@ -55,6 +55,7 @@ tags:
cc10:
@$(PMCCABE) `find -name '*.c' -o -name '*.cc'` \
| grep -v mu-str-normalize.c \
| grep -v mu_str_subject_normalize \
| grep -v tests \
| sort -nr | awk '($$1 > 10)'
@ -65,6 +66,7 @@ cc10:
line35:
@$(PMCCABE) -c `find -name '*.c' -o -name '*.cc'` \
| grep -v mu-str-normalize.c \
| grep -v mu_str_subject_normalize \
| grep -v config_options_group_find \
| grep -v SCM_DEFINE_PUBLIC \
| grep -v tests \