summaryrefslogtreecommitdiff
path: root/net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-10-16 23:24:08 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-10-16 23:24:08 +0200
commitacb35ad65072d1705b86b48f628f8e833e4a39a9 (patch)
tree5a729036d3c3afa29cf43a7d9b1374461a6a2135 /net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch
parent29533bff5023fe229f22e23664b2b8749df17754 (diff)
downloadoverlay-acb35ad65072d1705b86b48f628f8e833e4a39a9.tar.gz
overlay-acb35ad65072d1705b86b48f628f8e833e4a39a9.tar.bz2
overlay-acb35ad65072d1705b86b48f628f8e833e4a39a9.zip
Fix dovecot's vacation handler
Diffstat (limited to '')
-rw-r--r--net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch b/net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch
new file mode 100644
index 0000000..ad16cf3
--- /dev/null
+++ b/net-mail/dovecot/files/dovecot-2.0.12-sdbox.patch
@@ -0,0 +1,17 @@
+
+diff -r d4945c93c33b -r 663528c5c799 src/lib-storage/index/dbox-single/sdbox-storage.c
+--- a/src/lib-storage/index/dbox-single/sdbox-storage.c Tue Apr 12 18:38:50 2011 +0300
++++ b/src/lib-storage/index/dbox-single/sdbox-storage.c Sat Apr 30 15:55:08 2011 +0300
+@@ -118,6 +118,8 @@
+ mail_index_update_header_ext(trans, mbox->hdr_ext_id, 0,
+ &new_hdr, sizeof(new_hdr));
+ }
++ memcpy(mbox->mailbox_guid, new_hdr.mailbox_guid,
++ sizeof(mbox->mailbox_guid));
+ }
+
+ static int sdbox_mailbox_create_indexes(struct mailbox *box,
+
+
+
+