]> granicus.if.org Git - mutt/commit
I can elaborate a little more on the last paragraph. It is deletion
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 15 Nov 1998 09:34:15 +0000 (09:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 15 Nov 1998 09:34:15 +0000 (09:34 +0000)
commit8fa824fc79c18c4621c6fbb8c88ce45716ac3a6e
tree969aa07d998dd2783f419bf44431a7083e316a73
parentb7dffe977f2f92adb01e29caa8b2b24b27d439fe
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)
compose.c
copy.c
mutt.h
protos.h
recvattach.c