stop patching Dovecot's sample config files to enable client workarounds;

from Brad (maintainer).
This commit is contained in:
sthen 2015-06-15 08:50:26 +00:00
parent 56e06ff376
commit 3a2506f0c5
3 changed files with 2 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.230 2015/05/15 20:59:08 sthen Exp $
# $OpenBSD: Makefile,v 1.231 2015/06/15 08:50:26 sthen Exp $
SHARED_ONLY= Yes
@ -17,6 +17,7 @@ PKGSPEC-server= dovecot-=${V_DOVECOT}
PKGNAME-ldap= dovecot-ldap-${V_DOVECOT}
PKGNAME-mysql= dovecot-mysql-${V_DOVECOT}
PKGNAME-postgresql= dovecot-postgresql-${V_DOVECOT}
REVISION-server= 0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-doc_example-config_conf_d_20-imap_conf,v 1.2 2013/08/13 00:29:58 brad Exp $
--- doc/example-config/conf.d/20-imap.conf.orig Tue May 14 09:43:30 2013
+++ doc/example-config/conf.d/20-imap.conf Tue May 21 17:45:31 2013
@@ -46,7 +46,7 @@
# greyed out, instead of only later giving "not selectable" popup error.
#
# The list is space-separated.
-#imap_client_workarounds =
+imap_client_workarounds = delay-newmail tb-extra-mailbox-sep tb-lsub-flags
# Host allowed in URLAUTH URLs sent by client. "*" allows all.
#imap_urlauth_host =

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-doc_example-config_conf_d_20-pop3_conf,v 1.3 2013/08/13 00:29:58 brad Exp $
--- doc/example-config/conf.d/20-pop3.conf.orig Tue May 14 09:43:37 2013
+++ doc/example-config/conf.d/20-pop3.conf Tue May 21 17:46:01 2013
@@ -86,7 +86,7 @@
# Outlook Express and Netscape Mail breaks if end of headers-line is
# missing. This option simply sends it if it's missing.
# The list is space-separated.
-#pop3_client_workarounds =
+pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
protocol pop3 {
# Space separated list of plugins to load (default is global mail_plugins).