diff options
| author | Simeon Simeonov | 2018-03-19 13:24:40 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-19 13:24:40 +0100 |
| commit | 6edeb462320240d981ec307798c7841e50197758 (patch) | |
| tree | 6fe190dce68f9c959a32b45fe43f28248330c36e /src/prefs_account_dialog.c | |
| parent | f9ccb2ec719299368e454fcfcbc147dd353658aa (diff) | |
Make it possible to set mp. encrypted password from the prefs_account_dialog
Diffstat (limited to 'src/prefs_account_dialog.c')
| -rw-r--r-- | src/prefs_account_dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs_account_dialog.c b/src/prefs_account_dialog.c index e9cba13..e215b8e 100644 --- a/src/prefs_account_dialog.c +++ b/src/prefs_account_dialog.c | |||
| @@ -267,7 +267,7 @@ static PrefsUIData ui_data[] = { | |||
| 267 | {"user_id", &basic.uid_entry, | 267 | {"user_id", &basic.uid_entry, |
| 268 | prefs_set_data_from_entry, prefs_set_entry}, | 268 | prefs_set_data_from_entry, prefs_set_entry}, |
| 269 | {"password", &basic.pass_entry, | 269 | {"password", &basic.pass_entry, |
| 270 | prefs_set_data_from_entry, prefs_set_entry}, | 270 | prefs_set_data_from_epass_entry, prefs_set_entry}, |
| 271 | 271 | ||
| 272 | /* Receive */ | 272 | /* Receive */ |
| 273 | {"use_apop_auth", &receive.use_apop_chkbtn, | 273 | {"use_apop_auth", &receive.use_apop_chkbtn, |
| @@ -313,7 +313,7 @@ static PrefsUIData ui_data[] = { | |||
| 313 | {"smtp_user_id", &p_send.smtp_uid_entry, | 313 | {"smtp_user_id", &p_send.smtp_uid_entry, |
| 314 | prefs_set_data_from_entry, prefs_set_entry}, | 314 | prefs_set_data_from_entry, prefs_set_entry}, |
| 315 | {"smtp_password", &p_send.smtp_pass_entry, | 315 | {"smtp_password", &p_send.smtp_pass_entry, |
| 316 | prefs_set_data_from_entry, prefs_set_entry}, | 316 | prefs_set_data_from_epass_entry, prefs_set_entry}, |
| 317 | 317 | ||
| 318 | {"pop_before_smtp", &p_send.pop_bfr_smtp_chkbtn, | 318 | {"pop_before_smtp", &p_send.pop_bfr_smtp_chkbtn, |
| 319 | prefs_set_data_from_toggle, prefs_set_toggle}, | 319 | prefs_set_data_from_toggle, prefs_set_toggle}, |
