]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.cpp
Use more informative descriptions fro Springer layouts
[lyx.git] / src / support / userinfo.cpp
index af33d1d66a11f40464f4a326211e642def27eacb..97c458c7c710882403686494f990a99112611960 100644 (file)
@@ -64,11 +64,12 @@ docstring const user_email()
        //The code after should be used only after user approval.
        return docstring();
 
-       
+#if 0
        string email = getEnv("EMAIL_ADDRESS");
        if (email.empty())
                email = getEnv("EMAIL");
        return from_local8bit(email);
+#endif
 }
 
 } // namespace support