diff options
| author | Simeon Simeonov | 2018-03-14 12:18:31 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-14 12:18:31 +0100 |
| commit | c94746703a3e0b59372b3bbf9355112c6a85d2dc (patch) | |
| tree | c1248351adf00fdee3b0be4c61c0eac83fffffe6 /libsylph/imap.c | |
| parent | 43cd0bb654ae0225388678aa09798fc94be7a135 (diff) | |
Implement master password encrypted string tags
Diffstat (limited to 'libsylph/imap.c')
| -rw-r--r-- | libsylph/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/imap.c b/libsylph/imap.c index 9ee4b15..e773ad4 100644 --- a/libsylph/imap.c +++ b/libsylph/imap.c | |||
| @@ -707,7 +707,7 @@ static gint imap_session_connect(IMAPSession *session) | |||
| 707 | 707 | ||
| 708 | log_message(_("creating IMAP4 connection to %s:%d ...\n"), | 708 | log_message(_("creating IMAP4 connection to %s:%d ...\n"), |
| 709 | SESSION(session)->server, SESSION(session)->port); | 709 | SESSION(session)->server, SESSION(session)->port); |
| 710 | 710 | /* TODO: check of the format is correct | possible memory leak */ | |
| 711 | pass = decrypt_with_master_password(account->passwd); | 711 | pass = decrypt_with_master_password(account->passwd); |
| 712 | if (!pass) | 712 | if (!pass) |
| 713 | pass = account->tmp_pass; | 713 | pass = account->tmp_pass; |
