* mu-msg-file: don't try to decrypt when this is not desirable

This commit is contained in:
djcb 2012-08-05 12:28:47 +03:00
parent 6c3a11d1a6
commit dc211648a8
1 changed files with 1 additions and 0 deletions

View File

@ -920,6 +920,7 @@ mu_mime_message_foreach (GMimeMessage *msg, gboolean decrypt,
fdata.user_func = func;
fdata.user_data = user_data;
fdata.decrypt = decrypt;
g_mime_message_foreach
(msg,