diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-21 06:11:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-21 06:11:42 +0000 |
commit | 7675a7c3b4b78a8bf9318766384f9a0e9a3d9cdc (patch) | |
tree | a547ec2c0be016721a414f1f58b3832b7ae9327a /mail/popa3d/files | |
parent | Finish removing wmshutdown (diff) |
- Update to 0.6
Notes
Notes:
svn path=/head/; revision=76012
Diffstat (limited to 'mail/popa3d/files')
-rw-r--r-- | mail/popa3d/files/patch-mailbox.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/popa3d/files/patch-mailbox.c b/mail/popa3d/files/patch-mailbox.c deleted file mode 100644 index f2cc9fe60868..000000000000 --- a/mail/popa3d/files/patch-mailbox.c +++ /dev/null @@ -1,18 +0,0 @@ ---- mailbox.c.old Sun Sep 8 13:52:57 2002 -+++ mailbox.c Sun Jan 26 07:30:26 2003 -@@ -227,6 +227,7 @@ - if (!msg.data_offset) break; - msg.raw_size = offset - msg.raw_offset; - msg.data_size = offset - body - msg.data_offset; -+ msg.size -= body << 1; - MD5_Final(msg.hash, &hash); - if (db_op(&msg)) break; - } -@@ -319,6 +320,7 @@ - if (!msg.data_offset) return 1; - msg.raw_size = offset - msg.raw_offset; - msg.data_size = offset - (blank & body) - msg.data_offset; -+ msg.size -= (blank & body) << 1; - MD5_Final(msg.hash, &hash); - if (db_op(&msg)) return 1; - |