]> git.notmuchmail.org Git - notmuch/blobdiff - util/crypto.h
crypto: Make _notmuch_crypto_decrypt take a GMimeObject
[notmuch] / util / crypto.h
index f8bda0d1b1084fe932d3e08a8bf8453129420961..4fa5599c755cfedc8e27aaef4e59dc83df3bd997 100644 (file)
@@ -18,7 +18,7 @@ GMimeObject *
 _notmuch_crypto_decrypt (bool *attempted,
                         notmuch_decryption_policy_t decrypt,
                         notmuch_message_t *message,
-                        GMimeMultipartEncrypted *part,
+                        GMimeObject *part,
                         GMimeDecryptResult **decrypt_result,
                         GError **err);