]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* realize types in preferences like thought at the start
[citadel.git] / webcit / webcit.c
index 56371be92483eb26d0f212ab1f7da52ff590b7a9..5985982bd8a52cec9ac446a51a87f51e0c81db4e 100644 (file)
@@ -1005,6 +1005,10 @@ void session_loop(HashList *HTTPHeaders, StrBuf *ReqLine, StrBuf *request_method
        }
 
 SKIP_ALL_THIS_CRAP:
+       if (WCC->SavePrefsToServer) {
+               save_preferences();
+               WCC->SavePrefsToServer = 0;
+       }
        FreeStrBuf(&Buf);
        FreeStrBuf(&c_username);
        FreeStrBuf(&c_password);