https://bugs.kde.org/show_bug.cgi?id=449719

--- Comment #6 from Ray Leon <maxwellleon55...@gmail.com> ---
Thanks, I think that fixed it!
Changing "ConversationAddress sender = message.addresses().first();" in
conversationmodel.cpp to 
`
>ConversationAddress sender;
>if (!message.addresses().isEmpty()) {
>        sender = message.addresses().first();
>}
`
seems to prevent the crashing.
I don't really know how to commit the changes though, would you mind doing
that?
P.S. how do you

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to