Skip to content

Commit

Permalink
Add MH sub-type support for ezmlm-archives
Browse files Browse the repository at this point in the history
  • Loading branch information
clausa authored and rc0 committed Jan 28, 2008
1 parent 7753eb0 commit b850b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dirscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 269,9 @@ int filter_is_mh(const char *path, const struct stat *sb)/*{{{*/
has_child_file(path, "cmeta") ||
has_child_file(path, "summary") ||
/* Mew */
has_child_file(path, ".mew-summary")
has_child_file(path, ".mew-summary") ||
/* ezmlm/archive */
has_child_file(path, "index")
) {
result = 1;
}
Expand Down

0 comments on commit b850b8b

Please sign in to comment.