don't bother getenv'ing the USER

svn path=/trunk/; revision=17903
This commit is contained in:
Jeffrey Stedfast
2002-08-28 20:46:11 +00:00
parent 00ace63c11
commit 0123f39f49

View File

@ -849,7 +849,6 @@ config_read (void)
config->thread_list = bonobo_config_get_boolean_with_default (
config->db, "/Mail/Display/thread_list", FALSE, NULL);
p = getenv ("USER");
config->thread_subject = bonobo_config_get_boolean_with_default (
config->db, "/Mail/Display/thread_subject", FALSE, NULL);