[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2013-11-04 Thread Jörg Frings-Fürst
change status to Fix Committed ** Changed in: evolution (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/782165 Title: Evolution

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2013-11-03 Thread Jörg Frings-Fürst
natty not longer supported please change status to Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/782165 Title: Evolution 2.32.2 in Natty mindlessly uses socks proxy

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-09-07 Thread Rodrigo Moya
** Changed in: evolution (Ubuntu) Assignee: Rodrigo Moya (rodrigo-moya) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/782165 Title: Evolution 2.32.2 in

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-08-12 Thread Florian Echtler
I'd also like to add another aspect to this bug: even when a valid global SOCKS proxy is configured, evolution will _always_ try to use the proxy, regardless of the entries in the global ignore list. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-07-01 Thread Noel Shelton
Evolution uses the gnome proxy settings as they were when you opened it. Subsequent changes to settings do not seem to affect evolution as long as it is open. Once you close Evolution, you must make the gnome proxy settings compatible with Evolution before re-opening it again. -- You received

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-06-30 Thread Pedro Villavicencio
** Changed in: evolution (Ubuntu) Assignee: Canonical Desktop Team (canonical-desktop-team) = Rodrigo Moya (rodrigo-moya) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu.

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-06-30 Thread Rodrigo Moya
Mike, that commit that Pedro points to (which contains the code you pasted) is indeed wrong, but it's fixed by this other commit http://git.gnome.org/browse/evolution/commit/?h=gnome-2-32id=517023edcb2468e76786511b0ada27025e18caa6 so I was going to apply to our packages, but of course we already

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-06-30 Thread Rodrigo Moya
hmm, btw, does this happen when you change the settings and leave evolution running after doing so? Or does it continue doing the wrong thing even after restarting evolution? If the former, it might be an easy fix -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-06-17 Thread Pedro Villavicencio
There's a fix for proxies on this branch: http://git.gnome.org/browse/evolution/commit/?id=6057792e7d42d490c93f79b57b74baed20b8e4df ; probably it fix the issue (haven't tried yet though) ** Changed in: evolution (Ubuntu) Status: New = Confirmed ** Changed in: evolution (Ubuntu)

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-06-17 Thread Pedro Villavicencio
** Changed in: evolution (Ubuntu) Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team) ** Changed in: evolution (Ubuntu) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution

[Bug 782165] Re: Evolution 2.32.2 in Natty mindlessly uses socks proxy environment

2011-05-16 Thread MikeCamel
From main-session.c: static void set_socks_proxy_from_gconf (void) { GConfClient *client; gchar *mode, *host; gint port; client = mail_config_get_gconf_client (); mode = gconf_client_get_string (client, MODE_PROXY, NULL); if (!g_strcmp0(mode,