Bug#632129: Possible cause: GPG Interface

2011-11-03 Thread Ben Poliakoff
* Nehmer Torben [2003 09:54]: > Good evening, > > try disabling GPG in the configuration via something like this: > > Set( %GnuPG, > Enable => undef, > OutgoingMessagesFormat => 'RFC', # Inline > AllowEncryptDataInDB => 0, > ); > > It worked around the problem for me, as I do

Bug#632129: Possible cause: GPG Interface

2011-11-03 Thread Nehmer Torben
Good evening, try disabling GPG in the configuration via something like this: Set( %GnuPG, Enable => undef, OutgoingMessagesFormat => 'RFC', # Inline AllowEncryptDataInDB => 0, ); It worked around the problem for me, as I do not want to use GPG. I have not traced it any further, h