[evolution-patches] Patch to make "Forget Passwords" work for Connector (#41817)



This reverts this change:

        2003-04-02  Not Zed  <NotZed Ximian com>
         
        	* mail-session.c (mail_session_forget_passwords): Only clear the
        	Mail passwords.

Otherwise, Connector passwords don't get forgotten.  (The menu item
should probably be moved to the shell instead, but this patch should do
for now.)

-- Ettore
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2702
diff -u -p -r1.2702 ChangeLog
--- ChangeLog	21 Apr 2003 17:42:40 -0000	1.2702
+++ ChangeLog	24 Apr 2003 17:13:36 -0000
@@ -1,3 +1,8 @@
+2003-04-24  Ettore Perazzoli  <ettore ximian com>
+
+	* mail-session.c (mail_session_forget_passwords): Forget all
+	passwords again.  [#41817]
+
 2003-04-18  Jeffrey Stedfast  <fejj ximian com>
 
 	* mail-composer-prefs.c (spell_set_ui): Protect against a NULL
Index: mail-session.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-session.c,v
retrieving revision 1.63
diff -u -p -r1.63 mail-session.c
--- mail-session.c	11 Apr 2003 18:18:52 -0000	1.63
+++ mail-session.c	24 Apr 2003 17:13:36 -0000
@@ -1004,7 +1004,7 @@ void
 mail_session_forget_passwords (BonoboUIComponent *uih, void *user_data,
 			       const char *path)
 {
-	e_passwords_clear_component_passwords ("Mail");
+	e_passwords_forget_passwords ();
 }
 
 void

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]