X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=attach.h;h=8c4809cf0e51bd582f87a74a1540360b69ebfc94;hp=f34816afb89c2a1c502dfaf5eddc1d960fcefc42;hb=93805d40ca6a40951a5496011ce8b1334a10df69;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/attach.h b/attach.h index f34816a..8c4809c 100644 --- a/attach.h +++ b/attach.h @@ -34,4 +34,8 @@ int mutt_edit_attachment (BODY *); int mutt_compose_attachment (BODY * a); int mutt_get_tmp_attachment (BODY *); +/* this checks whether at least one text line matches + * AttachRemindRegexp and returns 1 if so and 0 otherwise */ +int mutt_attach_check (HEADER* hdr); + #endif /* !_MUTT_ATTACH_H */