Hi,

Thanks for your reply.

The conf file begins with :
[general]
ui = Blinkenlights

commenting the ui line out prevents the segfault, else it crashes with :

Traceback (most recent call last):
  File "/usr/bin/offlineimap", line 23, in <module>
    oi.run()
  File "/usr/share/offlineimap/offlineimap/init.py", line 47, in run
    options, args = self.__parse_cmd_options()
File "/usr/share/offlineimap/offlineimap/init.py", line 202, in __parse_cmd_options
    self.ui.setlogfile(options.logfile)
File "/usr/share/offlineimap/offlineimap/ui/UIBase.py", line 119, in setlogfile
    self.logger.info(msg)
  File "/usr/lib/python2.7/logging/__init__.py", line 1159, in info
    self._log(INFO, msg, args, **kwargs)
  File "/usr/lib/python2.7/logging/__init__.py", line 1278, in _log
    self.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 1288, in handle
    self.callHandlers(record)
File "/usr/lib/python2.7/logging/__init__.py", line 1328, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 751, in handle
    self.emit(record)
File "/usr/share/offlineimap/offlineimap/ui/Curses.py", line 305, in emit
    color = self.ui.gettf().curses_color
AttributeError: 'CursesLogHandler' object has no attribute 'ui'


As for the password problem, with the password without quotes, as before, I get :

Establishing connection to imap.xxx.xx:143
 ERROR: While attempting to sync account 'user'
  '%' must be followed by '%' or '(', found:"%password'"

(the %password is an obfuscation for my password, i get the part of my password after the % between double quotes)

Else when trying to add quotes, or at the end a double %, I logically get a [Errno 111] Connection refused

Raphael


Le 2015-12-30 21:34, Ilias Tsitsimpis a écrit :
Hi Raphael,

On Wed, Dec 30, 2015 at 10:50AM, Raphael wrote:
Dear Maintainer,

Since upgrade to 6.6.0~rc3+dfsg1-1 and then 6.6.1+dfsg1-1, the ui = option leads in segfault with : AttributeError: 'CursesLogHandler' object has no
attribute 'ui'

I cannot reproduce this. I have 'ui = basic' and it is working without
any problems. Could you please provide the offlineimaprc and or the
command line arguments you are using?

Also I have a password with a % in it, and it's not working anymore, adding
quotes, a %% as it is said in the new doc or anything else.

There is an open bug report about this[1] but the upstream is waiting
for feedback from the submitter. Could you help them by providing the
corresponding logs?

Cheers,
Ilias

[1] https://github.com/OfflineIMAP/offlineimap/issues/235

Reply via email to