X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Ftuiconfig.c;fp=textclient%2Fsrc%2Ftuiconfig.c;h=e1fccd2a2cab44a9befb762b8114669c0c5f358e;hp=8f6e4d56305fd83ec6e2292cc68d64113613d958;hb=8d3afbc0bdec3d74be81dc385502d29a8a34a16c;hpb=5c39ca8a3c875df98163fed8923c258f21bb3f66 diff --git a/textclient/src/tuiconfig.c b/textclient/src/tuiconfig.c index 8f6e4d563..e1fccd2a2 100644 --- a/textclient/src/tuiconfig.c +++ b/textclient/src/tuiconfig.c @@ -306,22 +306,11 @@ void do_system_configuration(CtdlIPC *ipc) &sc[48][0], 127); } - /* Funambol push stuff */ - int yes_funambol = 0; - if (strlen(sc[53]) > 0) yes_funambol = 1; - yes_funambol = boolprompt("Connect to an external Funambol sync server", yes_funambol); - if (yes_funambol) { - strprompt("Funambol server (blank to disable)", &sc[53][0], 63); - strprompt("Funambol server port", &sc[54][0], 5); - strprompt("Funambol sync source", &sc[55][0], 63); - strprompt("Funambol authentication details (user:pass in Base64)", &sc[56][0],63); - } - else { - sc[53][0] = 0; - sc[54][0] = 0; - sc[55][0] = 0; - sc[56][0] = 0; - } + /* No more Funambol */ + sc[53][0] = 0; + sc[54][0] = 0; + sc[55][0] = 0; + sc[56][0] = 0; /* External pager stuff */ int yes_pager = 0; @@ -555,8 +544,7 @@ void network_config_management(CtdlIPC *ipc, char *entrytype, char *comment) int r; if (IsEmptyStr(editor_path)) { - scr_printf("You must have an external editor configured in" - " order to use this function.\n"); + scr_printf("You must have an external editor configured in order to use this function.\n"); return; }