summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index 36bd61b6..77d0200b 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1023,10 +1023,8 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_GLOBAL, INTEGER, { .i = 500 }, (S_Func) NULL, },
{ { "scrollbars", "Whether scrollbars should be enabled", },
SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, },
- { { "mail-client", "Program used for mailto:-urls", },
- SETTING_GLOBAL, CHAR, { .p = "xterm -e mutt 'dwb_uri'" }, NULL, },
- { { "ftp-client", "Program used for ftp", },
- SETTING_GLOBAL, CHAR, { .p = "xterm -e ncftp 'dwb_uri'" }, NULL, },
+ { { "scheme-handler", "Handler script for unsupported schemes", },
+ SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, },
{ { "editor", "External editor", },
SETTING_GLOBAL, CHAR, { .p = "xterm -e vim dwb_uri" }, NULL, },
{ { "adblocker", "Whether to block advertisements via a filterlist", },