diff options
-rw-r--r-- | mail/evolution-exchange/files/patch-storage::exchange-account.c | 11 | ||||
-rw-r--r-- | mail/ximian-connector/files/patch-storage::exchange-account.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-storage::exchange-account.c b/mail/evolution-exchange/files/patch-storage::exchange-account.c new file mode 100644 index 000000000..6fe95e5da --- /dev/null +++ b/mail/evolution-exchange/files/patch-storage::exchange-account.c @@ -0,0 +1,11 @@ +--- storage/exchange-account.c.orig Mon Aug 16 19:46:00 2004 ++++ storage/exchange-account.c Mon Aug 16 19:52:26 2004 +@@ -800,7 +800,7 @@ + password = e_passwords_ask_password ( + _("Enter password"), + "Exchange", account->priv->password_key, +- prompt, TRUE, E_PASSWORDS_REMEMBER_FOREVER, ++ prompt, E_PASSWORDS_REMEMBER_FOREVER, + &remember, NULL); + if (remember != oldremember) { + account->priv->account->source->save_passwd = remember; diff --git a/mail/ximian-connector/files/patch-storage::exchange-account.c b/mail/ximian-connector/files/patch-storage::exchange-account.c new file mode 100644 index 000000000..6fe95e5da --- /dev/null +++ b/mail/ximian-connector/files/patch-storage::exchange-account.c @@ -0,0 +1,11 @@ +--- storage/exchange-account.c.orig Mon Aug 16 19:46:00 2004 ++++ storage/exchange-account.c Mon Aug 16 19:52:26 2004 +@@ -800,7 +800,7 @@ + password = e_passwords_ask_password ( + _("Enter password"), + "Exchange", account->priv->password_key, +- prompt, TRUE, E_PASSWORDS_REMEMBER_FOREVER, ++ prompt, E_PASSWORDS_REMEMBER_FOREVER, + &remember, NULL); + if (remember != oldremember) { + account->priv->account->source->save_passwd = remember; |