]> mj.ucw.cz Git - umpf.git/blobdiff - umpf.h
cope with old locks
[umpf.git] / umpf.h
diff --git a/umpf.h b/umpf.h
index 080159ce8729fc9c87ea926106b2fe0e94d11556..2fd1a04aef2a0e43310e50e199f709500450c4cc 100644 (file)
--- a/umpf.h
+++ b/umpf.h
@@ -194,6 +194,8 @@ struct hlist {
 struct email {
        struct list* headers;
        char* body;
+       char* tmpfile;
+       int fd;
        int body_len;
 };