Comment 3 for bug 846956

Revision history for this message
Juan Simón (simonbcn) wrote : Re: Preferences: It doesn't save "show icon in notifications"

When I execute it in console:
$ um-config
Traceback (most recent call last):
  File "/usr/bin/unity-mail", line 237, in response
    self.save_all_settings()
  File "/usr/bin/unity-mail", line 258, in save_all_settings
    config.set_value('General', 'NotificationsHaveIcons', True)
  File "/usr/bin/unity-mail", line 350, in set_value
    self.parser.set(section, item, value)
  File "/usr/lib/python2.7/ConfigParser.py", line 388, in set
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'General'