summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-15 09:34:15 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-15 09:34:15 +0000
commit8fa824fc79c18c4621c6fbb8c88ce45716ac3a6e (patch)
tree969aa07d998dd2783f419bf44431a7083e316a73 /protos.h
parentb7dffe977f2f92adb01e29caa8b2b24b27d439fe (diff)
I can elaborate a little more on the last paragraph. It is deletion
of the top level part direct under a message/rfc822 part which gives problems because the headers of the message/rfc822 part have to be changed in this case. It is hard to tell exactly how many bytes and lines will be removed and added in this case. If we can refrain from deletion of such parts and thus only allow deletion of parts direct under a multipart part, then it is relative easy always to make correct Content-Length: and Lines: headers in the copy. (The correctness of the Lines count is dependent of the correctness of the initial value, though). (From: Byrial Jensen)
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index e033b58d..dc8cf314 100644
--- a/protos.h
+++ b/protos.h
@@ -90,7 +90,7 @@ BODY *mutt_read_mime_header (FILE *, int);
ENVELOPE *mutt_read_rfc822_header (FILE *, HEADER *, short);
HEADER *mutt_dup_header (HEADER *);
-ATTACHPTR **mutt_gen_attach_list (BODY *, ATTACHPTR **, short *, short *, int, int);
+ATTACHPTR **mutt_gen_attach_list (BODY *, int, ATTACHPTR **, short *, short *, int, int);
time_t mutt_local_tz (void);
time_t mutt_mktime (struct tm *, int);