X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fpgpmime%2Fsgpgme.c;h=bfbc6d091196c6b317e0aeeee8883fa309bd7563;hp=095bfdb1036052daa2265db3ec96dd29a8d1a8d4;hb=39d554dfc4add958a3057588016101392cb5e7d3;hpb=3d0d04e8336c913ead4e4c39d24dd56ebcb45160 diff --git a/src/plugins/pgpmime/sgpgme.c b/src/plugins/pgpmime/sgpgme.c index 095bfdb10..bfbc6d091 100644 --- a/src/plugins/pgpmime/sgpgme.c +++ b/src/plugins/pgpmime/sgpgme.c @@ -279,8 +279,7 @@ gpgme_data_t sgpgme_decrypt_verify(gpgme_data_t cipher, gpgme_verify_result_t *s return NULL; } - err = gpgme_data_rewind(plain); /* why doesn't gpgme_data_seek() work here?! */ -/* err = gpgme_data_seek(plain, 0, SEEK_SET);*/ + err = gpgme_data_seek(plain, 0, SEEK_SET); if (err) { debug_print("can't seek (%d %d %s)\n", err, errno, strerror(errno)); }