]> 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 926c4768b55efbf3a9f6920e383977e5d5f7d00c..2fd1a04aef2a0e43310e50e199f709500450c4cc 100644 (file)
--- a/umpf.h
+++ b/umpf.h
@@ -168,6 +168,7 @@ struct variable {
 struct list input_code;
 struct list* var_hash;
 int current_varcode;
+int max_varcode;
 int temp_varcode_start;
 char** var_tab; 
 char** const_tab;
@@ -193,6 +194,8 @@ struct hlist {
 struct email {
        struct list* headers;
        char* body;
+       char* tmpfile;
+       int fd;
        int body_len;
 };
 
@@ -208,6 +211,7 @@ struct email* current_body;
 struct list* make_hlist(void);
 void print_headers(struct list* l);
 struct email* get_body(void);
+int deliver_local_email(char* folder, struct email* email);
 
 /* lock.c */
 void save_gids(void);