310 self.googleMailInfoLabel.show() |
310 self.googleMailInfoLabel.show() |
311 self.googleHelpButton.setEnabled(False) |
311 self.googleHelpButton.setEnabled(False) |
312 Preferences.setUser("UseGoogleMailOAuth2", False) |
312 Preferences.setUser("UseGoogleMailOAuth2", False) |
313 |
313 |
314 |
314 |
315 def create(dlg): # noqa: U100 |
315 def create(_dlg): |
316 """ |
316 """ |
317 Module function to create the configuration page. |
317 Module function to create the configuration page. |
318 |
318 |
319 @param dlg reference to the configuration dialog |
319 @param _dlg reference to the configuration dialog (unused) |
320 @type ConfigurationDialog |
320 @type ConfigurationDialog |
321 @return reference to the instantiated page |
321 @return reference to the instantiated page |
322 @rtype ConfigurationPageBase |
322 @rtype ConfigurationPageBase |
323 """ |
323 """ |
324 page = EmailPage() |
324 page = EmailPage() |