[PATCH v3 05/15] gmime-extra: remove duplicate GMimeAddressType typedef

Subject: [PATCH v3 05/15] gmime-extra: remove duplicate GMimeAddressType typedef

Date: Tue, 10 Oct 2017 01:49:06 -0400

To: Notmuch Mail

Cc:

From: Daniel Kahn Gillmor


"typedef GMimeAddressType GMimeRecipientType" is already present
further down in the compatibility wrapper (with other typedefs).  We
don't need it twice.
---
 util/gmime-extra.h | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.14.2

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: