Bug 223322

Summary: KMail hangs when reading a message with a MDN request
Product: [Applications] kmail2 Reporter: Christophe Marin <christophe>
Component: MDNAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: akonadi-ports-regression
Priority: LO    
Version: 1.99.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

Description Christophe Marin 2010-01-18 19:23:02 UTC
Version:           1.99 (using Devel)
Compiler:          GCC 4.5 
OS:                Linux
Installed from:    Compiled sources

SVN rev 1076653

KMail becomes unresponsive when displaying the MDN Request dialog ('Ignored'/'Send denied'/'Send')

Console output :

Object::connect: No such slot MDNAdviceDialog::slotButtonClicked( KDialog::ButtonCode ) in /kde/src/KDE/kdepim/kmail/mdnadvicedialog.cpp:41
Comment 1 Thomas McGuire 2010-01-22 20:26:04 UTC
SVN commit 1078746 by tmcguire:

Remove unneeded connection

CCBUG: 223322


 M  +0 -2      mdnadvicedialog.cpp  
 M  +2 -0      mdnadvicedialog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1078746
Comment 2 Torgny Nyblom 2010-01-29 08:45:27 UTC
SVN commit 1081709 by tnyblom:

accept() all handled buttons.

BUG: 223322



 M  +1 -0      mdnadvicedialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1081709