X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=2291b62b342b990a515b57180431f2764484c0be;hp=8211b788afc96f04c1e68a849d94439370f64a2c;hb=761be4f920abf67ff3f46219a4965c7644c5ab67;hpb=c5056e3e497823d10d0ddcd16dd2f2730292d76d diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 8211b78..2291b62 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -688,6 +688,9 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc * but we need to tell tinymail about the username too: */ tny_account_set_user (account, username); + /* Do not save the password in gconf, + * because the UI spec says "The password will never be saved in the account": */ + /* if (remember) { printf ("%s: Storing username=%s, password=%s\n", __FUNCTION__, username, pwd); @@ -696,6 +699,8 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc modest_server_account_set_password (priv->account_mgr, server_account_name, pwd); } + */ + /* We need to dup the string even knowing that it's already a dup of the contents of an entry, because it if it's wrong, then camel