From ab4a821c673d5fca32f2cb33f958063373adc03d Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Mon, 3 Dec 2007 08:27:45 +0000 Subject: [PATCH] r11: --- debian/changelog | 6 ++++++ debian/postinst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index acd4541..e916d30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dovecot-cn (1.0.rc15-2) stable; urgency=low + + * Ispravak buga u postinstu + + -- Ivan Rako Mon, 3 Dec 2007 09:27:38 +0100 + dovecot-cn (1.0.rc15-1) stable; urgency=low * Prva verzija za Etch diff --git a/debian/postinst b/debian/postinst index fdb0e9b..554e44b 100755 --- a/debian/postinst +++ b/debian/postinst @@ -28,7 +28,7 @@ cp_check_and_sed '#pop3_client_workarounds' \ /etc/dovecot/dovecot.conf || true cp_check_and_sed 'imap_client_workarounds' \ - 's/imap_client_workarounds.*$/imap_client_workarounds = outlook-idle tb-extra-mailbox-sep netscape-eoh delay -newmail/g' \ + 's/imap_client_workarounds.*$/imap_client_workarounds = outlook-idle tb-extra-mailbox-sep netscape-eoh delay-newmail/g' \ /etc/dovecot/dovecot.conf || true cp_check_and_sed 'pop3_client_workarounds' \ -- 1.7.10.4