Skip to content

Commit 7102e9f

Browse files
committed
settings: Protocols is empty by default
1 parent 479ba94 commit 7102e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9688,7 +9688,7 @@ process_shutdown_filter = "event=mail_user_session_finished AND rss > 10M"
96889688
},
96899689

96909690
protocols: {
9691-
default: 'imap pop3 lmtp',
9691+
default: '',
96929692
values: setting_types.BOOLLIST,
96939693
text: `
96949694
The list of protocols to enable.
@@ -9704,7 +9704,7 @@ protocols {
97049704
lmtp = yes
97059705
}
97069706
9707-
# Disable all protocols:
9707+
# Disable all protocols (default):
97089708
protocols =
97099709
\`\`\``
97109710
},

0 commit comments

Comments
 (0)