summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-06 01:15:23 +0100
committerportix <portix@gmx.net>2012-03-06 01:15:23 +0100
commit8509a43b40f094655cadd92b7d3e936c8bed6e71 (patch)
treee01de1d6f09b232ea67ddae44cb27befebba95e8 /src/config.h
parentb5799c5b016c5532e88f8f297cdf73d1c7b488ac (diff)
parentdc74ec6b4d21f4b6c0bcbd4eb7a071a2c3c21f04 (diff)
downloaddwb-8509a43b40f094655cadd92b7d3e936c8bed6e71.zip
Automated merge with ssh://bitbucket.org/portix/dwb
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", },