Skip to content

Commit

Permalink
disable until I've done good interop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnt committed Feb 7, 2018
1 parent b3afcea commit 8a59400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap/handlers/capability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EString Capability::capabilities( IMAP * i, bool all )
c.append( "COMPRESS=DEFLATE" );
if ( all || login ) {
c.append( "CONDSTORE" );
c.append( "CREATE-SPECIAL-USE" );
//c.append( "CREATE-SPECIAL-USE" );
}
c.append( "ENABLE" );
if ( all || login ) {
Expand Down

0 comments on commit 8a59400

Please sign in to comment.