X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fgmime-extra.h;fp=util%2Fgmime-extra.h;h=e060bcc264efed670a06fed48f2d96c2af2588ad;hp=de275bc16d444626cac78293cc9af6629991d868;hb=30e33dfdd14bc65189d8561ce0022b9ffafad1c4;hpb=bfd669bb2ef01d3142dd8294c7e1326ee7503e39 diff --git a/util/gmime-extra.h b/util/gmime-extra.h index de275bc1..e060bcc2 100644 --- a/util/gmime-extra.h +++ b/util/gmime-extra.h @@ -18,7 +18,6 @@ GMimeStream *g_mime_stream_stdout_new(void); #define g_mime_certificate_get_fpr16(cert) g_mime_certificate_get_key_id (cert) #define g_mime_certificate_get_uid(cert) g_mime_certificate_get_name (cert); #else /* GMime >= 3.0 */ -typedef GMimeAddressType GMimeRecipientType; #define GMIME_ENABLE_RFC_2047_WORKAROUNDS 0xdeadbeef #define g_mime_certificate_get_uid(cert) g_mime_certificate_get_key_id (cert);