Skip to content

Commit f2bfd8c

Browse files
author
Thom
committed
Fix typo (SEPCIAL -> SPECIAL) (#6001)
1 parent 1fa2dfb commit f2bfd8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ plugin {
111111
quota_status_overquota = "552 5.2.2 Mailbox is full"
112112
}
113113

114-
imap_capability=+SEPCIAL-USE XLIST
114+
imap_capability=+SPECIAL-USE XLIST
115115
namespace inbox {
116116
inbox = yes
117117
separator = .

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ plugin {
105105
quota_status_overquota = "552 5.2.2 Mailbox is full"
106106
}
107107

108-
imap_capability=+SEPCIAL-USE XLIST
108+
imap_capability=+SPECIAL-USE XLIST
109109
namespace inbox {
110110
inbox = yes
111111
separator = .

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ plugin {
104104
quota_status_overquota = "552 5.2.2 Mailbox is full"
105105
}
106106

107-
imap_capability=+SEPCIAL-USE XLIST
107+
imap_capability=+SPECIAL-USE XLIST
108108
namespace inbox {
109109
inbox = yes
110110
separator = .

0 commit comments

Comments
 (0)