| 848 | } |
| 849 | |
| 850 | static void handle_patch(struct mailinfo *mi, const struct strbuf *line) |
| 851 | { |
| 852 | fwrite(line->buf, 1, line->len, mi->patchfile); |
| 853 | mi->patch_lines++; |
| 854 | } |
| 855 | |
| 856 | static void handle_filter(struct mailinfo *mi, struct strbuf *line) |
| 857 | { |