Am Dienstag 27 März 2007 14:49 schrieb Martijn Klingens: > Maybe even better is to extend Kopete::Message with a flag that marks a > message as 'sensitive' or 'encrypted' and then give History an option 'Log > encrypted messages as plain text' that can apply to both GPG and OTR?
How Jason Keirstead wrote the MessageFormat could be extended with: MessageFormat::Crypted But this still wouldn't solve the plugin order problem. As we have seen the cryptography plugin is loaded before History and the OTR plugin after that. In this case the History plugin would log an incoming OTR message before the plugin sets the MessageType to Crypted. _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
